]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
* Avoid segfault if a package name is specified which c...
[apt.git] / debian / changelog
index 04b2f040b438804de7f4403e710814950e03e24d..031cad53a72003965ff8271dfb5974bb802e8ae1 100644 (file)
@@ -7,8 +7,16 @@ apt (0.5.9) unstable; urgency=low
   * Patch from Otavio Salvador to switch from dh_installmanpages to
     dh_installman.  Fixes the problem where the pt_BR man page was
     installed in the wrong location (Closes: #194558)
-
- -- Matt Zimmerman <mdz@debian.org>  Sat,  2 Aug 2003 15:50:02 -0400
+  * Write records from "apt-cache show" using fwrite(3) rather than
+    write(2), in case for some reason the entire record doesn't get
+    written by a single write(2)
+  * Add new French man pages to doc/fr/.cvsignore
+  * Add freebsd to buildlib/ostable (Closes: #193430)
+  * Avoid segfault if a package name is specified which consists
+    entirely of characters which look like end tags ('+', '-')
+    (Closes: #200425)
+
+ --
 
 apt (0.5.8) unstable; urgency=medium