From 6f480810f34023dd90a6d91d456044727acc509c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 20 Mar 2011 00:02:44 +0100 Subject: [PATCH] Update to 1.3.0 Signed-off-by: Nico Schottelius --- README | 3 ++- bin/cdist-config | 2 +- doc/changelog | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index cadb3e30..6e46db87 100644 --- a/README +++ b/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 diff --git a/bin/cdist-config b/bin/cdist-config index d200e275..23b24025 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -19,7 +19,7 @@ # # -__cdist_version="1.2.0" +__cdist_version="1.3.0" # Fail if something bogus is going on set -u diff --git a/doc/changelog b/doc/changelog index a0a65428..12e3c8f1 100644 --- a/doc/changelog +++ b/doc/changelog @@ -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)