chiark / gitweb /
Release 2.3.3.
[mLib] / debian / changelog
index 8c4d03f8f1aad6b04f2415fc336e542daf43b281..3662e45aea5c8c9066163acd60aa3f16b83600f6 100644 (file)
@@ -1,3 +1,15 @@
+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.