Clixon 6.3.0

This commit is contained in:
Olof hagsand 2023-07-29 14:26:47 +02:00
parent 2485528515
commit dcdb9939d6
4 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Clixon Changelog # Clixon Changelog
* [6.3.0](#630) Expected: July 2023 * [6.3.0](#630) 29 July 2023
* [6.2.0](#620) 30 April 2023 * [6.2.0](#620) 30 April 2023
* [6.1.0](#610) 19 Feb 2023 * [6.1.0](#610) 19 Feb 2023
* [6.0.0](#600) 29 Nov 2022 * [6.0.0](#600) 29 Nov 2022
@ -41,10 +41,13 @@
* [3.3.1](#331) June 7 2017 * [3.3.1](#331) June 7 2017
## 6.3.0 ## 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 ### New features
* Output pipes
* CLI output pipes
* Building on a new CLIgen feature * Building on a new CLIgen feature
* See https://clixon-docs.readthedocs.io/en/latest/cli.html#output-pipes * 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 * New `clixon-config@2023-05-01.yang` revision
* Added options: `CLICON_CONFIG_EXTEND` * Added options: `CLICON_CONFIG_EXTEND`
* Moved datastore-format datastype to clixon-lib * Moved datastore-format datastype to clixon-lib
* New `clixon-lib@2023-05-01.yang` revision * New `clixon-lib@2023-05-01.yang` revision
* Restructured and extended stats rpc to schema mountpoints * Restructured and extended stats rpc to schema mountpoints

View file

@ -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 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). 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 Clixon interaction is best done posting issues, pull requests, or joining the
Matrix clixon forum https://matrix.to/#/#clixonforum:matrix.org. Matrix clixon forum https://matrix.to/#/#clixonforum:matrix.org.

2
configure vendored
View file

@ -2802,7 +2802,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
CLIXON_VERSION_MAJOR="6" CLIXON_VERSION_MAJOR="6"
CLIXON_VERSION_MINOR="3" CLIXON_VERSION_MINOR="3"
CLIXON_VERSION_PATCH="0" 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 # Debug flag
# Check whether --enable-debug was given. # Check whether --enable-debug was given.

View file

@ -51,7 +51,7 @@ AC_CONFIG_AUX_DIR(config-aux)
CLIXON_VERSION_MAJOR="6" CLIXON_VERSION_MAJOR="6"
CLIXON_VERSION_MINOR="3" CLIXON_VERSION_MINOR="3"
CLIXON_VERSION_PATCH="0" 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 # Debug flag
AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug],[Build with debug symbols, default: no]),[ AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug],[Build with debug symbols, default: no]),[