diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-10-25 01:33:40 +0300 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-10-25 01:33:40 +0300 |
commit | 0d7a243df522cad460bc1f94f32c6b7f766cabb1 (patch) | |
tree | 9083b600eeffe55ac9566d63c910e155631481b4 /debian | |
parent | a15489ce5d8946c6cf76e24afb5f9288814e49fc (diff) |
Added fallback to uncompressed files while acquiring index files (Sources and Packages)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0bb4fcdde..5c2c5f292 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.7.17) unstable; urgency=low + + [ Eugene V. Lyubimkin ] + * apt-pkg/acquire-item.cc: + - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz' + available. (Closes: #409284) + + -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 24 Oct 2008 23:45:17 +0300 + apt (0.7.16) unstable; urgency=low [ Luca Bruno ] |