chiark / gitweb /
Release 2.2.5.
[mLib] / debian / changelog
index 55de2916b24500298a1516172ae71c2658241c0a..07947296f0e8af9e59cdf4e3accf0cc9c28f2e71 100644 (file)
@@ -1,3 +1,47 @@
+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.