Clixon 5.5.0 CHANGELOG and README update

This commit is contained in:
Olof hagsand 2022-01-20 17:42:40 +01:00
parent 6d955160ed
commit fd2f9b549f
2 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@
## 5.5.0 ## 5.5.0
20 January 2022 20 January 2022
This release introduces a new autocli design with a new clixon-autocli YANG file This release introduces a new autocli design with a clixon-autocli YANG file
### New features ### New features
@ -101,9 +101,9 @@ Developers may need to change their code
### Corrected Bugs ### Corrected Bugs
* Fixed: Autocli YANG patterns including `"` were not properly escaped: `\"` * Fixed: Autocli YANG patterns including `"` were not properly escaped: `\"`
* Ensure auto-cli can be run with `CLICON_CLI_VARONLY=1` * Ensure auto-cli can be run with config option `CLICON_CLI_VARONLY=1`
* Strip constants in cli_dbxml * Fixed: SEGV in backend callback for user-defined RFC:
* rpc_callback_call(): Check if nrp parameter is NULL to avoid SEGV * rpc_callback_call(): Check if nrp parameter is NULL
## 5.4.0 ## 5.4.0
30 November, 2021 30 November, 2021

View file

@ -13,7 +13,7 @@ See [documentation](https://clixon-docs.readthedocs.io), [project page](https://
Clixon is open-source and dual licensed. Either Apache License, Version 2.0 or GNU Clixon is open-source and dual licensed. Either Apache License, Version 2.0 or GNU
General Public License Version 2; you choose, see [LICENSE.md](LICENSE.md). General Public License Version 2; you choose, see [LICENSE.md](LICENSE.md).
Clixon has a master branch continuously tested with CI, but releases are made ca every second month. Latest 5.4.0 release is from November 2021. Next is planned in January 2022. See [CHANGELOG.md](CHANGELOG.md) release history. Clixon has a master branch continuously tested with CI, but releases are made ca every second month. Latest 5.5.0 release is from January 2022. Next is planned for March 2022. See [CHANGELOG.md](CHANGELOG.md) release history.
Clixon interaction is best done posting issues, pull requests, or joining the Clixon interaction is best done posting issues, pull requests, or joining the
[slack channel](https://clixondev.slack.com). [slack channel](https://clixondev.slack.com).