]> git.ipfire.org Git - location/libloc.git/commitdiff
Bump version to 0.9.7 0.9.7
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Jul 2021 17:12:55 +0000 (17:12 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Jul 2021 17:17:26 +0000 (17:17 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac
debian/changelog

index cc9de27a680946da4f01efba4436859b6c41c142..f6b0200fa5227c4e614b8b74c6ed0e97f05d8caf 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([libloc],
-        [0.9.6],
+        [0.9.7],
         [location@lists.ipfire.org],
         [libloc],
         [https://location.ipfire.org/])
index 6817fb336e6376ac0504697507f4e633d0b2a800..a7c099f80c47ed2b7347b1144dea6807307709b8 100644 (file)
@@ -1,3 +1,33 @@
+libloc (0.9.7-1) unstable; urgency=medium
+
+  [ Valters Jansons ]
+  * Non-maintainer upload.
+  * po: Update translations
+  * systemd: Add Documentation= to location-update
+
+  [ Peter Müller ]
+  * location-importer.in: emit warnings due to unknown country code for
+    valid networks only
+  * location.in: fix search_networks() function call
+  * location-importer.in: keep track of sources for networks, ASNs, and
+    organisations
+  * importer.py: add source information for RIR data feeds
+  * location-importer.in: track original countries as well
+  * location-importer.in: track original countries more pythonic
+  * Implement an additional flag for hostile networks safe to drop
+  * location-importer.in: Import (technical) AS names from ARIN
+  * location-importer.in: add source column for overrides as well
+  * location-importer.in: import additional IP information for Amazon
+    AWS IP networks
+  * location-import.in: optimise regular expression for filtering ASN
+    allocations to other RIRs when parsing ARIN AS names file
+
+  [ Michael Tremer ]
+  * countries: Fix matching invalid country codes
+  * Bump version to 0.9.7
+
+ -- Valters Jansons <valter.jansons@gmail.com>  Fri, 09 Jul 2021 17:16:59 +0000
+
 libloc (0.9.6-1) unstable; urgency=medium
 
   [ Michael Tremer ]