diff options
author | Julian Andres Klode <jak@debian.org> | 2016-09-02 20:30:33 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-09-02 20:30:33 +0200 |
commit | 54dd6baaf16e92c83f63bdb3633df6e603ac19f3 (patch) | |
tree | 97176bcd31b8d294e2cd46124e3be74a5f8ccbee /debian | |
parent | 0789f685c14631f43e2ad2bd2b8444733dd4f00d (diff) |
Release 1.3~rc41.3_rc4
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a9bd132fb..feb812889 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +apt (1.3~rc4) unstable; urgency=medium + + [ Julian Andres Klode ] + * Fix segfault and out-of-bounds read in Binary fields + * TagFile: Fix off-by-one errors in comment stripping + * Base256ToNum: Fix uninitialized value + * test-apt-cdrom: Fix for gnupg 2.1.15 + * CMake: test/libapt: Use a prebuilt GTest library if available + * CMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variable + * acquire: Use priority queues and a 3 stage pipeline design + => faster updates with better progress reporting + * debian: Move bugscript to old location for overlayfs xdev issue + * debian: Pass -O to make to get readable build logs + + [ David Kalnischkies ] + * try not to call memcpy with length 0 in hash calculations + * re-add apt breaks/replaces apt-utils (<< 1.3~exp2~) (Closes: #836220) + * support long keyid and fingerprint in gpgv's GOODSIG + + -- Julian Andres Klode <jak@debian.org> Fri, 02 Sep 2016 20:26:36 +0200 + apt (1.3~rc3) unstable; urgency=medium [ Julian Andres Klode ] |