From 9f2705047925d0a70b10c4f9e770cd2d49d0d605 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Sat, 22 Jan 2005 09:05:57 +0000 Subject: 0.6.31 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index b98ecbf81..b719c5b23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt (0.6.31) hoary; urgency=low + + * + + -- + apt (0.6.30) unstable; urgency=low * Add ppc64 to buildlib/archtable -- cgit v1.2.3 From 6e6d5c40960ea4509616962c8e5e1a2cc1f133e7 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Sat, 22 Jan 2005 09:06:36 +0000 Subject: Remove debugging from apt.cron.daily --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index b719c5b23..e23460206 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ apt (0.6.31) hoary; urgency=low - * + * Remove debugging output from apt.cron.daily (no one noticed?) -- -- cgit v1.2.3 From dc50285d324d83548eae7e87b92d4f82b931fc30 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Fri, 4 Feb 2005 03:00:00 +0000 Subject: allow SHA1Summation to process a file descriptor until EOF * 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) --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index e23460206..bf71480cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ 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) -- -- cgit v1.2.3 From 429465b26c77b3b6d37adc45e576e9cdf7e80f91 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Fri, 4 Feb 2005 21:58:18 +0000 Subject: Fix build/install of Polish offline documentation * Fix build/install of Polish offline documentation, based on patch from Christian Perrier (Closes: #270404) --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index bf71480cc..0ca0b5223 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ apt (0.6.31) hoary; urgency=low * 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 Fri, 4 Feb 2005 10:23:01 -0800 apt (0.6.30) unstable; urgency=low -- cgit v1.2.3 From a75c6a6e17c6602a71e03aca8bafa96477a68706 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Fri, 4 Feb 2005 23:31:55 +0000 Subject: 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 --- debian/changelog | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'debian/changelog') 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 Fri, 4 Feb 2005 10:23:01 -0800 -- cgit v1.2.3