Skip to content

Commit

Permalink
CLIgen 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Sep 30, 2023
1 parent 61dcd42 commit c00a1d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cligen Changelog
## 6.4.0
Expected: October 2023
30 September 2023

### C/CLI-API changes on existing features
Developers may need to change their code
Expand All @@ -12,6 +12,7 @@ Developers may need to change their code

### Corrected Bugs

* Output pipes released in 6.3 have several minor bugfixes
* Fixed: [CLI show config | display <format> exits over mountpoints with large YANGs](https://github.com/clicon/clixon-controller/issues/39)
* Removed timeout for pipes and enabled ctrl-C
* Fixed: [Escaping with backslash(\) in variable strings cannot be done for backslash itself](https://github.com/clicon/cligen/issues/96)
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2508,7 +2508,7 @@ ac_config_headers="$ac_config_headers cligen_config.h"
CLIGEN_VERSION_MAJOR="6"
CLIGEN_VERSION_MINOR="4"
CLIGEN_VERSION_PATCH="0"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}.PRE"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}"

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: CLIGEN version is $CLIGEN_VERSION" >&5
printf "%s\n" "CLIGEN version is $CLIGEN_VERSION" >&6; }
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ AC_SUBST(CLIGEN_VERSION_PATCH)
CLIGEN_VERSION_MAJOR="6"
CLIGEN_VERSION_MINOR="4"
CLIGEN_VERSION_PATCH="0"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}.PRE"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}"

AC_MSG_RESULT(CLIGEN version is $CLIGEN_VERSION)

Expand Down

0 comments on commit c00a1d4

Please sign in to comment.