Skip to content

Commit dcdb993

Browse files
committed
Clixon 6.3.0
1 parent 2485528 commit dcdb993

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Clixon Changelog
22

3-
* [6.3.0](#630) Expected: July 2023
3+
* [6.3.0](#630) 29 July 2023
44
* [6.2.0](#620) 30 April 2023
55
* [6.1.0](#610) 19 Feb 2023
66
* [6.0.0](#600) 29 Nov 2022
@@ -41,10 +41,13 @@
4141
* [3.3.1](#331) June 7 2017
4242

4343
## 6.3.0
44-
Expected: July 2023
44+
29 July 2023
45+
46+
Clixon 6.3 introduces CLI output pipes and multiple updates and optimizations, primarily to the CLI.
4547

4648
### New features
47-
* Output pipes
49+
50+
* CLI output pipes
4851
* Building on a new CLIgen feature
4952
* See https://clixon-docs.readthedocs.io/en/latest/cli.html#output-pipes
5053

@@ -53,7 +56,6 @@ Users may have to change how they access the system
5356

5457
* New `[email protected]` revision
5558
* Added options: `CLICON_CONFIG_EXTEND`
56-
5759
* Moved datastore-format datastype to clixon-lib
5860
* New `[email protected]` revision
5961
* Restructured and extended stats rpc to schema mountpoints

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See [documentation](https://clixon-docs.readthedocs.io), [project page](https://
1313
Clixon is open-source and dual licensed. Either Apache License, Version 2.0 or GNU
1414
General Public License Version 2; you choose, see [LICENSE.md](LICENSE.md).
1515

16-
Clixon has a master branch continuously tested with CI, but releases are made ca every second month, see [Releases](https://github.com/clicon/clixon/releases) and [CHANGELOG.md](CHANGELOG.md) release history.
16+
Clixon has a master branch continuously tested with CI, but releases with more testong are made every second or third month, see [Releases](https://github.com/clicon/clixon/releases) and [CHANGELOG.md](CHANGELOG.md) release history.
1717

1818
Clixon interaction is best done posting issues, pull requests, or joining the
1919
Matrix clixon forum https://matrix.to/#/#clixonforum:matrix.org.

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -2802,7 +2802,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
28022802
CLIXON_VERSION_MAJOR="6"
28032803
CLIXON_VERSION_MINOR="3"
28042804
CLIXON_VERSION_PATCH="0"
2805-
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\""
2805+
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\""
28062806

28072807
# Debug flag
28082808
# Check whether --enable-debug was given.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ AC_CONFIG_AUX_DIR(config-aux)
5151
CLIXON_VERSION_MAJOR="6"
5252
CLIXON_VERSION_MINOR="3"
5353
CLIXON_VERSION_PATCH="0"
54-
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\""
54+
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\""
5555

5656
# Debug flag
5757
AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug],[Build with debug symbols, default: no]),[

0 commit comments

Comments
 (0)