]> git.ipfire.org Git - location/libloc.git/commitdiff
Bump release to 0.9.8 0.9.8
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Sep 2021 10:30:19 +0000 (10:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Sep 2021 10:30:19 +0000 (10:30 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac
debian/changelog

index 70351843774640b8dce55d92ff866e5b0adafc6c..25f3fe719d9b78fd5a496eb559dbc7d6b9e02d45 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([libloc],
-        [0.9.7],
+        [0.9.8],
         [location@lists.ipfire.org],
         [libloc],
         [https://location.ipfire.org/])
index 7cf45f7cf3603eb9676b7f98241a96b93e8bb9f5..fcef2cb4ac994ad6bf1990c552dd81a2c8d26951 100644 (file)
@@ -1,3 +1,28 @@
+libloc (0.9.8-1) UNRELEASED; urgency=medium
+
+  [ Michael Tremer ]
+  * importer: Do not try to initialise a column that cannot be NULL with
+    NULL
+  * configure: Add option to enable GCC's -fanalyzer
+  * writer: Break when a network cound not be allocated
+  * stringpool: Allow adding empty strings
+  * stringpool: Do not call strlen() on potential NULL pointer
+  * stringpool: Slightly refactor initialization to help the compiler
+    understand
+  * stringpool: Avoid memory leak if mmap() fails
+  * network: Move some helper functions into network.h
+  * python: Permit passing family to database enumerator
+  * location: Implement listing bogons
+  * Move include files to /usr/include/libloc
+
+  [ Peter Müller ]
+  * location-importer.in: Attempt to provide meaningful AS names if
+    organisation handles are missing
+  * location-importer.in: Braindead me accidentally forgot a "break"
+    statement
+
+ -- Michael Tremer <michael.tremer@ipfire.org>  Tue, 21 Sep 2021 10:29:11 +0000
+
 libloc (0.9.7-1) unstable; urgency=medium
 
   [ Valters Jansons ]