From f2047f6b2aa62632b670343d4275be4d69f4b5e3 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 21 Nov 2005 10:33:57 +0000 Subject: * pkgDirStream has (slightly) better extract support now --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 2a636ae30..9115faabc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ apt (0.6.42.4) unstable; urgency=low * gl.po: Completed to 510 strings (Closes: #338356) * added support for "/etc/apt/sources.list.d" directory (closes: #66325) + * make pkgDirStream (a bit) more complete -- -- cgit v1.2.3 From dc1f50b9ddb8f7643285d761eeb2e53f8f041adc Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 21 Nov 2005 14:33:21 +0000 Subject: * merge fix for #339533 --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9115faabc..7399b695e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ apt (0.6.42.4) unstable; urgency=low * added support for "/etc/apt/sources.list.d" directory (closes: #66325) * make pkgDirStream (a bit) more complete + * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows) + (closes: #339533) -- -- cgit v1.2.3 From 71a174eec0debaed2159b043ff6ef81cd618408b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 22 Nov 2005 12:42:42 +0000 Subject: * some more debug output --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c7e2fea58..bca8a14b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,7 @@ apt (0.6.42.4) unstable; urgency=low * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows) (closes: #339533) - -- + -- apt (0.6.42.3) unstable; urgency=low -- cgit v1.2.3 From 46e00f9d71300f3a80a4a311e369e64a48ce396f Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 22 Nov 2005 19:34:02 +0000 Subject: * ABI change: merged more flexible pkgAcquireFile code --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index bca8a14b1..2022448a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ apt (0.6.42.4) unstable; urgency=low * make pkgDirStream (a bit) more complete * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows) (closes: #339533) + * pkgAcqFile is more flexible now (closes: #57091) -- -- cgit v1.2.3 From 7c6e2dc761f736bf203f7770f7a1c4a63f7063d4 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 22 Nov 2005 22:11:06 +0000 Subject: * merged http download limit for apt (#146877) --- debian/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 2022448a0..34f8cec03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.6.42.4) unstable; urgency=low +apt (0.6.43) unstable; urgency=low * Merge bubulle@debian.org--2005/apt--main--0 up to patch-132: * zh_CN.po: Completed to 510 strings(Closes: #338267) @@ -9,8 +9,9 @@ apt (0.6.42.4) unstable; urgency=low * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows) (closes: #339533) * pkgAcqFile is more flexible now (closes: #57091) + * support a download rate limit for http (closes: #146877) - -- + -- apt (0.6.42.3) unstable; urgency=low -- cgit v1.2.3 From 171c75f13acc955110a6c4693c7b8fe243709843 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 23 Nov 2005 00:00:13 +0000 Subject: * applied parts of the string speedup patch from debian #319377 (ABI change) --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 34f8cec03..92dda6232 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,9 @@ apt (0.6.43) unstable; urgency=low (closes: #339533) * pkgAcqFile is more flexible now (closes: #57091) * support a download rate limit for http (closes: #146877) + * imported lots of the speedup changes from #319377 - -- + -- apt (0.6.42.3) unstable; urgency=low -- cgit v1.2.3 From aa97e2e3de4cbc4f5cb9f4191e8947111090492d Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 23 Nov 2005 15:40:24 +0000 Subject: * fix for #340448 --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 92dda6232..b67fb4909 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,8 @@ apt (0.6.43) unstable; urgency=low (closes: #339533) * pkgAcqFile is more flexible now (closes: #57091) * support a download rate limit for http (closes: #146877) - * imported lots of the speedup changes from #319377 + * included lots of the speedup changes from #319377 + * add stdint.h to contrib/md5.h (closes: #340448) -- -- cgit v1.2.3 From bac148a766ad6d280172b9faa99c9207fa49ba4b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 25 Nov 2005 10:46:26 +0000 Subject: * finalized this release --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b67fb4909..968a1a053 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,7 +13,7 @@ apt (0.6.43) unstable; urgency=low * included lots of the speedup changes from #319377 * add stdint.h to contrib/md5.h (closes: #340448) - -- + -- Michael Vogt Fri, 25 Nov 2005 11:22:31 +0100 apt (0.6.42.3) unstable; urgency=low -- cgit v1.2.3 From 34255a9fad36a7dfc2365318f656d1ff6889df4f Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 28 Nov 2005 10:17:17 +0000 Subject: * changelog updates --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 968a1a053..f7788534e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.6.43) unstable; urgency=low +apt (0.6.43) unstable; urgency=medium * Merge bubulle@debian.org--2005/apt--main--0 up to patch-132: * zh_CN.po: Completed to 510 strings(Closes: #338267) @@ -12,6 +12,7 @@ apt (0.6.43) unstable; urgency=low * support a download rate limit for http (closes: #146877) * included lots of the speedup changes from #319377 * add stdint.h to contrib/md5.h (closes: #340448) + * ABI change, library name changed (closes: #339147) -- Michael Vogt Fri, 25 Nov 2005 11:22:31 +0100 -- cgit v1.2.3 From b57c8bb4085634c3fbe219ae1fd005d6bd62987a Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 28 Nov 2005 22:27:06 +0000 Subject: * build-depend on libdb4.3 now, fix for kFreeBSD (#317718) --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index f7788534e..7745add68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ apt (0.6.43) unstable; urgency=medium * included lots of the speedup changes from #319377 * add stdint.h to contrib/md5.h (closes: #340448) * ABI change, library name changed (closes: #339147) + * Fix GNU/kFreeBSD crash on non-existing server file (closes: #317718) + * switch to libdb4.3 in build-depends -- Michael Vogt Fri, 25 Nov 2005 11:22:31 +0100 diff --git a/debian/control b/debian/control index 4aa7b5aa2..5c76a90eb 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: important Maintainer: APT Development Team Uploaders: Jason Gunthorpe , Adam Heath , Matt Zimmerman , Michael Vogt Standards-Version: 3.6.1 -Build-Depends: debhelper (>= 4.1.62), libdb4.2-dev, gettext (>= 0.12) +Build-Depends: debhelper (>= 4.1.62), libdb4.3-dev, gettext (>= 0.12) Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) Package: apt -- cgit v1.2.3 From 5a61e0600b5ba3dc6eb3629185ecc133d6877ae0 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 28 Nov 2005 23:17:27 +0000 Subject: * fix mailaddress --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7745add68..05e4d5f74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,7 +16,7 @@ apt (0.6.43) unstable; urgency=medium * Fix GNU/kFreeBSD crash on non-existing server file (closes: #317718) * switch to libdb4.3 in build-depends - -- Michael Vogt Fri, 25 Nov 2005 11:22:31 +0100 + -- Michael Vogt Tue, 29 Nov 2005 00:17:07 +0100 apt (0.6.42.3) unstable; urgency=low -- cgit v1.2.3