Skip to content

Commit

Permalink
Update ChangeLog and bump version for v3.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Aug 19, 2018
1 parent 15ef615 commit 8dc469d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion ChangeLog.md
Expand Up @@ -4,6 +4,17 @@ Change Log
All notable changes in libConfuse are documented in this file.


[v3.2.2][] - 2018-08-19
-----------------------

This is a security patch release for CVE-2018-14447. The vulnerability
affects all releases since v3.1 when the `CFGF_COMMENTS` functionality
was first introduced.

### Fixes
* Issue #109: Out of bounds read in `lexer.l:trim_whitespace()`.


[v3.2.1][] - 2017-08-17
-----------------------

Expand Down Expand Up @@ -349,7 +360,8 @@ v1.2.2 - 2002-11-27
* updated the manual


[UNRELEASED]: https://github.com/martinh/libconfuse/compare/v3.2.1...HEAD
[UNRELEASED]: https://github.com/martinh/libconfuse/compare/v3.2.2...HEAD
[v3.2.2]: https://github.com/martinh/libconfuse/compare/v3.2.1...v3.2.2
[v3.2.1]: https://github.com/martinh/libconfuse/compare/v3.2...v3.2.1
[v3.2]: https://github.com/martinh/libconfuse/compare/v3.1...v3.2
[v3.1]: https://github.com/martinh/libconfuse/compare/v3.0...v3.1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with -*- autoconf -*- to produce a configure script.

AC_PREREQ(2.50)

AC_INIT(libConfuse, 3.2.1, https://github.com/martinh/libconfuse/issues, confuse)
AC_INIT(libConfuse, 3.2.2, https://github.com/martinh/libconfuse/issues, confuse)
AC_CONFIG_AUX_DIR(support)
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([foreign dist-xz])
Expand Down

0 comments on commit 8dc469d

Please sign in to comment.