From 76a071b2293575d72b9f46a0657ae00c3d936d74 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sat, 30 Sep 2023 09:58:09 +0200 Subject: [PATCH] Clixon 6.4.0 --- CHANGELOG.md | 17 ++++++----------- configure | 2 +- configure.ac | 2 +- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5be53e6..7e75b5dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Clixon Changelog -* [6.4.0](#640) Expected: October 2023 +* [6.4.0](#640) 30 September 2023 * [6.3.0](#630) 29 July 2023 * [6.2.0](#620) 30 April 2023 * [6.1.0](#610) 19 Feb 2023 @@ -42,18 +42,14 @@ * [3.3.1](#331) June 7 2017 ## 6.4.0 -Expected: October 2023 +30 September 2023 -Clixon 6.4.0 features mainly bugfixes and improvements of existing functionality, such as CLI output pipes. +This releases is mainly for bugfixes and improvements of existing functionality, such as CLI output pipes. -### API changes on existing protocol/config features -Users may have to change how they access the system +### Minor features * New `clixon-autocli@2023-09-01.yang` revision * Added argument to alias extension - -### Minor features - * CLI show compare example function: * Improved diff algorithm for XML and TEXT/curly, replaced UNIX diff with structural in-mem algorithm * JSON: Added unicode BMP support for unicode strings as part of fixing (https://github.com/clicon/clixon/issues/453) @@ -98,13 +94,12 @@ Developers may need to change their code * Fixed: [CLI show config | display exits over mountpoints with large YANGs](https://github.com/clicon/clixon-controller/issues/39) * JSON string fixed according to RFC 8259: encoding/decoding of escape as defined in Section 8 * No need to bind for xml and json, only cli and text -* Fixed several issues with extra-config files, including overwriting of structured sub-configs - * including ``and m̀ ` +* Fixed several issues with including multiple configure-files in a config-directory, including overwriting of structured sub-configs. * Fixed: [YANG error when poking on EOS configuration](https://github.com/clicon/clixon-controller/issues/26) * Fixed: [CLICON_CONFIGDIR with external subsystems causes endless looping](https://github.com/clicon/clixon/issues/439) * Fixed: ["show configuration devices" and "show configuration devices | display cli" differs](https://github.com/clicon/clixon-controller/issues/24) * Fixed: [Configuring Juniper PTX produces CLI errors](https://github.com/clicon/clixon-controller/issues/19) -* Fixed: CLI output pipes: Add CLICON_PIPETREE to any cli files, not just the first +* Fixed: CLI output pipes: Add `CLICON_PIPETREE` to any cli files, not just the first ## 6.3.0 29 July 2023 diff --git a/configure b/configure index 4b815a3cb..665cdb48b 100755 --- a/configure +++ b/configure @@ -2804,7 +2804,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu CLIXON_VERSION_MAJOR="6" 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}\"" # Debug flag # Check whether --enable-debug was given. diff --git a/configure.ac b/configure.ac index 518f3cb0b..6911f2d19 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_CONFIG_AUX_DIR(config-aux) CLIXON_VERSION_MAJOR="6" 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}\"" # Debug flag AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug],[Build with debug symbols, default: no]),[