diff options
author | Julian Andres Klode <jak@debian.org> | 2015-12-30 00:41:26 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-12-30 00:41:26 +0100 |
commit | 0327b790d40e59e1e35c6ed841308aaebbde8697 (patch) | |
tree | 493229284e8459e881b27e6e18a1e40201007684 /debian/changelog | |
parent | d86b8f864cf1cb609297a1164b757ec0174e7596 (diff) |
Release 1.1.101.1.10
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 02b947d3d..a29ed30f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +apt (1.1.10) unstable; urgency=medium + + [ David Kalnischkies ] + * deal with empty values properly in deb822 parser (Closes: 808102) + + [ Beatrice Torracca ] + * fix 3 typos/omissions in apt.conf(5) (Closes: 809160) + + [ Julian Andres Klode ] + * BufferedWriter: flushing: Check for written < size instead of <= + * aptconfiguration: Set default compression level to 6 + * BufferedFileFdPrivate: Make InternalFlush() save against errors + * Switch to DJB hashing and use prime number as table size + * Turn tolower_ascii() and isspace_ascii() into inline functions + * Fix test case that was broken by switch of hash function + * pkgTagSection::Scan: Fix read of uninitialized value + * pkgCacheGenerator: Allow passing down an already created cache + * Add support for calculating hashes over the entire cache + * Do not sync the cache file + + -- Julian Andres Klode <jak@debian.org> Wed, 30 Dec 2015 00:40:53 +0100 + apt (1.1.9) unstable; urgency=medium Highlights: buffered rred writes and slightly faster cache generation (~10%) |