From c28579ca7232e139a2e1a030adc3462b6ca0ee61 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 20 Nov 2021 15:13:33 +0000 Subject: [PATCH] Bump release to 0.9.9 Signed-off-by: Michael Tremer --- Makefile.am | 2 +- configure.ac | 2 +- debian/changelog | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 08a116f..c1185b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ AM_LDFLAGS = ${my_LDFLAGS} endif LIBLOC_CURRENT=1 -LIBLOC_REVISION=0 +LIBLOC_REVISION=1 LIBLOC_AGE=0 DISTCHECK_CONFIGURE_FLAGS = \ diff --git a/configure.ac b/configure.ac index 485b8be..f5ffb64 100644 --- a/configure.ac +++ b/configure.ac @@ -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/]) diff --git a/debian/changelog b/debian/changelog index 3b90542..db1a4e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 20 Nov 2021 15:12:28 +0000 + libloc (0.9.8-1) unstable; urgency=medium [ Michael Tremer ] -- 2.47.3