X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a7307a8727c85b0166339a54fb14ba3812f7a608..c176c4d0adad246ac0768f9e2b60aa8e4c56fffb:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 3b564b3a1..415a6fd8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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