diff options
author | Michael Vogt <egon@tas> | 2008-10-28 16:48:16 +0100 |
---|---|---|
committer | Michael Vogt <egon@tas> | 2008-10-28 16:48:16 +0100 |
commit | 70b3d263556241a0cb8217006f4dbef1138de25d (patch) | |
tree | a09c56df0b59a984a10392a090adbac29e734806 /debian | |
parent | a15489ce5d8946c6cf76e24afb5f9288814e49fc (diff) | |
parent | 4b94b383390fb93c58fb14460679fadbb3c8ee93 (diff) |
* apt-pkg/acquire-item.cc:
- Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
available. (Closes: #409284)
* apt-pkg/algorithm.cc:
- Strip username and password from source URL in error message.
(Closes: #425150)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0bb4fcdde..40e1cc23d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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) + * apt-pkg/algorithm.cc: + - Strip username and password from source URL in error message. + (Closes: #425150) + + -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 24 Oct 2008 23:45:17 +0300 + apt (0.7.16) unstable; urgency=low [ Luca Bruno ] |