X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/48f2031e3433619ddbae85d5f981a12e2408ec4f..88ea5669f114beff15bd270fa0a9b46ae8472d36:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 55de291..1bdcf97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +mlib (2.2.4) experimental; urgency=medium + + * debian: Update for Debhelper 9. + * debian: Multi-arch support. + * mlib-dev: Compiler-hack support for Clang. + + -- Mark Wooding Sun, 13 Aug 2017 20:12:19 +0100 + +mlib (2.2.3) experimental; urgency=low + + * build: Cope with newer Autotools and related equipment. + * Miscellaneous small fixes for Cygwin. + + -- Mark Wooding Sat, 04 Jun 2016 01:09:53 +0100 + +mlib (2.2.2.2) experimental; urgency=low + + * codec: Minor formatting fix to manpage. + * Fixed Build-Depends and missing debian/source/format file. + + -- Mark Wooding Thu, 18 Feb 2016 08:19:10 +0000 + +mlib (2.2.2.1) experimental; urgency=low + + * dstr: `dstr_putf' no longer leaks memory. Sorry. + + -- Mark Wooding Sun, 18 Jan 2015 16:54:30 +0000 + +mlib (2.2.2) experimental; urgency=low + + * bres: Fixed `bres_abort' scrambing the freelist leading to a segfault. + * codec: New flag `CDCF_IGNSPC' to ignore whitespace when decoding. This + is the default in bincode(1). + * dstr: `dstr_putf' no longer crashes on `%.*s' and similar. + * dstr: `dstr_putf' now understands `%n$...' positional placeholders. + + -- Mark Wooding Sun, 20 Jul 2014 21:35:20 +0100 + mlib (2.2.1) experimental; urgency=low * crc32: Fix on 64-bit systems.