]> git.saurik.com Git - apt.git/commitdiff
changelog: clarify abi break, it's not external
authormartin@piware.de <>
Fri, 11 Jun 2010 10:34:26 +0000 (12:34 +0200)
committermartin@piware.de <>
Fri, 11 Jun 2010 10:34:26 +0000 (12:34 +0200)
debian/changelog

index 9f9e09727b434e2778edccc5f0a3e9a9c53c6bdf..017e774ba78c65b89c75537c9ca2e520f78137da 100644 (file)
@@ -11,8 +11,8 @@ 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.
-    - [ABI BREAK] This introduces a new protected member of FileFD and changes
-      the behaviour of FileFd for reading gzipped files.
+    - [Weak internal ABI BREAK] This changes the behaviour of FileFd for
+      reading gzipped files.
   * configure.in:
     - Check for zlib library and headers.
   * apt-pkg/deb/debindexfile.cc: