diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-07 12:49:33 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-07 12:49:33 +0100 |
commit | 70dbf5f8f3e6e3526c82c72ed1795d9f2dad0338 (patch) | |
tree | b66dbe5f093cf7940593501e16e571f1f83c12ae /debian/changelog | |
parent | 25a04630d6eef123a62f50703b82cc62acf1fbfb (diff) |
* apt-pkg/cdrom.cc:
- only unmount if APT::CDROM::NoMount is false
* methods/cdrom.cc:
- only umount if it was mounted by the method before
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 49c324545..a2daa2d3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,11 +10,12 @@ apt (0.6.46.5) UNRELEASED; urgency=low - send apt version in User-Agent * apt-pkg/deb/debrecords.cc: - fix SHA1Hash() return value - * apt-pkg/cdrom.cc, methods/cdrom.cc: - - added APT::CDROM::UnMountOnFinish to have more control over - the umount/mount process + * apt-pkg/cdrom.cc: + - only unmount if APT::CDROM::NoMount is false + * methods/cdrom.cc: + - only umount if it was mounted by the method before - -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 7 Mar 2007 12:03:50 +0100 + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 19:39:05 +0100 apt (0.6.46.4) unstable; urgency=high |