X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/02ce250eda201a9f8a4a5480937238a321e084da..198fea9544562ac8268aa691b40e5e0e90eed492:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 164b27f..6631a8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +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 + + * (internals): Delete `track', which stopped being built or distributed + in 2.2.0 and nobody noticed. + * mlib-dev: Add a `STATIC_ASSERT' macro, because we've wanted one for ages. + * debian: Ship a shared-library `symbols' file for more precise + dependencies. + + -- Mark Wooding Sun, 29 Sep 2019 15:13:30 +0100 + mlib (2.4.0) experimental; urgency=medium * mlib (crc32): Make table be read-only.