Update changelog
authorStephane Glondu <steph@glondu.net>
Mon, 22 Jul 2019 08:16:48 +0000 (10:16 +0200)
committerStephane Glondu <Stéphane Glondu glondu@debian.org>
Wed, 24 Jul 2019 08:31:57 +0000 (10:31 +0200)
debian/changelog

index b73596357d85d94221aa765bf4b3974d908a805f..29e5b8d3a43ce21cd63d3fe2725f18fccd5fd5eb 100644 (file)
@@ -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 <glondu@debian.org>  Mon, 22 Jul 2019 10:16:15 +0200
+
 ocaml (4.08.0-1) experimental; urgency=medium
 
   [ Stéphane Glondu ]