From 1cf56bccb920173b77b4fd306d48d81cfc45f615 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 18 Jan 2012 00:31:18 +0100 Subject: [PATCH] release cleanups Signed-off-by: Nico Schottelius --- README | 9 +++------ doc/changelog | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README b/README index bda6a197..3ab11928 100644 --- a/README +++ b/README @@ -77,13 +77,13 @@ cdist was tested or is know to run on at least * A posix like shell * Python (>= 3.2 required) - * SSH-Client + * SSH client * Asciidoc (for building the manpages) ### Client ("target host") * A posix like shell - * SSH-Server + * SSH server ## Installation @@ -155,15 +155,12 @@ To install cdist, execute the following commands: export MANPATH=$MANPATH:$(pwd -P)/doc/man -Afterwards you can run ***cdist-quickstart*** to get an impression on -how to use cdist. - ### Available versions There are at least the following branches available: * Development: master - * 2.0: Python rewrite of cdist core + * 2.0: Python rewrite of cdist core [stable branch] Old versions: diff --git a/doc/changelog b/doc/changelog index e6cb436e..bf16b8d3 100644 --- a/doc/changelog +++ b/doc/changelog @@ -1,4 +1,4 @@ -2.0.5: [BLOCKED FOR DOCUMENTATION/TUTORIAL] +2.0.5: 2012-01-18 * Bugfix __key_value: Use correct delimiters (Steven Armstrong, Daniel Maher) * Cleanup: Explicitly require Python >= 3.2 (do not fail implicitly)