diff options
author | Julian Andres Klode <jak@debian.org> | 2015-12-27 19:17:21 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-12-27 19:19:11 +0100 |
commit | c3c3bd043b262dd5544594abd5e5bd4377a679d6 (patch) | |
tree | f3394bbc61031e8e68e7ad2a892ad8d62fd77072 /debian | |
parent | 341e0147dafd388804d48076e5d91f6f12be0aef (diff) |
Release 1.1.91.1.9
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 27 |
1 files changed, 27 insertions, 0 deletions
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 <jak@debian.org> 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 |