]> git.ipfire.org Git - location/libloc.git/commitdiff
Bump release to 0.9.11 0.9.11
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Mar 2022 10:41:22 +0000 (10:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Mar 2022 10:45:36 +0000 (10:45 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac
debian/changelog

index edca1d4a0367481ae8f22e8ba57dd99c96e617a9..8bf42097cce813edee7bd6eb69fbf6a1451ce23c 100644 (file)
@@ -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/])
index 6bb38c76e677c27148237aab075a0014dfcbaa79..bc5638d782fb3fed78f545f376bca271da9b7a17 100644 (file)
@@ -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 <michael.tremer@ipfire.org>  Thu, 03 Mar 2022 10:44:44 +0000
+
 libloc (0.9.10-1) unstable; urgency=medium
 
   [ Peter Müller ]