summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:01:48 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:01:48 +0000
commitcfc5c9cd799283f368fd94fd56d1331b2d25aaf2 (patch)
treeb8e554841dc198febf9f9e8c48ba8a9ab54ced0f /debian
parent98572af6475f5b3ab2309cc98711da32ed53c2f5 (diff)
Move #192409 out of 0.5.5.1 since it wasn't fixed there...
Author: mdz Date: 2003-07-18 14:16:59 GMT Move #192409 out of 0.5.5.1 since it wasn't fixed there, and start a new version - Clean up some string handling, patch from Peter Lundkvist <p.lundkvist@telia.com> (Closes: #192225) - Don't fall off the end of the buffer when comparing versions. Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327) - Minor fixes to apt-ftparchive(1) (Closes: #118156) - Fix typo in apt-ftparchive help text (Closes: #119072) - Update config.guess, config.sub to latest versions
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog16
1 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9486e18b6..01476d569 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+apt (0.5.6) unstable; urgency=low
+
+ * Adam Heath <doogie@debian.org>
+ - Fix segfault when handling /etc/apt/preferences. Closes: #192409.
+ * Matt Zimmerman <mdz@debian.org>
+ - Clean up some string handling, patch from Peter Lundkvist
+ <p.lundkvist@telia.com> (Closes: #192225)
+ - Don't fall off the end of the buffer when comparing versions.
+ Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
+ - Minor fixes to apt-ftparchive(1) (Closes: #118156)
+ - Fix typo in apt-ftparchive help text (Closes: #119072)
+ - Update config.guess, config.sub to latest versions
+
+ --
+
apt (0.5.5.1) unstable; urgency=low
* Move the target of the example docs from doc to binary. Closes:
@@ -6,7 +21,6 @@ apt (0.5.5.1) unstable; urgency=low
backing out change that incorretly attempted to handle Package sections
larger than 32k. Closes: #192373
* Fix never-ending loop with apt-get install -V. Closes: #192355.
- * Fix segfault when handling /etc/apt/preferences. Closes: #192409.
-- Adam Heath <doogie@debian.org> Mon, 19 May 2003 12:30:16 -0500