X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/82fc9c74a76f4bfa7cbbb60571ec7cabafa5859f..refs/tags/2.5.0:/debian/changelog diff --git a/debian/changelog b/debian/changelog index ba77467..a2fc30a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,22 @@ -mlib (2.4.99~) experimental; urgency=medium +mlib (2.5.0) experimental; urgency=medium - * (placeholder for next minor release) + * Fix internal Python build scripts to work with Python 3. + * Introduce wrapper macros around the functions (to handle + negative character codes correctly), and the comparison + functions `strcmp', `strncmp', and `memcmp'. - -- Mark Wooding Wed, 02 Oct 2019 00:43:11 +0100 + -- Mark Wooding Fri, 08 May 2020 20:16:37 +0100 + +mlib (2.4.2) experimental; urgency=medium + + * mlib (buf): Handle 64-bit length prefixes correctly on 32-bit + platforms. Previously, a huge length was reduced modulo 2^32 prior to + checking via an implicit conversion to `size_t'. + * mlib (bres-adns): Use correct array bound when reassembling `hostent' + structures to return. Apparently this has never been correct. + * mlib-dev: Some formatting fixes in manpages. + + -- Mark Wooding Fri, 08 May 2020 13:43:00 +0100 mlib (2.4.1) experimental; urgency=medium