chiark / gitweb /
Release 2.2.5.
[mLib] / debian / changelog
index 6c72744772df1d99421c4fd418b9667549f99b56..07947296f0e8af9e59cdf4e3accf0cc9c28f2e71 100644 (file)
@@ -1,4 +1,64 @@
-mlib (2.2.0~pre1) experimental; urgency=low
+mlib (2.2.5) experimental; urgency=medium
+
+  * ident: Only close the socket once if connection fails early.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <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
@@ -6,8 +66,9 @@ mlib (2.2.0~pre1) experimental; urgency=low
   * 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:43:57 +0100
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 03 May 2009 01:44:45 +0100
 
 mlib (2.1.1) experimental; urgency=low