From c0e21136436b94065b8199ef8deabc3cdedf764e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 21 Mar 2011 08:59:04 +0100 Subject: [PATCH] update files for 1.3.1 Signed-off-by: Nico Schottelius --- README | 4 ++-- bin/cdist-config | 2 +- doc/changelog | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 6e46db87..c0ecbbbf 100644 --- a/README +++ b/README @@ -129,8 +129,8 @@ may vanish at any point. To select a specific branch use # Generic code git checkout -b origin/ - # Stay on version 1.1 - git checkout -b 1.2 origin/1.2 + # Stay on a specific version + git checkout -b 1.3 origin/1.3 ### Mirrors diff --git a/bin/cdist-config b/bin/cdist-config index 676a743c..6a2c1d90 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -19,7 +19,7 @@ # # -__cdist_version="1.3.0" +__cdist_version="1.3.1" # Fail if something bogus is going on set -u diff --git a/doc/changelog b/doc/changelog index f386faf1..df18aa43 100644 --- a/doc/changelog +++ b/doc/changelog @@ -1,8 +1,9 @@ -1.3.1: +1.3.1: 2011-03-21 * Document cdist-type-build-emulation * Document cdist-type-emulator * Document cdist-remote-explorer-run * Fix dependencies in cdist-code-run + * Fix dependencies in cdist-manifest-run-all * Add --source to __issue and fix os check 1.3.0: 2011-03-20