Clixon 4.6
This commit is contained in:
parent
959574cf13
commit
e1d86ca3b5
4 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Clixon Changelog
|
||||
|
||||
* [4.6.0](#460) Expected: August 2020
|
||||
* [4.6.0](#460) 14 August 2020
|
||||
* [4.5.0](#450) 12 May 2020
|
||||
* [4.4.0](#440) 5 April 2020
|
||||
* [4.3.0](#430) 1 January 2020
|
||||
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
The 4.6.0 release introduces a new RESTCONF solution using "native" http. An important API change is top-level default value assignment that may cause a NACM read-only dead-lock. The NACM recovery user handling has been improved for this case. Numerous bugfixes and improvements. Vagrant tests have been added.
|
||||
|
||||
Thanks Netgate for making this possible.
|
||||
|
||||
### Major New features
|
||||
|
||||
* A new restconf configuration where Clixon restconf daemon is integrated with the [libevhtp](https://github.com/criticalstack/libevhtp) embedded web server.
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@ See [LICENSE.md](LICENSE.md) for the license.
|
|||
|
||||
Clixon interaction is best done posting issues, pull requests, or joining the
|
||||
[slack channel](https://clixondev.slack.com).
|
||||
[Slack invite](https://join.slack.com/t/clixondev/shared_invite/zt-egqe8bqt-JSQL49otf2B9MzKSoUoRQg).
|
||||
[Slack invite](https://join.slack.com/t/clixondev/shared_invite/zt-grej02z5-fNz0b7Su8RcOn5hWKt8yOw)
|
||||
|
||||
Clixon is sponsored by [Rubicon Communications LLC(Netgate)](https://www.netgate.com/)
|
||||
|
|
|
|||
2
configure
vendored
2
configure
vendored
|
|
@ -2259,7 +2259,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
|||
CLIXON_VERSION_MAJOR="4"
|
||||
CLIXON_VERSION_MINOR="6"
|
||||
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
|
||||
if test "$prefix" = "NONE"; then
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ AC_CONFIG_AUX_DIR(aux)
|
|||
CLIXON_VERSION_MAJOR="4"
|
||||
CLIXON_VERSION_MINOR="6"
|
||||
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
|
||||
if test "$prefix" = "NONE"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue