Clixon 6.0.0

This commit is contained in:
Olof hagsand 2022-11-29 17:04:26 +01:00
parent d91eebf889
commit 083bb72d2b
3 changed files with 294 additions and 290 deletions

View file

@ -40,6 +40,9 @@
## 6.0.0
29 Nov 2022
The 6.0 release features confirmed-commit and an initial version of
netconf monitoring along with many minor changes and bug fixes.
### New features
* Confirmed-commit capability

3
configure vendored
View file

@ -2276,7 +2276,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
CLIXON_VERSION_MAJOR="6"
CLIXON_VERSION_MINOR="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
# Check whether --enable-debug was given.
@ -5709,6 +5709,7 @@ $as_echo "Clixon yang files are installed in ${YANG_INSTALLDIR}" >&6; }
# YANG_STANDARD_DIR is where clixon assumes standard IETF are
# This is NOT installed by Clixon and is not needed for core system
# However, it is required by the main example and some of the tests
# You can download them at https://github.com/YangModels/yang
# Check whether --with-yang-standard-dir was given.
if test "${with_yang_standard_dir+set}" = set; then :

View file

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