chiark / gitweb /
Release 2.3.3.
[mLib] / debian / changelog
index c6866d4d5f29e824e77dfaed15a49dab5ffae3ab..3662e45aea5c8c9066163acd60aa3f16b83600f6 100644 (file)
@@ -1,3 +1,66 @@
+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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <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.