-apt (0.9.5.2) UNRELEASED; urgency=low
+apt (0.9.7) UNRELEASED; urgency=low
+
+ * apt-pkg/contrib/mmap.cc:
+ - Fix the Fallback option to work correctly, by not calling
+ realloc() on a map mapped by mmap(), and by using malloc
+ and friends instead of new[].
+ - Zero out the new memory allocated with realloc().
+
+ -- Julian Andres Klode <jak@debian.org> Sat, 16 Jun 2012 14:28:38 +0200
+
+apt (0.9.6) unstable; urgency=low
[ David Kalnischkies ]
* apt-pkg/cdrom.cc:
- review and fix typo, grammar and style issues
- rephrase APT::Immediate-Configuration and many others
+ [ Sebastian Heinlein ]
+ * cmdline/apt-key:
+ - do not hardcode /etc but use Dir::Etc instead
+
[ Robert Luberda ]
* Polish manpage translation update (Closes: #675603)
* doc/apt-mark.8.xml:
* apt-pkg/deb/deblistparser.cc:
- add support for arch-specific qualifiers in dependencies
- -- David Kalnischkies <kalnischkies@gmail.com> Wed, 06 Jun 2012 23:54:01 +0200
+ -- Michael Vogt <mvo@debian.org> Mon, 11 Jun 2012 16:21:53 +0200
apt (0.9.5.1) unstable; urgency=low