From: Michael Tremer Date: Thu, 3 Mar 2022 10:41:22 +0000 (+0000) Subject: Bump release to 0.9.11 X-Git-Tag: 0.9.11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bf458a4c5b312757342d1653044141951f17953;p=location%2Flibloc.git Bump release to 0.9.11 Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index edca1d4..8bf4209 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([libloc], - [0.9.10], + [0.9.11], [location@lists.ipfire.org], [libloc], [https://location.ipfire.org/]) diff --git a/debian/changelog b/debian/changelog index 6bb38c7..bc5638d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +libloc (0.9.11-1) unstable; urgency=medium + + [ Stefan Schantl ] + * export: Remove prefix when exporting countries. + + [ Michael Tremer ] + * ipset: Optimise hash table size + * ipset: Fix hash type for IPv6 + * ipset: Set maxelem to a fixed size + * export: Conditionally enable flattening + * location: Print proper error message for any uncaught exceptions + * export: Allow exporting to stdout + * ipset: The minimum hashsize is 64 + * export: Fix filtering logic + * export: Sightly refactor export logic + * Bump release to 0.9.11 + + [ Peter Müller ] + * location-importer: Fix parsing LACNIC-flavoured inetnums + + -- Michael Tremer Thu, 03 Mar 2022 10:44:44 +0000 + libloc (0.9.10-1) unstable; urgency=medium [ Peter Müller ]