X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/bf4953f56b1302bf7b9a1ca8b2c0cfe012377674..abcb5d8720e264d76f9db2db0497de21fa832602:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 0794729..c815542 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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.