From: Mark Wooding Date: Sat, 21 Sep 2019 20:38:36 +0000 (+0100) Subject: Release 2.4.0. X-Git-Tag: 2.4.0^0 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/02ce250eda201a9f8a4a5480937238a321e084da Release 2.4.0. --- diff --git a/debian/changelog b/debian/changelog index 93e73ed..164b27f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +mlib (2.4.0) experimental; urgency=medium + + * mlib (crc32): Make table be read-only. + * mlib-dev (macros): Decorate attribute names with `__...__'. + * mlib-bin (crc-mktab, unihash-mkstatic): Add option for generating + `const' tables. + * Support building with Clang. + + -- Mark Wooding Sat, 21 Sep 2019 21:37:47 +0100 + mlib (2.3.3.1) experimental; urgency=medium * macros: Add missing fallback definition for `NORETURN'.