diff options
author | Julian Andres Klode <jak@debian.org> | 2015-11-28 22:49:07 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-11-28 22:49:07 +0100 |
commit | 20597fb843c52cddd108ebfb50108ccb662b687a (patch) | |
tree | 69020836d3a352f75c1eb12c3c32da19f00bb0d5 /debian | |
parent | dca07c4d676ac7bbc3543dff359735c0275e90fd (diff) |
Release 1.1.21.1.2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 69514c0fd..da470a428 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +apt (1.1.2) unstable; urgency=medium + + [ David Kalnischkies ] + * outsmart gcc -O3 over-optimization in pkgCdrom::FindPackages + * disable privilege-drop verification by default as fakeroot trips over it + (Closes: 806475) + * fix program name detection in rsh method + * disable privilege dropping for rsh/ssh method by default (Closes: 806511) + + [ Michael Vogt ] + * do not use "-Wl,-Bsymbolic-functions" during the build to avoid breakage + + -- Julian Andres Klode <jak@debian.org> Sat, 28 Nov 2015 22:47:40 +0100 + apt (1.1.1) unstable; urgency=medium [ Michael Vogt ] |