diff options
author | Julian Andres Klode <jak@debian.org> | 2017-08-24 23:21:40 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-08-24 23:21:40 +0200 |
commit | d885930f62756e4ca8ad9a80be2ffebe68ac3e97 (patch) | |
tree | 3444e0609c500aa8cb6101e43cdf390dea9b31fb /debian | |
parent | 427828d9638c9e5f3550820bd9d71da5d5a0909c (diff) |
Release 1.5~rc11.5_rc1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8f1f6e867..1d21f6cac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +apt (1.5~rc1) unstable; urgency=medium + + * Redefine APT_CONST to mean APT_PURE (APT_CONST is deprecated) + APT_CONST was used on functions where it should not have, causing + the compiler to optimize code it should not have, like turning + the "::" content in StringSplit(name, "::") into garbage because it + figured out that the value is not going to be read anyway, causing + stuff to go horribly wrong (mostly on -O3, really). + * Replace APT_CONST with APT_PURE everywhere + * Make test-bug-818628-unreadable-source work on !amd64 + + -- Julian Andres Klode <jak@debian.org> Thu, 24 Aug 2017 23:13:52 +0200 + apt (1.5~beta2) unstable; urgency=medium [ M. Willis Monroe ] |