X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/666faa35f8a42d2a8691daf46a203be6d29166dc..4caf8231804dfce5a1a58a56dfe4df21a31be363:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 4646762f6..3bed49ec0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,12 @@ apt (0.9.7.4) UNRELEASED; urgency=low * doc/apt-verbatim.ent: - denote 'wheezy' as stable codename and 'jessie' as testing codename in the documentation in preparation for release + * apt-pkg/indexcopy.cc: + - do not use atomic writing if the target is /dev/null as we don't want + to replace it, not even automically. (Closes: #683410) + * apt-pkg/cdrom.cc: + - do not link() but rename() the cdroms.list to cdroms.list~ as a backup + to ensure that apt-cdrom can be run multiple times (Closes: #676302) -- David Kalnischkies Wed, 18 Jul 2012 11:45:57 +0200