From d885930f62756e4ca8ad9a80be2ffebe68ac3e97 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 24 Aug 2017 23:21:40 +0200 Subject: Release 1.5~rc1 --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'debian/changelog') 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 Thu, 24 Aug 2017 23:13:52 +0200 + apt (1.5~beta2) unstable; urgency=medium [ M. Willis Monroe ] -- cgit v1.2.3