* Fixed: [The config false leaf shouldn't be configed in startup stage #189](https://github.com/clicon/clixon/issues/189)

This commit is contained in:
Olof hagsand 2021-03-11 09:11:14 +01:00
parent f01efaf02a
commit dea3962cc0
6 changed files with 38 additions and 6 deletions

View file

@ -2,6 +2,7 @@
* [5.1.0](#510) Expected: April
* [5.0.0](#500) 27 February 2021
* [5.0.1](#501) 10 March 2021
* [4.9.0](#490) 18 December 2020
* [4.8.0](#480) 18 October 2020
* [4.7.0](#470) 14 September 2020
@ -61,11 +62,25 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: [The config false leaf shouldn't be configed in startup stage #189](https://github.com/clicon/clixon/issues/189)
* Fixed: [CLIXON is not waiting for the hello message #184](https://github.com/clicon/clixon/issues/184)
* See also API changes
* Fixed: [comma in yang list name will lead to cli setting error #186](https://github.com/clicon/clixon/issues/186)
* Reverted blocked signal behavior introduced in 5.0.
## 5.0.1
10 March 2021
### Minor features
* Introduced a delay before making process start/stop/restart processes for race conditions when configuring eg restconf
* For restconf `CLICON_BACKEND_RESTCONF_PROCESS`, restart restconf if restconf is edited.
### Corrected Bugs
* Reverted blocked signal behavior introduced in 5.0.
## 5.0.0
27 February 2021
@ -77,6 +92,10 @@ Other changes since 4.9 include NETCONF call home, a new client API, and a modif
Thanks Netgate and input from the Clixon community for making this possible!
### Known Issues
* Changed behavior in signal handlers and some race conditions, use 5.0.1 instead
### New features
* RESTCONF configuration is extended and changed for both fcgi and evhtp