]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
Bump release to 0.9.10 0.9.10
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Feb 2022 08:54:50 +0000 (08:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Feb 2022 08:54:50 +0000 (08:54 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac
debian/changelog

index f5ffb64af879d7f27c2e93807d34f4270d021fcf..edca1d4a0367481ae8f22e8ba57dd99c96e617a9 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([libloc],
-        [0.9.9],
+        [0.9.10],
         [location@lists.ipfire.org],
         [libloc],
         [https://location.ipfire.org/])
index 28267861c43a0d6c5257f29e9b7530e0b68a4c23..6bb38c76e677c27148237aab075a0014dfcbaa79 100644 (file)
@@ -1,3 +1,23 @@
+libloc (0.9.10-1) unstable; urgency=medium
+
+  [ Peter Müller ]
+  * Non-maintainer upload.
+  * location-importer: Set "is_drop" to "True" even in case of conflicts
+  * Process LACNIC geofeed as well
+  * location-importer: Improve regex for catching historic/orphaned data
+  * location-importer: Replace "UK" with "GB"
+  * location-importer.in: Add country code for AWS's "il-central-1" zone
+  * location-importer.in: Do not make things more complicated than they
+    are
+
+  [ Michael Tremer ]
+  * man: Add pages for top level functions
+  * man: Add man page for loc_database_new
+  * man: Add man pages for all loc_database_* functions
+  * export: Make ipset files easily reloadable
+
+ -- Michael Tremer <michael.tremer@ipfire.org>  Wed, 16 Feb 2022 08:53:48 +0000
+
 libloc (0.9.9-2) unstable; urgency=medium
 
   * Fix broken Debian build