From 191cda6b72445f0ce8ceb35bc09430709545013d Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sat, 3 Jun 2017 22:29:33 +0200 Subject: [PATCH] Update ChangeLog and bump version for v3.2 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 7 ++++--- configure.ac | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 6b2befa..266b8b7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,8 +3,9 @@ Change Log All notable changes in libConfuse are documented in this file. -[v3.2][UNRELEASED] ------------------- + +[v3.2][] - 2017-06-03 +--------------------- ### Fixes * Issue #96: Add Windows/mingw compatible `fmemopen()` replacement @@ -340,7 +341,7 @@ v1.2.2 - 2002-11-27 * updated the manual -[UNRELEASED]: https://github.com/martinh/libconfuse/compare/v3.1...HEAD +[UNRELEASED]: https://github.com/martinh/libconfuse/compare/v3.2...HEAD [v3.2]: https://github.com/martinh/libconfuse/compare/v3.1...v3.2 [v3.1]: https://github.com/martinh/libconfuse/compare/v3.0...v3.1 [v3.0]: https://github.com/martinh/libconfuse/compare/v2.8...v3.0 diff --git a/configure.ac b/configure.ac index 03805e8..be8d5c9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with -*- autoconf -*- to produce a configure script. AC_PREREQ(2.50) -AC_INIT(libConfuse, 3.2-rc1, https://github.com/martinh/libconfuse/issues, confuse) +AC_INIT(libConfuse, 3.2, https://github.com/martinh/libconfuse/issues, confuse) AC_CONFIG_AUX_DIR(support) AM_MAINTAINER_MODE AM_INIT_AUTOMAKE([foreign dist-xz])