Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libloc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
libloc
Commits
12ac5c5b
Commit
12ac5c5b
authored
Mar 23, 2022
by
Michael Tremer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.9.12
Signed-off-by:
Michael Tremer
<
michael.tremer@ipfire.org
>
parent
17e3d8fd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
1 deletion
+53
-1
configure.ac
configure.ac
+1
-1
debian/changelog
debian/changelog
+52
-0
No files found.
configure.ac
View file @
12ac5c5b
AC_PREREQ(2.60)
AC_PREREQ(2.60)
AC_INIT([libloc],
AC_INIT([libloc],
[0.9.1
1
],
[0.9.1
2
],
[location@lists.ipfire.org],
[location@lists.ipfire.org],
[libloc],
[libloc],
[https://location.ipfire.org/])
[https://location.ipfire.org/])
...
...
debian/changelog
View file @
12ac5c5b
libloc (0.9.12-1) unstable; urgency=medium
[ Michael Tremer ]
* importer: Parse aggregated networks
* database: Return something when no filter criteria is configured
* importer: Correctly hande response codes from Bird
* importer: Silently ignore any table headers
* importer: Skip empty lines
* location: Fix output of list-* commands
* network: Move a couple of helper functions into headers
* network: Add function that counts the bit length of an addres
* network: Drop functions moved in an earlier commit
* network-list: Rewrite summarize algorithm
* network: Allow creating any valid networks
* network: Implement bit length function for IPv4
* addresses: Implement subtraction for IPv4
* bogons: Refactor algorithms
* network-list: Cap prefix length based on family
* address: Correctly subtract IPv4 addresses
* bogons: Reset after we have reached the end
* bogons: Don't consider a network legitimate without a country code
* Move all address convenience functions into their own header
* address: Rename in6_addr_cmp into loc_address_cmp
* address: Rename in6_addr_get_bit/in6_addr_set_bit to loc_address_*
* addresses: Use loc_address_family which is now available
* address: Rename increment/decrement functions and modify address in
place
* network: Pass prefix in native length
* strings: Statically allocate all address/network strings
* address: Initialize all bits of IP addresses
* address: Prevent under/overflow when incrementing/decrementing
* network-list: Simplify debugging output on summarize
* network-list: summarize: Break when we exhausted the network range
* network-list: Remove debugging line
* address: Simplify functions
* address: Fix decrementing IP addresses
* address: Fix buffer overwrite
* address: Add some simple tests
* bogons: Add gaps that are only one address wide
* bogons: Skip any subnets of former networks
* as-list: Grow faster to avoid too many re-allocations
* writer: Use AS list internally
* network-list: Grow just like the AS list
* country-list: Grow like AS list
* writer: Use country list internally
* importer: Improve performance of network export query
* writer: I forgot to initalize the country list
* Refactor parsing IP addresses
* address: Set default prefix if none is given
-- Michael Tremer <michael.tremer@ipfire.org> Wed, 23 Mar 2022 20:11:29 +0000
libloc (0.9.11-1) unstable; urgency=medium
libloc (0.9.11-1) unstable; urgency=medium
[ Stefan Schantl ]
[ Stefan Schantl ]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment