]> git.ipfire.org Git - location/libloc.git/blob - debian/changelog
Bump release to 0.9.8
[location/libloc.git] / debian / changelog
1 libloc (0.9.8-1) UNRELEASED; urgency=medium
2
3 [ Michael Tremer ]
4 * importer: Do not try to initialise a column that cannot be NULL with
5 NULL
6 * configure: Add option to enable GCC's -fanalyzer
7 * writer: Break when a network cound not be allocated
8 * stringpool: Allow adding empty strings
9 * stringpool: Do not call strlen() on potential NULL pointer
10 * stringpool: Slightly refactor initialization to help the compiler
11 understand
12 * stringpool: Avoid memory leak if mmap() fails
13 * network: Move some helper functions into network.h
14 * python: Permit passing family to database enumerator
15 * location: Implement listing bogons
16 * Move include files to /usr/include/libloc
17
18 [ Peter Müller ]
19 * location-importer.in: Attempt to provide meaningful AS names if
20 organisation handles are missing
21 * location-importer.in: Braindead me accidentally forgot a "break"
22 statement
23
24 -- Michael Tremer <michael.tremer@ipfire.org> Tue, 21 Sep 2021 10:29:11 +0000
25
26 libloc (0.9.7-1) unstable; urgency=medium
27
28 [ Valters Jansons ]
29 * po: Update translations
30 * systemd: Add Documentation= to location-update
31
32 [ Peter Müller ]
33 * location-importer.in: emit warnings due to unknown country code for
34 valid networks only
35 * location.in: fix search_networks() function call
36 * location-importer.in: keep track of sources for networks, ASNs, and
37 organisations
38 * importer.py: add source information for RIR data feeds
39 * location-importer.in: track original countries as well
40 * location-importer.in: track original countries more pythonic
41 * Implement an additional flag for hostile networks safe to drop
42 * location-importer.in: Import (technical) AS names from ARIN
43 * location-importer.in: add source column for overrides as well
44 * location-importer.in: import additional IP information for Amazon
45 AWS IP networks
46 * location-import.in: optimise regular expression for filtering ASN
47 allocations to other RIRs when parsing ARIN AS names file
48
49 [ Michael Tremer ]
50 * countries: Fix matching invalid country codes
51 * Bump version to 0.9.7
52
53 -- Michael Tremer <michael.tremer@ipfire.org> Fri, 09 Jul 2021 17:16:59 +0000
54
55 libloc (0.9.6-1) unstable; urgency=medium
56
57 [ Michael Tremer ]
58 * location: Fix list-networks-by-as
59 * database: Free mmapped countries section
60
61 [ Peter Müller ]
62 * location-importer.in: fix typo
63 * location-importer.in: delete 6to4 IPv6 space as well
64 * location-importer.in: reduce log noise for unusable networks
65 * location-importer.in: process unaligned IP ranges in RIR data files
66 correctly
67 * location-importer.in: skip networks with unknown country codes
68
69 -- Michael Tremer <michael.tremer@ipfire.org> Wed, 31 Mar 2021 14:06:00 +0100
70
71 libloc (0.9.5-1) unstable; urgency=medium
72
73 * Initial release.
74
75 -- Stefan Schantl <stefan.schantl@ipfire.org> Sun, 27 Oct 2019 18:55:44 +0100