Commit 81ec8774 authored by Michael Tremer's avatar Michael Tremer

configure: Bump version to 0.9.13

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent e666b19a
...@@ -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=1 LIBLOC_REVISION=2
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.12], [0.9.13],
[location@lists.ipfire.org], [location@lists.ipfire.org],
[libloc], [libloc],
[https://location.ipfire.org/]) [https://location.ipfire.org/])
......
libloc (0.9.13-1) unstable; urgency=medium
[ Michael Tremer ]
* tests: Add a simple test that lists all networks
* database: Allocate subnets list only once
* network: Log a more useful message on invalid prefix
* network: Add more debugging output when running exclude
* network: loc_network_subnets: Use correct prefix
* tests: Break after exporting 1000 networks
* configure: Require Python >= 3.9
* export: Enable flattening for everything
* .gitignore: Ignore *.db files only in main directory
* tests: Import test database
* configure: Bump version to 0.9.13
-- Michael Tremer <michael.tremer@ipfire.org> Tue, 12 Apr 2022 12:15:34 +0000
libloc (0.9.12-1) unstable; urgency=medium libloc (0.9.12-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