* Bump ABI to 4.15
[ David Kalnischkies ]
- * reenable support for -s (and co) in apt-get source (Closes: 742578)
+ * re-enable support for -s (and co) in apt-get source (Closes: 742578)
* run acquire transactions only once
* aborted reverify restores file owner and permission
* test if TMPDIR is accessible before using (Closes: 765951)
* use 'best' hash for source authentication (LP: 1098738)
* use HashStringList in the acquire system
* deal with hashes in ftparchive more dynamic as well
- * reenable pipelining via hashsum reordering support
+ * re-enable pipelining via hashsum reordering support
* parse and retrieve multiple Descriptions in one record
* improve pkgTagSection scanning and parsing
* invalid cache if architecture set doesn't match (Closes: 745036)
-- Michael Vogt <mvo@debian.org> Thu, 19 Jun 2014 12:01:48 +0200
+apt (1.0.10.1) unstable; urgency=medium
+
+ * hide first pdiff merge failure debug message (Closes: 793444)
+ * mark again deps of pkgs in APT::Never-MarkAuto-Sections as manual.
+ Thanks to Raphaƫl Hertzog and Adam Conrad for detailed reports and
+ initial patches (Closes: 793360) (LP: #1479207)
+ * explicitly build-dep on g++ (>= 4:5.2) for gcc5 transition
+
+ -- David Kalnischkies <david@kalnischkies.de> Mon, 03 Aug 2015 07:29:40 +0200
+
+apt (1.0.10) unstable; urgency=medium
+
+ [ Zhou Mo ]
+ * po: update zh_CN translation slightly
+ * po: Update Simplified Chinese programs translation
+
+ [ Mert Dirik ]
+ * Turkish translation update for apt (Closes: #789491)
+
+ [ Yuri Kozlov ]
+ * Russian program translation update (Closes: 789709)
+
+ [ Milo Casagrande ]
+ * Italian program translation update (Closes: 782122)
+
+ [ Beatrice Torracca ]
+ * Italian manpage translation update (Closes: 776702)
+
+ [ Julian Andres Klode ]
+ * ExecFork: Use /proc/self/fd to determine which files to close
+ (Closes: #764204)
+
+ [ Michael Vogt ]
+ * Prepare new 1.0.10 release with gcc5 abi transition
+
+ [ David Kalnischkies ]
+ * stop depending on copy-on-write for std::string
+ * bump next-abi check above gcc5-abi bump
+ * update symbols file to use gcc5 abi mangling
+
+ -- David Kalnischkies <david@kalnischkies.de> Sat, 25 Jul 2015 12:11:08 +0200
+
+apt (1.0.9.10) unstable; urgency=medium
+
+ [ Michael Vogt ]
+ * Fix crash in pkgDPkgPM::WriteApportReport(() (LP: #1436626)
+ * Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded
+ syscalls
+ * Fix endless loop in apt-get update that can cause disk fillup
+ (LP: #1445239)
+
+ [ Helmut Grohne ]
+ * parse arch-qualified Provides correctly (Closes: 777071)
+
+ -- Michael Vogt <mvo@debian.org> Fri, 22 May 2015 17:38:31 +0200
+
apt (1.0.9.9) unstable; urgency=medium
[ David Kalnischkies ]
* correct IndexDiff vs DiffIndex in Debug output
[ David Kalnischkies ]
- * reenable unlimited pdiff files download
+ * re-enable unlimited pdiff files download
* integrate Anthonys rred with POC for client-side merge
[ Michael Vogt ]
* add missing Turkish (tr) to po/LINGUAS
* correct management-typo in description found by lintian
* implement debian/rules build-{arch,indep} as required by policy 3.9.4
- * reenable automatic parallel build of APT
+ * re-enable automatic parallel build of APT
* exclude config.{sub,guess} from source package
* update the symbol files to reflect current state
* unset LANGUAGE for showing [Y/n] answer hints
- keep the last good InRelease file around just as we do it with
Release.gpg in case the new one we download isn't good for us
* apt-pkg/deb/debmetaindex.cc:
- - reenable InRelease by default
+ - re-enable InRelease by default
* ftparchive/writer.cc,
apt-pkg/deb/debindexfile.cc,
apt-pkg/deb/deblistparser.cc: