From a138fbfec116981407588c05127b8e7c02e29ae5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 21 Sep 2021 10:30:19 +0000 Subject: [PATCH] Bump release to 0.9.8 Signed-off-by: Michael Tremer --- configure.ac | 2 +- debian/changelog | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7035184..25f3fe7 100644 --- a/configure.ac +++ b/configure.ac @@ -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/]) diff --git a/debian/changelog b/debian/changelog index 7cf45f7..fcef2cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 21 Sep 2021 10:29:11 +0000 + libloc (0.9.7-1) unstable; urgency=medium [ Valters Jansons ] -- 2.47.3