From: Mark Wooding Date: Fri, 8 Jun 2018 10:24:08 +0000 (+0100) Subject: Release 1.2.0. X-Git-Tag: 1.2.0^0 X-Git-Url: https://git.distorted.org.uk/~mdw/preload-hacks/commitdiff_plain/85f81884130d0bc24577e380b507d07bf64088dc Release 1.2.0. --- diff --git a/debian/changelog b/debian/changelog index 720da0e..c4b9cdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +preload-hacks (1.2.0) experimental; urgency=medium + + * noip: Fix ancient mistakes and bad wording in the manual. + * noip: Handle v6-mapped IPv4 addresses (more or less) properly. + * noip: Add configuration machinery for guiding automatically assigned + local addresses. + * noip: Support network-interface ioctl(2) on fake sockets. + * noip: Fix some configuration parser bugs. + + -- Mark Wooding Fri, 08 Jun 2018 11:23:57 +0100 + preload-hacks (1.1.3) experimental; urgency=low * Fix memset length error; reported by Ian Jackson.