diff options
author | martin@piware.de <> | 2010-06-09 14:08:20 +0200 |
---|---|---|
committer | martin@piware.de <> | 2010-06-09 14:08:20 +0200 |
commit | a3a03f5d7436c870edac9c0eb92e85e1fcaf6bca (patch) | |
tree | 652d78aff1b666164f8a3c1cd0f1f2eb7ab687fb /debian/changelog | |
parent | 3000cb123abe00418ccc2e388b6f93b76fe5514d (diff) |
* apt-pkg/contrib/fileutl.{h,cc}:
- Add support for transparent reading of gzipped files.
- Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bc3da3679..2fba94d7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low + [ Christian Perrier ] * Slovak translation update. Closes: #581159 * Italian translation update. Closes: #581742 + [ Martin Pitt ] + * apt-pkg/contrib/fileutl.{h,cc}: + - Add support for transparent reading of gzipped files. + - Link against zlib (in apt-pkg/makefile) and add zlib build dependency. + -- Christian Perrier <bubulle@debian.org> Tue, 11 May 2010 19:52:00 +0200 apt (0.7.26~exp4) unstable; urgency=low |