diff options
author | Julian Andres Klode <jak@debian.org> | 2017-02-06 14:41:36 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-02-06 14:41:36 +0100 |
commit | 08ac79026c1c2cf06cab3ff0ef0add485c389b0f (patch) | |
tree | 48a50e57c9dbeab098b5c12d3368f9c66080b794 /debian | |
parent | 1664e23409b868133019e7a75ebd2c9de41b967d (diff) |
Release 1.4~rc11.4_rc1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2021d09b7..9b5b713f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +apt (1.4~rc1) unstable; urgency=medium + + [ David Kalnischkies ] + * don't show update stats if cache generation is disabled + * don't lock dpkg in 'apt-get clean' + * don't lock dpkg in update commands + * avoid validate/delete/load race in cache generation + * fix 'install --no-download' mode + * remove 'old' FAILED files in the next acquire call (Closes: 846476) + * stop rred from leaking debug messages on recovered errors (Closes: #850759) + * make the moo reproducible. + Thanks to Chris Lamb for initial patch and guru meditation (Closes: #848721) + * update release mappings in documentation + * avoid malloc if option whitelist is disabled (default) + + [ Julian Andres Klode ] + * basehttp: Only read Content-Range on 416 and 206 responses (LP: #1657567) + * test suite: Do not exit 0 in trap for QUIT + * Only merge acquire items with the same meta key (Closes: #838441) + + [ Zhou Mo ] + * po: update Simplified Chinese program translation + + [ Jean-Pierre Giraud ] + * French manpages translation update (Closes: 852460) + + [ victory ] + * Japanese manpages & program translation update + + [ Frans Spiesschaert ] + * Dutch program translation update (Closes: #853761) + * Dutch manpage translation update (Closes: #853762) + + -- Julian Andres Klode <jak@debian.org> Mon, 06 Feb 2017 14:41:23 +0100 + apt (1.4~beta4) unstable; urgency=medium * Read dpkg tables to handle architecture wildcards. |