From: Stephane Glondu Date: Mon, 22 Jul 2019 08:16:48 +0000 (+0200) Subject: Update changelog X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~2^2~17^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ed197a09ab7167859b725e0d037d9db895eaae6f;p=ocaml.git Update changelog --- diff --git a/debian/changelog b/debian/changelog index b7359635..29e5b8d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +ocaml (4.08.0-2) UNRELEASED; urgency=medium + + * Build with BUILD_PATH_PREFIX_MAP set, to improve reproducibility + * Use CCLINKFLAGS for linking all executables and shared libraries, to + pass hardening flags + * Properly disable almabench test on slow architectures (should fix + FTBFS on them) + * Check for definition of AT_SECURE before using it (should fix FTBFS on + kfreebsd-*) + * Add x32 to native architecture (should fix FTBFS) + * Add support for Debian's armhf in configure.ac (should fix FTBFS) + * Add more Lintian overrides + * Fix spelling errors reported by Lintian + * Bump Standards-Version to 4.4.0 + * Remove Samuel from Uploaders + + -- Stéphane Glondu Mon, 22 Jul 2019 10:16:15 +0200 + ocaml (4.08.0-1) experimental; urgency=medium [ Stéphane Glondu ]