]> git.ipfire.org Git - location/libloc.git/commitdiff
Bump release to 0.9.9 0.9.9
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 20 Nov 2021 15:13:33 +0000 (15:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 20 Nov 2021 15:16:41 +0000 (15:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
configure.ac
debian/changelog

index 08a116f8059c2835c0a9cb2a9d2bb84de6b3049c..c1185b197efb19ed30d5291d7dcffeb1acd7d678 100644 (file)
@@ -34,7 +34,7 @@ AM_LDFLAGS = ${my_LDFLAGS}
  endif
 
 LIBLOC_CURRENT=1
-LIBLOC_REVISION=0
+LIBLOC_REVISION=1
 LIBLOC_AGE=0
 
 DISTCHECK_CONFIGURE_FLAGS = \
index 485b8be196481e125db11a06567a5ac17e1cfa8f..f5ffb64af879d7f27c2e93807d34f4270d021fcf 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([libloc],
-        [0.9.8],
+        [0.9.9],
         [location@lists.ipfire.org],
         [libloc],
         [https://location.ipfire.org/])
index 3b9054201077f4e826bbbd134334656b710f3dd1..db1a4e579bae41d221d276d1fc41c0178cec0050 100644 (file)
@@ -1,3 +1,27 @@
+libloc (0.9.9-1) unstable; urgency=medium
+
+  [ Michael Tremer ]
+  * database: Make IP address const for lookup
+  * configure: Enable -fno-semantic-interposition by default
+  * network: Drop redundant loc_network_match_flag
+  * network: Drop useless loc_network_match_asn function
+  * stringpool: Make functions properly private
+  * Make loc_network_tree_* functions propertly private
+  * Remove LOC_EXPORT from
+    loc_network_to_database_v1/loc_network_new_from_database_v1
+  * country: Add function that returns flags for special country
+  * country: Make country codes beginning with X invalid
+  * network: Make loc_network_match_country_code match special countries
+  * network: Rename "match" functions to "matches"
+
+  [ Peter Müller ]
+  * location.txt: Improve manpage
+  * importer.py: Import JPNIC feed as well
+  * location-importer: Introduce auxiliary function to sanitise ASNs
+  * location-importer.in: Add Spamhaus DROP lists
+
+ -- Michael Tremer <michael.tremer@ipfire.org>  Sat, 20 Nov 2021 15:12:28 +0000
+
 libloc (0.9.8-1) unstable; urgency=medium
 
   [ Michael Tremer ]