From c3c3bd043b262dd5544594abd5e5bd4377a679d6 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 27 Dec 2015 19:17:21 +0100 Subject: Release 1.1.9 --- debian/changelog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index e42378d05..02b947d3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +apt (1.1.9) unstable; urgency=medium + + Highlights: buffered rred writes and slightly faster cache generation (~10%) + + [ Julian Andres Klode ] + * Introduce isspace_ascii() for use by parsers + * Convert most callers of isspace() to isspace_ascii() + * pkgcachegen: Use std::unordered_map instead of std::map + * debListParser: ParseDepends: Only query native arch if needed + * debListParser: Do not validate Description-md5 for correctness twice + * ParseDepends: Mark branches for build-dep parsing as unlikely + * rred: Only call pkgInitConfig() in test mode + * FileFdPrivate: Add getter and setter for fields + * FildFd: Introduce a Flush() function and call it from Close() + * FileFd: Add a buffered writing mode + * rred: Use buffered writes + * pkgcachegen.h: Hack around unordered_map not existing before C++11 + * doc/acquire-additional-files.txt: Mention apt-helper cat-file + + [ Niels Thykier ] + * Hex2Digit: Do not use isxdigit() + + [ David Kalnischkies ] + * allow repositories to forbid arch:all for specific index targets + + -- Julian Andres Klode Sun, 27 Dec 2015 19:16:36 +0100 + apt (1.1.8) unstable; urgency=medium * apt-helper: Add a cat-file command for concatening files -- cgit v1.2.3