summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-07-27 13:57:42 +0200
committerJulian Andres Klode <jak@debian.org>2010-07-27 13:57:42 +0200
commit15032eec2d508df3c63b532be22f488d240159a2 (patch)
treeaa6d963cba7f0c05cc2ee478ce2959969cf50aa4 /debian
parent4b12ea903c5166e6215764e6507f6271782df6ff (diff)
* apt-pkg/cdrom.cc:
- Use link() instead of rename() for creating the CD database backup; otherwise there would be a short time without any database.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 95f2338c0..ee48ec1d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ apt (0.7.26~exp11) experimental; urgency=low
* cmdline/apt-get.cc:
- Support large filesystems by using statvfs64() instead of statvfs()
and statfs64() instead of statfs() (Closes: #590513).
+ * apt-pkg/cdrom.cc:
+ - Use link() instead of rename() for creating the CD database backup;
+ otherwise there would be a short time without any database.
-- Julian Andres Klode <jak@debian.org> Wed, 21 Jul 2010 17:09:11 +0200