Skip to content

Commit

Permalink
Bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperrealm committed Jun 19, 2021
1 parent 25629dc commit fa7024b
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 4 deletions.
62 changes: 60 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
----- 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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT(libconfig, 1.7.2, [email protected], libconfig,
AC_INIT(libconfig, 1.7.3, [email protected], libconfig,
[https://hyperrealm.github.io/libconfig/])
AC_CONFIG_AUX_DIR([aux-build])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# For more info see section 6.3 of the GNU Libtool Manual.

VERINFO = -version-info 11:2:0
VERINFO = -version-info 12:0:1

## Flex
PARSER_PREFIX = libconfig_yy
Expand Down

0 comments on commit fa7024b

Please sign in to comment.