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
|
||||||
|
|
|
||||||
|
|
@ -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