Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libconfig
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
Libraries
libconfig
Commits
fa7024ba
Commit
fa7024ba
authored
Jun 19, 2021
by
Mark Lindner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version numbers.
parent
25629dc1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
62 additions
and
4 deletions
+62
-4
ChangeLog
ChangeLog
+60
-2
configure.ac
configure.ac
+1
-1
lib/Makefile.am
lib/Makefile.am
+1
-1
No files found.
ChangeLog
View file @
fa7024ba
----- version 1.7.2 ------
01-05 Mark Lindner <markl@avalon>
----- version 1.7.3 ------
2021-06-19 Mark Lindner <markl@avalon>
* lib/libconfig.c - Fixed double-free of config->filenames
* configure.ac, lib/Makefile.am - bump version numbers
2021-04-28 Mark Lindner <markl@avalon>
* lib/CMakeLists.txt - misc. fixes
2021-04-22 Mark Lindner <markl@avalon>
* Makefile.am, configure.ac - Added --disable-tests configure option
2021-01-09 Mark Lindner <markl@avalon>
* lib/CMakeLists.txt - misc. fixes
2020-11-12 Mark Lindner <markl@avalon>
* contrib/ls-config/README.md - typo corrections
2020-10-03 Mark Lindner <markl@avalon>
* *.vcxproj, *.sln - Updated for building x64 configuration.
2020-07-02 Mark Lindner <markl@avalon>
* lib/libconfig.h++, doc/libconfig.texi - added isString() convenience
method
2019-12-18 Mark Lindner <markl@avalon>
* lib/libconfig.c, lib/libconfig.h, lib/libconfig.h++,
tests/testdata/override_setting.cfg, tests/tests.c,
doc/libconfig.texi - Added new ALLOW_OVERRIDES option.
2019-12-17 Mark Lindner <markl@avalon>
* CMakeLists.txt, tests/CMakeList.txt - various fixes
* lib/libconfig.c, lib/scanctx.c, lib/scanner.h, lib/scanner.l,
lib/strvec.c, lib/strvec.h, lib/util.c, lib/util.h - prefix more
internal functions with 'libconfig_'
* lib/scanner.c, lib/scanner.h - regenerated
2019-12-14 Mark Lindner <markl@avalon>
* lib/grammar.y, lib/scanner.l, lib/libconfig.c, lib/parsectx.h,
lib/scanctx.h, lib/scanctx.c, lib/strbuf.c, lib/strbuf.h,
lib/strvec.c, lib/strvec.h - prefix all internal functions with
'libconfig_'
* lib/grammar.c, lib/grammar.h, lib/scanner.c, lib/scanner.h - regenerated
* lib/wincompat.h - Fix #define for snprintf for Visual Studio 2013
* lib/libconfig.h++, lib/libconfigcpp.c++ - Use noexcept in C++17
----- version 1.7.2 ------
2019-01-05 Mark Lindner <markl@avalon>
* lib/libconfig.c - fixed slow leak in config_destroy()
* <multiple> - miscellaenous build file fixes
...
...
configure.ac
View file @
fa7024ba
dnl Process this file with autoconf to produce a configure script.
AC_INIT(libconfig, 1.7.
2
, hyperrealm@gmail.com, libconfig,
AC_INIT(libconfig, 1.7.
3
, hyperrealm@gmail.com, libconfig,
[https://hyperrealm.github.io/libconfig/])
AC_CONFIG_AUX_DIR([aux-build])
AC_CONFIG_MACRO_DIR([m4])
...
...
lib/Makefile.am
View file @
fa7024ba
...
...
@@ -18,7 +18,7 @@
#
# For more info see section 6.3 of the GNU Libtool Manual.
VERINFO
=
-version-info
1
1:2:0
VERINFO
=
-version-info
1
2:0:1
## Flex
PARSER_PREFIX
=
libconfig_yy
...
...
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