From b71e10e7017d6d268952693ccbc648b2b608924d Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 1 Jan 2018 12:28:58 +0100 Subject: [PATCH] 3.4.0 --- CHANGELOG.md | 7 +++---- configure | 2 +- configure.ac | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b6d7d6..c2f19a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,6 @@ # Clixon Changelog -## 3.4.0 (Upcoming) -### Known issues -* Please use text datastore, key-value datastore no up-to-date +## 3.4.0 (1 January 2018) ### Major changes: * Optimized search performance for large lists by sorting and binary search. @@ -41,7 +39,6 @@ formal specification instead of hardcoded C-code. ### Corrected Bugs - * Fixed bug that deletes running on startup if backup started with -m running. When clixon starts again, running is lost. The error was that the running (or startup) configuration may fail when @@ -50,6 +47,8 @@ * datastore/keyvalue/Makefile was left behind on make distclean. Fixed by conditional configure. Thanks renato@netgate.com. * Escape " in JSON names and strings and values +### Known issues +* Please use text datastore, key-value datastore no up-to-date ## 3.3.3 (25 November 2017) diff --git a/configure b/configure index 78181e8e..3d63adb5 100755 --- a/configure +++ b/configure @@ -2159,7 +2159,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu CLIXON_VERSION_MAJOR="3" CLIXON_VERSION_MINOR="4" CLIXON_VERSION_PATCH="0" -CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\"" +CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\"" # Fix to specific version (eg 3.5) or head (3) CLIGEN_VERSION="3" if test "$prefix" = "NONE"; then diff --git a/configure.ac b/configure.ac index efebf11b..294d269e 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_INIT(lib/clixon/clixon.h.in) CLIXON_VERSION_MAJOR="3" CLIXON_VERSION_MINOR="4" CLIXON_VERSION_PATCH="0" -CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\"" +CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\"" # Fix to specific version (eg 3.5) or head (3) CLIGEN_VERSION="3" if test "$prefix" = "NONE"; then