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