From dcdb9939d686c836f5ffe3b45c4bc66f40c3dc87 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sat, 29 Jul 2023 14:26:47 +0200 Subject: [PATCH] Clixon 6.3.0 --- CHANGELOG.md | 10 ++++++---- README.md | 2 +- configure | 2 +- configure.ac | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343670484..433e8967a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Clixon Changelog -* [6.3.0](#630) Expected: July 2023 +* [6.3.0](#630) 29 July 2023 * [6.2.0](#620) 30 April 2023 * [6.1.0](#610) 19 Feb 2023 * [6.0.0](#600) 29 Nov 2022 @@ -41,10 +41,13 @@ * [3.3.1](#331) June 7 2017 ## 6.3.0 -Expected: July 2023 +29 July 2023 + +Clixon 6.3 introduces CLI output pipes and multiple updates and optimizations, primarily to the CLI. ### New features -* Output pipes + +* CLI output pipes * Building on a new CLIgen feature * See https://clixon-docs.readthedocs.io/en/latest/cli.html#output-pipes @@ -53,7 +56,6 @@ Users may have to change how they access the system * New `clixon-config@2023-05-01.yang` revision * Added options: `CLICON_CONFIG_EXTEND` - * Moved datastore-format datastype to clixon-lib * New `clixon-lib@2023-05-01.yang` revision * Restructured and extended stats rpc to schema mountpoints diff --git a/README.md b/README.md index 44c87b3bc..d3a117b66 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ See [documentation](https://clixon-docs.readthedocs.io), [project page](https:// Clixon is open-source and dual licensed. Either Apache License, Version 2.0 or GNU General Public License Version 2; you choose, see [LICENSE.md](LICENSE.md). -Clixon has a master branch continuously tested with CI, but releases are made ca every second month, see [Releases](https://github.com/clicon/clixon/releases) and [CHANGELOG.md](CHANGELOG.md) release history. +Clixon has a master branch continuously tested with CI, but releases with more testong are made every second or third month, see [Releases](https://github.com/clicon/clixon/releases) and [CHANGELOG.md](CHANGELOG.md) release history. Clixon interaction is best done posting issues, pull requests, or joining the Matrix clixon forum https://matrix.to/#/#clixonforum:matrix.org. diff --git a/configure b/configure index 40b1a1bd2..3e941dca9 100755 --- a/configure +++ b/configure @@ -2802,7 +2802,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu CLIXON_VERSION_MAJOR="6" CLIXON_VERSION_MINOR="3" 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 57a16557b..80f1d7aa5 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_CONFIG_AUX_DIR(config-aux) CLIXON_VERSION_MAJOR="6" CLIXON_VERSION_MINOR="3" 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]),[