Просмотр исходного кода

debian/changelog: it is an ABI break after all

martin@piware.de лет назад: 16
Родитель
Сommit
9d706e4565
1 измененных файлов с 3 добавлено и 2 удалено
  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: