Clixon 6.0.0
This commit is contained in:
parent
d91eebf889
commit
083bb72d2b
3 changed files with 294 additions and 290 deletions
|
|
@ -40,6 +40,9 @@
|
||||||
## 6.0.0
|
## 6.0.0
|
||||||
29 Nov 2022
|
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
|
### New features
|
||||||
|
|
||||||
* Confirmed-commit capability
|
* Confirmed-commit capability
|
||||||
|
|
|
||||||
3
configure
vendored
3
configure
vendored
|
|
@ -2276,7 +2276,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||||
CLIXON_VERSION_MAJOR="6"
|
CLIXON_VERSION_MAJOR="6"
|
||||||
CLIXON_VERSION_MINOR="0"
|
CLIXON_VERSION_MINOR="0"
|
||||||
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.
|
||||||
|
|
@ -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
|
# YANG_STANDARD_DIR is where clixon assumes standard IETF are
|
||||||
# This is NOT installed by Clixon and is not needed for core system
|
# 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
|
# 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.
|
# Check whether --with-yang-standard-dir was given.
|
||||||
if test "${with_yang_standard_dir+set}" = set; then :
|
if test "${with_yang_standard_dir+set}" = set; then :
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ AC_CONFIG_AUX_DIR(config-aux)
|
||||||
CLIXON_VERSION_MAJOR="6"
|
CLIXON_VERSION_MAJOR="6"
|
||||||
CLIXON_VERSION_MINOR="0"
|
CLIXON_VERSION_MINOR="0"
|
||||||
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]),[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue