diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-10 20:40:47 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-10 20:40:47 +0200 |
commit | db09a1c5dd74f422571c4130364bb7c78200e8c8 (patch) | |
tree | 4e7d72b2525c56c3d3708b425be1eb6a6459a6e0 /debian/changelog | |
parent | 3fa950f16cb2997bccd97475f75c5f3e37609dd3 (diff) |
* apt-pkg/algorithms.cc:
- factor out of ListUpdate a AcquireUpdate to be able to provide your
own pkgAcquire fetcher to the wrapper
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 040ca9544..7b1ed46ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,9 @@ apt (0.9.3) UNRELEASED; urgency=low - ensure that d is set before accessing it * apt-pkg/aptconfiguration.cc: - use NULL instead of "" for no (un)compress parameters + * apt-pkg/algorithms.cc: + - factor out of ListUpdate a AcquireUpdate to be able to provide your + own pkgAcquire fetcher to the wrapper -- David Kalnischkies <kalnischkies@gmail.com> Mon, 07 May 2012 21:12:23 +0200 |