X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/6f444bda1b7deb31cf7fb2395cb0993c3e3b8c42..6a185f9358a1fcdbb203697c36968b42ac0d23b1:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 014355f..3662e45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,160 @@ +mlib (2.3.3) experimental; urgency=medium + + * mlib2-adns: Make sure there's a `DT_NEEDED' entry for libadns. I + don't know why this has just become important. + * mlib-dev: Fix the `pkg-config' snippet so that static linking works. + * macros: Properly parenthesize the `N' macro's argument. (I think it + doesn't make any difference.) + * fdpass: Fix file-descriptor passing on 64-bit targets. This was + broken by an embarrassing typo (and inadequate testing). + + -- Mark Wooding Tue, 25 Dec 2018 15:06:00 +0000 + +mlib (2.3.2) experimental; urgency=medium + + * url: Fix crash in `url_enc' introduced in earlier alleged fix. + + -- Mark Wooding Tue, 12 Jun 2018 10:53:19 +0100 + +mlib (2.3.1) experimental; urgency=medium + + * Pick up missed fix from 2.2.5. + + -- Mark Wooding Tue, 12 Jun 2018 01:40:14 +0100 + +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. + * 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. + * dstr: `dstr_putc' now takes an `int' argument. + * macros.h: Provide macros for annotating functions (e.g., as following + various kinds of varargs protocols) and controlling warnings. + + -- Mark Wooding Fri, 28 Jun 2013 23:27:49 +0100 + +mlib (2.2.0.1) experimental; urgency=low + + * Brown paper-bag: failed to include `codec.h' in `hex.h' and `base32.h' + leading to build failures of clients. + + -- Mark Wooding Sat, 12 Jan 2013 18:49:36 +0000 + +mlib (2.2.0) experimental; urgency=low + + * Major internal reorganization. + * Ship precomputed tables and provide partial support for + cross-compilation. + * Overhaul of binary-to-text coding: now has better error handling, and + a single unified engine. Also provides a program, bincode(1), for + exercising the system. + * Replace random ad-hoc testing by a system based on GNU Autotest. + + -- Mark Wooding Sun, 03 May 2009 01:44:45 +0100 + +mlib (2.1.1) experimental; urgency=low + + * Actually declare buf_putstr* in buf.h. + * Skip past terminating null in buf_get*z, rather than leaving it for + the next get. + + -- Mark Wooding Sat, 05 May 2012 13:18:40 +0100 + +mlib (2.1.0) experimental; urgency=low + + * New function `mdup' for renumbering file descriptors. + * Various internal build-system changes. + + -- Mark Wooding Sun, 04 Jan 2009 14:45:07 +0000 + +mlib (2.0.7) experimental; urgency=low + + * The new build system put the headers in /usr/include/mlib, where + nothing could find them. Put them back in /usr/include/mLib where + they belong. + * Actually include config.h in the correct places, so that, for example, + dstr_putf doesn't explode. + + -- Mark Wooding Sun, 28 Dec 2008 21:23:59 +0000 + +mlib (2.0.6) experimental; urgency=low + + * Build system overhaul. + + -- Mark Wooding Sat, 27 Dec 2008 13:42:39 +0000 + +mlib (2.0.5) experimental; urgency=low + + * Fix versioncmp to deal with `~' characters properly, in line with + Debian policy. + + -- Mark Wooding Wed, 14 May 2008 15:10:32 +0100 + +mlib (2.0.4) experimental; urgency=low + + * Switch over to pkgconfig. This is largely a stopgap release, to stop + stuff breaking hopelessly while mLib 3 is worked on. + + -- Mark Wooding Mon, 17 Mar 2008 17:51:45 +0000 + mlib (2.0.3) experimental; urgency=low * Document hex encoding/decoding. * Add file descriptor passing. - * Add ADNS-based background resolver. + * Add ADNS-based background resolver. * Split binaries off into their own package. * Document, fix and test universal hashing; use it in symbol tables. @@ -12,4 +164,4 @@ mlib (2.0.2) experimental; urgency=low * Debianization! - -- Mark Wooding Sat, 8 Nov 2003 22:43:10 +0000 + -- Mark Wooding Sat, 8 Nov 2003 22:43:10 +0000