From 1d057560766e2377e1aa4fa914f0a1d368c321f9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 29 Mar 2011 16:47:02 +0200 Subject: [PATCH] release 1.5.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 c498e3b8..a62ac61c 100644 --- a/README +++ b/README @@ -127,10 +127,11 @@ how to use cdist. There are at least the following branches available: * master: the development branch - * 1.4: Support for redefiniton of objects (if equal) + * 1.5: Focus on object orientation instead of global stage orientation Old versions: + * 1.4: Support for redefiniton of objects (if equal) * 1.3: Support for local and remote code execution (current stable) * 1.2: Dependencies supported * 1.1: __file to __file, __directory, __link migration diff --git a/bin/cdist-config b/bin/cdist-config index eb2a8e90..ae84ced4 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -19,7 +19,7 @@ # # -__cdist_version="1.5.0pre" +__cdist_version="1.5.0" # Fail if something bogus is going on set -u diff --git a/doc/changelog b/doc/changelog index 5e0e2314..d3091fd7 100644 --- a/doc/changelog +++ b/doc/changelog @@ -1,4 +1,4 @@ -1.5.0: +1.5.0: 2011-03-29 * Add basic cache functionality * New type __process * Restructured execution: (Steven Armstrong)