]> git.saurik.com Git - apt.git/commitdiff
debian/changelog: it is an ABI break after all
authormartin@piware.de <>
Mon, 21 Jun 2010 11:22:40 +0000 (13:22 +0200)
committermartin@piware.de <>
Mon, 21 Jun 2010 11:22:40 +0000 (13:22 +0200)
debian/changelog

index 380060aa6d5ebdcf05e503d888f765e306240112..e44d7986d9e06cdb0071f8d8e7c8e037b8c1c952 100644 (file)
@@ -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: