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
c28579ca
Commit
c28579ca
authored
Nov 20, 2021
by
Michael Tremer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump release to 0.9.9
Signed-off-by:
Michael Tremer
<
michael.tremer@ipfire.org
>
parent
a947fe25
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
2 deletions
+26
-2
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+1
-1
debian/changelog
debian/changelog
+24
-0
No files found.
Makefile.am
View file @
c28579ca
...
@@ -34,7 +34,7 @@ AM_LDFLAGS = ${my_LDFLAGS}
...
@@ -34,7 +34,7 @@ AM_LDFLAGS = ${my_LDFLAGS}
endif
endif
LIBLOC_CURRENT
=
1
LIBLOC_CURRENT
=
1
LIBLOC_REVISION
=
0
LIBLOC_REVISION
=
1
LIBLOC_AGE
=
0
LIBLOC_AGE
=
0
DISTCHECK_CONFIGURE_FLAGS
=
\
DISTCHECK_CONFIGURE_FLAGS
=
\
...
...
configure.ac
View file @
c28579ca
AC_PREREQ(2.60)
AC_PREREQ(2.60)
AC_INIT([libloc],
AC_INIT([libloc],
[0.9.
8
],
[0.9.
9
],
[location@lists.ipfire.org],
[location@lists.ipfire.org],
[libloc],
[libloc],
[https://location.ipfire.org/])
[https://location.ipfire.org/])
...
...
debian/changelog
View file @
c28579ca
libloc (0.9.9-1) unstable; urgency=medium
[ Michael Tremer ]
* database: Make IP address const for lookup
* configure: Enable -fno-semantic-interposition by default
* network: Drop redundant loc_network_match_flag
* network: Drop useless loc_network_match_asn function
* stringpool: Make functions properly private
* Make loc_network_tree_* functions propertly private
* Remove LOC_EXPORT from
loc_network_to_database_v1/loc_network_new_from_database_v1
* country: Add function that returns flags for special country
* country: Make country codes beginning with X invalid
* network: Make loc_network_match_country_code match special countries
* network: Rename "match" functions to "matches"
[ Peter Müller ]
* location.txt: Improve manpage
* importer.py: Import JPNIC feed as well
* location-importer: Introduce auxiliary function to sanitise ASNs
* location-importer.in: Add Spamhaus DROP lists
-- Michael Tremer <michael.tremer@ipfire.org> Sat, 20 Nov 2021 15:12:28 +0000
libloc (0.9.8-1) unstable; urgency=medium
libloc (0.9.8-1) unstable; urgency=medium
[ Michael Tremer ]
[ Michael Tremer ]
...
...
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