diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-07-11 21:57:51 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-07-11 21:57:51 +0200 |
commit | b09663668c4d8203543e56b25db822ba55d21529 (patch) | |
tree | 30d2ddad0fc02e6a730e65f71a857fdcf930b87b /debian | |
parent | f5eb830c02cb0724cb1d2e70f56cd508583aaf9a (diff) |
* methods/bzip2.cc:
- add a copycat of the old gzip.cc as we need it for bzip2 and lzma
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 b0efc72e5..cfac23251 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ apt (0.7.26~exp10) UNRELEASED; urgency=low * apt-pkg/deb/debmetaindex.cc: - do not query each architecture for flat file archives - fix typo preventing display of architecture in Info() + * methods/bzip2.cc: + - add a copycat of the old gzip.cc as we need it for bzip2 and lzma [ Martin Pitt ] * debian/rules: @@ -43,7 +45,7 @@ apt (0.7.26~exp10) UNRELEASED; urgency=low Rewrite it to use FileFd directly, which makes the code a lot simpler, and also using less memory and overhead. - -- David Kalnischkies <kalnischkies@gmail.com> Sat, 10 Jul 2010 13:44:32 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Sun, 11 Jul 2010 21:56:36 +0200 apt (0.7.26~exp9) experimental; urgency=low |