From: martin@piware.de <>
Date: Mon, 21 Jun 2010 11:22:40 +0000 (+0200)
Subject: debian/changelog: it is an ABI break after all
X-Git-Tag: 0.8.0~9^2~17^2~6^2~6
X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/9d706e45650240cb7b05104211d93220dd6f614c?ds=inline

debian/changelog: it is an ABI break after all
---

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: