summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:02:38 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:02:38 +0000
commit7488f4586fd29c8ce9ac184b6d5205958b8381b2 (patch)
treeeb1add2ca396c21d5ee9d32366f8e87294950645 /debian
parent3c0e4977e20b58d809b2bc19215e19db6292bb54 (diff)
* Write records from "apt-cache show" using fwrite(3) r...
Author: mdz Date: 2003-08-02 19:53:23 GMT * 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)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 04b2f040b..c413fb785 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,11 @@ 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)
+ * 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)
- -- Matt Zimmerman <mdz@debian.org> Sat, 2 Aug 2003 15:50:02 -0400
+ --
apt (0.5.8) unstable; urgency=medium