forked from ungleich-public/cdist
Update to 1.3.0
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
c87ecbe23f
commit
6f480810f3
3 changed files with 4 additions and 3 deletions
3
README
3
README
|
@ -115,12 +115,13 @@ how to use cdist.
|
|||
There are at least the following branches available:
|
||||
|
||||
* master: the development branch
|
||||
* 1.2: Current stable: Dependencies supported
|
||||
* 1.3: Support for local and remote code execution (current stable)
|
||||
|
||||
Old versions:
|
||||
|
||||
* 1.0: First official release
|
||||
* 1.1: __file to __file, __directory, __link migration
|
||||
* 1.2: Dependencies supported
|
||||
|
||||
Other branches may be available for features or bugfixes, but they
|
||||
may vanish at any point. To select a specific branch use
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
#
|
||||
|
||||
__cdist_version="1.2.0"
|
||||
__cdist_version="1.3.0"
|
||||
|
||||
# Fail if something bogus is going on
|
||||
set -u
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
1.3.0:
|
||||
1.3.0: 2011-03-20
|
||||
* Add support for local and remote code generation and execution
|
||||
* Bugfix: Remove obsolete $@ call in cdist-remote-explorer-run
|
||||
* Bugfix: Correct manpage for __removeline (broke manpage generation)
|
||||
|
|
Loading…
Reference in a new issue