From 81ec8774ec653c10b6bedb95cbcf3d4ced266ced Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 12 Apr 2022 12:16:20 +0000 Subject: [PATCH] configure: Bump version to 0.9.13 Signed-off-by: Michael Tremer --- Makefile.am | 2 +- configure.ac | 2 +- debian/changelog | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b9d0c69..983cb4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ AM_LDFLAGS = ${my_LDFLAGS} endif LIBLOC_CURRENT=1 -LIBLOC_REVISION=1 +LIBLOC_REVISION=2 LIBLOC_AGE=0 DISTCHECK_CONFIGURE_FLAGS = \ diff --git a/configure.ac b/configure.ac index bcab491..e96e9ce 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([libloc], - [0.9.12], + [0.9.13], [location@lists.ipfire.org], [libloc], [https://location.ipfire.org/]) diff --git a/debian/changelog b/debian/changelog index 7524400..2085fe4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +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 Tue, 12 Apr 2022 12:15:34 +0000 + libloc (0.9.12-1) unstable; urgency=medium [ Michael Tremer ] -- 2.39.2