summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin@piware.de <>2010-06-21 13:22:40 +0200
committermartin@piware.de <>2010-06-21 13:22:40 +0200
commit9d706e45650240cb7b05104211d93220dd6f614c (patch)
tree158a06e5574c40668afe772832a0f00383b0ac74
parent594bfe6a9f11e393469522fdea54444488d6f8a3 (diff)
debian/changelog: it is an ABI break after all
-rw-r--r--debian/changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 380060aa6..e44d7986d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low
* 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.
- - [Weak internal ABI BREAK] This changes the behaviour of FileFd for
- reading gzipped files.
+ - [ABI BREAK] This adds a new private member to FileFd, but its
+ initialization is in the public header file. This also changes the
+ behaviour of FileFd for reading gzipped files.
* configure.in:
- Check for zlib library and headers.
* apt-pkg/deb/debindexfile.cc: