X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/6c705c50062ab1e542678cf49e3f90e5ac33199a..abcb5d8720e264d76f9db2db0497de21fa832602:/debian/changelog diff --git a/debian/changelog b/debian/changelog index fab0b8f..c815542 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,48 @@ +mlib (2.3.0) experimental; urgency=medium + + * url: Always encode whitespace characters. Particularly egregiously, + mLib used to leave linefeeds unescaped in `lax' mode. + * bits: Document the many improvements since the original version nearly + 20 years ago. + * bits: Add macros for byte-swapping integers in-place. + * bits: Use compiler intrinsics where available. + + -- Mark Wooding Tue, 12 Jun 2018 00:30:47 +0100 + +mlib (2.2.5) experimental; urgency=medium + + * ident: Only close the socket once if connection fails early. + + -- Mark Wooding Sat, 09 Jun 2018 17:40:21 +0100 + +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.