5.1.0.PRE
This commit is contained in:
parent
08e212efef
commit
46ebc12bd5
3 changed files with 11 additions and 8 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,6 @@
|
||||||
# Clixon Changelog
|
# Clixon Changelog
|
||||||
|
|
||||||
|
* [5.1.0](#510) Expected: April
|
||||||
* [5.0.0](#500) 27 February 2021
|
* [5.0.0](#500) 27 February 2021
|
||||||
* [4.9.0](#490) 18 December 2020
|
* [4.9.0](#490) 18 December 2020
|
||||||
* [4.8.0](#480) 18 October 2020
|
* [4.8.0](#480) 18 October 2020
|
||||||
|
|
@ -26,6 +27,9 @@
|
||||||
* [3.3.2](#332) Aug 27 2017
|
* [3.3.2](#332) Aug 27 2017
|
||||||
* [3.3.1](#331) June 7 2017
|
* [3.3.1](#331) June 7 2017
|
||||||
|
|
||||||
|
## 5.1.0
|
||||||
|
Expected: April
|
||||||
|
|
||||||
## 5.0.0
|
## 5.0.0
|
||||||
27 February 2021
|
27 February 2021
|
||||||
|
|
||||||
|
|
@ -33,10 +37,9 @@ The 5.0.0 release is a new major release. The last major release was
|
||||||
4.0.0 in 13 July 2019. Recently, large changes to RESTCONF
|
4.0.0 in 13 July 2019. Recently, large changes to RESTCONF
|
||||||
configuration has been made which is the primary reason for a new major version.
|
configuration has been made which is the primary reason for a new major version.
|
||||||
|
|
||||||
Other changes since 4.9 include NETCONF call home and a new
|
Other changes since 4.9 include NETCONF call home, a new client API, and a modified lock behavior.
|
||||||
client API, and a modified lock behavior.
|
|
||||||
|
|
||||||
Thanks Netgate and clixon community input for making this possible!
|
Thanks Netgate and input from the Clixon community for making this possible!
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
|
|
@ -48,7 +51,7 @@ Thanks Netgate and clixon community input for making this possible!
|
||||||
* Network namespaces implemented for evhtp
|
* Network namespaces implemented for evhtp
|
||||||
* For more info see [clixon-docs/restconf](https://clixon-docs.readthedocs.io/en/latest/restconf.html)
|
* For more info see [clixon-docs/restconf](https://clixon-docs.readthedocs.io/en/latest/restconf.html)
|
||||||
* See also API changes section below for details
|
* See also API changes section below for details
|
||||||
* NETCONF Call Home Call Home RFC 8071
|
* NETCONF Call Home RFC 8071
|
||||||
* See [Netconf/ssh callhome](https://clixon-docs.readthedocs.io/en/latest/netconf.html#callhome)
|
* See [Netconf/ssh callhome](https://clixon-docs.readthedocs.io/en/latest/netconf.html#callhome)
|
||||||
* Solution description using openssh and utility functions, no changes to core clixon
|
* Solution description using openssh and utility functions, no changes to core clixon
|
||||||
* Example: test/test_netconf_ssh_callhome.sh
|
* Example: test/test_netconf_ssh_callhome.sh
|
||||||
|
|
|
||||||
4
configure
vendored
4
configure
vendored
|
|
@ -2259,9 +2259,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
||||||
|
|
||||||
|
|
||||||
CLIXON_VERSION_MAJOR="5"
|
CLIXON_VERSION_MAJOR="5"
|
||||||
CLIXON_VERSION_MINOR="0"
|
CLIXON_VERSION_MINOR="1"
|
||||||
CLIXON_VERSION_PATCH="0"
|
CLIXON_VERSION_PATCH="0"
|
||||||
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\""
|
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\""
|
||||||
|
|
||||||
# Check CLIgen
|
# Check CLIgen
|
||||||
if test "$prefix" = "NONE"; then
|
if test "$prefix" = "NONE"; then
|
||||||
|
|
|
||||||
|
|
@ -49,9 +49,9 @@ AC_INIT(lib/clixon/clixon.h.in)
|
||||||
AC_CONFIG_AUX_DIR(aux)
|
AC_CONFIG_AUX_DIR(aux)
|
||||||
|
|
||||||
CLIXON_VERSION_MAJOR="5"
|
CLIXON_VERSION_MAJOR="5"
|
||||||
CLIXON_VERSION_MINOR="0"
|
CLIXON_VERSION_MINOR="1"
|
||||||
CLIXON_VERSION_PATCH="0"
|
CLIXON_VERSION_PATCH="0"
|
||||||
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\""
|
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\""
|
||||||
|
|
||||||
# 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