summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMatt Zimmerman <matt.zimmerman@canonical.com>2005-02-04 23:31:55 +0000
committerMatt Zimmerman <matt.zimmerman@canonical.com>2005-02-04 23:31:55 +0000
commita75c6a6e17c6602a71e03aca8bafa96477a68706 (patch)
tree9fd1a97cbb14c23c10917e9d1c315a1044673258 /debian
parent429465b26c77b3b6d37adc45e576e9cdf7e80f91 (diff)
Move CD-ROM handling backend into libapt-pkg
- apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library apt-pkg/cdrom.{cc,h}) (Ubuntu #5668) Patches applied: * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-51 * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-1 * added support for signed cdroms * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-2 * merged with apt--main, seperated cmdline/apt-cdrom.cc into a library (apt-pkg/cdrom.{cc,h}) * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-3 * cleaned up the cmdline/apt-cdrom.cc code
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog16
1 files changed, 10 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 0ca0b5223..c384c399d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
apt (0.6.31) hoary; urgency=low
- * Remove debugging output from apt.cron.daily (no one noticed?)
- * Apply patch from Anthony Towns to allow SHA1Summation to process a file
- descriptor until EOF, rather than requiring that the length of input be
- specified (Closes: #291338)
- * Fix build/install of Polish offline documentation, based on patch from
- Christian Perrier (Closes: #270404)
+ * Matt Zimmerman
+ - Remove debugging output from apt.cron.daily (no one noticed?)
+ - Apply patch from Anthony Towns to allow SHA1Summation to process a file
+ descriptor until EOF, rather than requiring that the length of input be
+ specified (Closes: #291338)
+ - Fix build/install of Polish offline documentation, based on patch from
+ Christian Perrier (Closes: #270404)
+ * Michael Vogt
+ - apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library
+ apt-pkg/cdrom.{cc,h}) (Ubuntu #5668)
-- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Feb 2005 10:23:01 -0800