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
a138fbfe
Commit
a138fbfe
authored
Sep 21, 2021
by
Michael Tremer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump release to 0.9.8
Signed-off-by:
Michael Tremer
<
michael.tremer@ipfire.org
>
parent
c12a1385
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
1 deletion
+26
-1
configure.ac
configure.ac
+1
-1
debian/changelog
debian/changelog
+25
-0
No files found.
configure.ac
View file @
a138fbfe
AC_PREREQ(2.60)
AC_INIT([libloc],
[0.9.
7
],
[0.9.
8
],
[location@lists.ipfire.org],
[libloc],
[https://location.ipfire.org/])
...
...
debian/changelog
View file @
a138fbfe
libloc (0.9.8-1) UNRELEASED; urgency=medium
[ Michael Tremer ]
* importer: Do not try to initialise a column that cannot be NULL with
NULL
* configure: Add option to enable GCC's -fanalyzer
* writer: Break when a network cound not be allocated
* stringpool: Allow adding empty strings
* stringpool: Do not call strlen() on potential NULL pointer
* stringpool: Slightly refactor initialization to help the compiler
understand
* stringpool: Avoid memory leak if mmap() fails
* network: Move some helper functions into network.h
* python: Permit passing family to database enumerator
* location: Implement listing bogons
* Move include files to /usr/include/libloc
[ Peter Müller ]
* location-importer.in: Attempt to provide meaningful AS names if
organisation handles are missing
* location-importer.in: Braindead me accidentally forgot a "break"
statement
-- Michael Tremer <michael.tremer@ipfire.org> Tue, 21 Sep 2021 10:29:11 +0000
libloc (0.9.7-1) unstable; urgency=medium
[ Valters Jansons ]
...
...
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