Release 2.2.1.
[mLib] / debian / changelog
index 7b9e733..55de291 100644 (file)
@@ -1,3 +1,39 @@
+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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  Sat, 05 May 2012 13:18:40 +0100
+
 mlib (2.1.0) experimental; urgency=low
 
   * New function `mdup' for renumbering file descriptors.