From 24dafe9a27ac959ebeb89acd3ebd3d62cca4b755 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 19 Jan 2020 20:21:46 +0100 Subject: [PATCH] Update ChangeLog and bump version for v2.1.1 bug fix release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 6 +++++- configure.ac | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 03611c8..3458419 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,11 +4,15 @@ Change Log All relevant changes to the project are documented in this file. -[v2.1.1][] - 2020-01-17 +[v2.1.1][] - 2020-01-19 ----------------------- Bug fix release. +### Changes +- Add unit test to verify rule option parsing +- Minor code cleanup and code de-duplication + ### Fixes - Issue #11: Some users still reported problems with parallel build, which was worked-around with `.NOTPARALLEL` in [v2.1][]. This v2 fix diff --git a/configure.ac b/configure.ac index 58ee1c8..c11c6a2 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -AC_INIT([sysklogd], [2.1], [https://github.com/troglobit/sysklogd/issues],, +AC_INIT([sysklogd], [2.1.1], [https://github.com/troglobit/sysklogd/issues],, [https://github.com/troglobit/sysklogd]) AC_CONFIG_AUX_DIR(aux) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])