diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:05:33 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:05:33 +0000 |
commit | bd019bd12158c94b4e3998cd1b8dd570d6a89153 (patch) | |
tree | d374fb888613b8dc0cda8aae9ba7ec7a9237893e | |
parent | cb06300929c4a430d81d71adea0ab1b243592dd4 (diff) |
* Add an assert() to make sure that we don't overflow a...
Author: mdz
Date: 2004-02-27 00:44:11 GMT
* Add an assert() to make sure that we don't overflow a fixed-size
buffer in the very unlikely event that someone adds 10 packaging
systems to apt (Closes: #233678)
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a0b017261..9b5633bc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,11 +5,16 @@ apt (0.5.23) unstable; urgency=low symlinks are created correctly * Updated Simplified Chinese translation of message catalog from Tchaikov <chaisave@263.net> (Closes: #234186) + * Set Cache-Control: max-age=0 for index files to prevent them being out + of sync with each other (important with Release.gpg) + * Add an assert() to make sure that we don't overflow a fixed-size + buffer in the very unlikely event that someone adds 10 packaging + systems to apt (Closes: #233678) * Fix whitespace in French translation of "Yes, do as I say!", which made it tricky to type, again. Thanks to Sylvain Pasche <sylvain.pasche@switzerland.org> (Closes: #234494) - -- + -- apt (0.5.22) unstable; urgency=low |