Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/mLib
[mLib] / debian / changelog
index 0794729..c815542 100644 (file)
@@ -1,3 +1,14 @@
+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.