]> git.ipfire.org Git - location/libloc.git/commitdiff
configure: Bump version to 0.9.13 0.9.13
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Apr 2022 12:16:20 +0000 (12:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Apr 2022 12:27:21 +0000 (12:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
configure.ac
debian/changelog

index b9d0c6950cd743fa69f155009358611b5b5a69e8..983cb4a59ddea26dd17dd69d185568e8af9cdd3e 100644 (file)
@@ -34,7 +34,7 @@ AM_LDFLAGS = ${my_LDFLAGS}
  endif
 
 LIBLOC_CURRENT=1
-LIBLOC_REVISION=1
+LIBLOC_REVISION=2
 LIBLOC_AGE=0
 
 DISTCHECK_CONFIGURE_FLAGS = \
index bcab4913853559573e7643de8c73844dd5bf1f25..e96e9cea6b74ab3294dfcda5fd4b31a342db3b08 100644 (file)
@@ -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/])
index 75244004c49c568fbe625c115d21e66c2ec4e86c..2085fe417c716934346432f9f4bb1df825319a5c 100644 (file)
@@ -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 <michael.tremer@ipfire.org>  Tue, 12 Apr 2022 12:15:34 +0000
+
 libloc (0.9.12-1) unstable; urgency=medium
 
   [ Michael Tremer ]