Commit c28579ca authored by Michael Tremer's avatar Michael Tremer

Bump release to 0.9.9

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent a947fe25
...@@ -34,7 +34,7 @@ AM_LDFLAGS = ${my_LDFLAGS} ...@@ -34,7 +34,7 @@ AM_LDFLAGS = ${my_LDFLAGS}
endif endif
LIBLOC_CURRENT=1 LIBLOC_CURRENT=1
LIBLOC_REVISION=0 LIBLOC_REVISION=1
LIBLOC_AGE=0 LIBLOC_AGE=0
DISTCHECK_CONFIGURE_FLAGS = \ DISTCHECK_CONFIGURE_FLAGS = \
......
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT([libloc], AC_INIT([libloc],
[0.9.8], [0.9.9],
[location@lists.ipfire.org], [location@lists.ipfire.org],
[libloc], [libloc],
[https://location.ipfire.org/]) [https://location.ipfire.org/])
......
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 libloc (0.9.8-1) unstable; urgency=medium
[ Michael Tremer ] [ Michael Tremer ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment