From 1f15d936342b9662e659534d23399c22b4caffa3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 14 Aug 2022 12:26:12 +0000 Subject: [PATCH] configure: Bump release to 0.9.14 Signed-off-by: Michael Tremer --- configure.ac | 2 +- debian/changelog | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8b27cf6..b2db205 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([libloc], - [0.9.13], + [0.9.14], [location@lists.ipfire.org], [libloc], [https://location.ipfire.org/]) diff --git a/debian/changelog b/debian/changelog index 2085fe4..248958e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +libloc (0.9.14-1) unstable; urgency=medium + + [ Michael Tremer ] + * Revert "configure: Require Python >= 3.9" + * Make sources around that we can run tests without location installed + * downloader: Fetch __version__ from C module + * export: Drop using functools + * verify: Show message on success + * export: Don't fail when output stream isn't seekable + * importer: Actually perform the Spamhaus sanity check + * importer: Change download behaviour + * importer: Move importing extended sources/ARIN into transaction + * python: database: Return None if no description/vendor/license set + * importer: Try to make parsing blocks faster + * importer: Import each source individually + * python: Fix missing bracket + * importer: Tolerate that data might exist from other RIRs + * importer: Import all sources in alphabetical order + + [ Peter Müller ] + * location-importer: Only delete override data if we are sure to have + a valid replacement + * location-importer: AS names starting with "DNIC" actually are valid + + -- Michael Tremer Sun, 14 Aug 2022 12:24:16 +0000 + libloc (0.9.13-1) unstable; urgency=medium [ Michael Tremer ] -- 2.39.5