From fd2f9b549f3d206c6a4d798f283ce7822309ef6a Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Thu, 20 Jan 2022 17:42:40 +0100 Subject: [PATCH] Clixon 5.5.0 CHANGELOG and README update --- CHANGELOG.md | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff666b8..55619d75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ ## 5.5.0 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 @@ -101,9 +101,9 @@ Developers may need to change their code ### Corrected Bugs * Fixed: Autocli YANG patterns including `"` were not properly escaped: `\"` -* Ensure auto-cli can be run with `CLICON_CLI_VARONLY=1` - * Strip constants in cli_dbxml -* rpc_callback_call(): Check if nrp parameter is NULL to avoid SEGV +* Ensure auto-cli can be run with config option `CLICON_CLI_VARONLY=1` +* Fixed: SEGV in backend callback for user-defined RFC: + * rpc_callback_call(): Check if nrp parameter is NULL ## 5.4.0 30 November, 2021 diff --git a/README.md b/README.md index 8c555c68..15c470ce 100644 --- a/README.md +++ b/README.md @@ -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 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 [slack channel](https://clixondev.slack.com).