diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-09-06 12:17:15 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-09-06 12:17:15 +0200 |
commit | cf1cdb3328dacde829db8bbb3db4f5373ac07d61 (patch) | |
tree | 7287684652af4da2c05bf6259a1d65afed17ef90 /debian | |
parent | 1f8b2599f6beb14e8855f5d43fc1a759a08690e9 (diff) |
* methods/{gzip,bzip2}.cc:
- empty files can never be valid archives (Closes: #595691)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4dca62603..07196db25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,10 @@ apt (0.8.2) UNRELEASED; urgency=low * cmdline/apt-key: - support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files + * methods/{gzip,bzip2}.cc: + - empty files can never be valid archives (Closes: #595691) - -- David Kalnischkies <kalnischkies@gmail.com> Sat, 04 Sep 2010 15:25:10 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Mon, 06 Sep 2010 12:16:58 +0200 apt (0.8.1) unstable; urgency=low |