]> git.ipfire.org Git - location/libloc.git/commitdiff
configure: Bump release to 0.9.14 0.9.14
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Aug 2022 12:26:12 +0000 (12:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Aug 2022 12:26:35 +0000 (12:26 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac
debian/changelog

index 8b27cf686a12a3d82a03e6cbd0f76702c378786a..b2db205f651b00d26de3c987f6be324df69b81c8 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([libloc],
-        [0.9.13],
+        [0.9.14],
         [location@lists.ipfire.org],
         [libloc],
         [https://location.ipfire.org/])
index 2085fe417c716934346432f9f4bb1df825319a5c..248958e8fc47ce779914f4c0180a1cd15c30a1dd 100644 (file)
@@ -1,3 +1,29 @@
+libloc (0.9.14-1) unstable; urgency=medium
+
+  [ Michael Tremer ]
+  * Revert "configure: Require Python >= 3.9"
+  * Make sources around that we can run tests without location installed
+  * downloader: Fetch __version__ from C module
+  * export: Drop using functools
+  * verify: Show message on success
+  * export: Don't fail when output stream isn't seekable
+  * importer: Actually perform the Spamhaus sanity check
+  * importer: Change download behaviour
+  * importer: Move importing extended sources/ARIN into transaction
+  * python: database: Return None if no description/vendor/license set
+  * importer: Try to make parsing blocks faster
+  * importer: Import each source individually
+  * python: Fix missing bracket
+  * importer: Tolerate that data might exist from other RIRs
+  * importer: Import all sources in alphabetical order
+
+  [ Peter Müller ]
+  * location-importer: Only delete override data if we are sure to have
+    a valid replacement
+  * location-importer: AS names starting with "DNIC" actually are valid
+
+ -- Michael Tremer <michael.tremer@ipfire.org>  Sun, 14 Aug 2022 12:24:16 +0000
+
 libloc (0.9.13-1) unstable; urgency=medium
 
   [ Michael Tremer ]