Przeglądaj źródła

debian/changelog: it is an ABI break after all

martin@piware.de 16 lat temu
rodzic
commit
9d706e4565
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      debian/changelog

+ 3 - 2
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: