]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
* apt-pkg/depcache.cc:
[apt.git] / debian / changelog
index 3b564b3a17af82448f50beb3d20c28a771b95c09..415a6fd8d7c7e343a8dd442ac144249668999fd4 100644 (file)
@@ -6,10 +6,15 @@ apt (0.7.26) UNRELEASED; urgency=low
 
   [ David Kalnischkies ]
   * Switch to dpkg-source 3.0 (native) format
+  * apt-pkg/depcache.cc:
+    - remove Auto-Installed information from extended_states
+      together with the package itself (Closes: #572364)
   * cmdline/apt-mark:
     - don't crash if no arguments are given (Closes: #570962)
   * debian/control:
     - remove some years old and obsolete Replaces
+    - add automake/conf build-depends/conflicts as recommend by
+      the autotools-dev README (Closes: #572615)
   * apt-pkg/contrib/mmap.{h,cc}:
     - add char[] fallback for filesystems without shared writable
       mmap() like JFFS2. Thanks to Marius Vollmer for writing