- Clixon 5.2.0 release
This commit is contained in:
parent
ef131cf407
commit
22563ee2de
3 changed files with 6 additions and 5 deletions
|
|
@ -32,6 +32,8 @@
|
||||||
## 5.2.0
|
## 5.2.0
|
||||||
1 July 2021
|
1 July 2021
|
||||||
|
|
||||||
|
The 5.2 release has new YANG support for deviation, when and statement ordering. The native restconf mode also supports http/2 using libnghttp2
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
* Restconf native HTTP/2 support using nghttp2
|
* Restconf native HTTP/2 support using nghttp2
|
||||||
|
|
@ -42,7 +44,7 @@
|
||||||
* https: ALPN upgrade
|
* https: ALPN upgrade
|
||||||
* http: Upgrade header (using: `HTTP/1.1 101 Switching Protocols`)
|
* http: Upgrade header (using: `HTTP/1.1 101 Switching Protocols`)
|
||||||
* Full support of YANG `when` statement in conjunction with grouping/uses/augment
|
* Full support of YANG `when` statement in conjunction with grouping/uses/augment
|
||||||
* SeveralThe following cases are now supported according to RFC 7950:
|
* The following cases are now supported according to RFC 7950:
|
||||||
* Do not extend default values if when statements evaluate to false
|
* Do not extend default values if when statements evaluate to false
|
||||||
* Do not allow edit-config of nodes if when statements evaluate to false (Sec 8.3.2)
|
* Do not allow edit-config of nodes if when statements evaluate to false (Sec 8.3.2)
|
||||||
* If a key leaf is defined in a grouping that is used in a list, the "uses" statement MUST NOT have a "when" statement. (See 7.21.5)
|
* If a key leaf is defined in a grouping that is used in a list, the "uses" statement MUST NOT have a "when" statement. (See 7.21.5)
|
||||||
|
|
@ -53,7 +55,6 @@
|
||||||
* If YANG sub-statements are placed in wrong order, clixon fails with error.
|
* If YANG sub-statements are placed in wrong order, clixon fails with error.
|
||||||
* New utility: clixon_util_validate for stand-alone application that validates or commits datastores
|
* New utility: clixon_util_validate for stand-alone application that validates or commits datastores
|
||||||
|
|
||||||
|
|
||||||
### API changes on existing protocol/config features
|
### API changes on existing protocol/config features
|
||||||
|
|
||||||
Users may have to change how they access the system
|
Users may have to change how they access the system
|
||||||
|
|
|
||||||
2
configure
vendored
2
configure
vendored
|
|
@ -2266,7 +2266,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||||
CLIXON_VERSION_MAJOR="5"
|
CLIXON_VERSION_MAJOR="5"
|
||||||
CLIXON_VERSION_MINOR="2"
|
CLIXON_VERSION_MINOR="2"
|
||||||
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}\""
|
||||||
|
|
||||||
# Check CLIgen
|
# Check CLIgen
|
||||||
if test "$prefix" = "NONE"; then
|
if test "$prefix" = "NONE"; then
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ AC_CONFIG_AUX_DIR(config-aux)
|
||||||
CLIXON_VERSION_MAJOR="5"
|
CLIXON_VERSION_MAJOR="5"
|
||||||
CLIXON_VERSION_MINOR="2"
|
CLIXON_VERSION_MINOR="2"
|
||||||
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}\""
|
||||||
|
|
||||||
# Check CLIgen
|
# Check CLIgen
|
||||||
if test "$prefix" = "NONE"; then
|
if test "$prefix" = "NONE"; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue