release cleanups

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-18 00:31:18 +01:00
parent 3977c34053
commit 1cf56bccb9
2 changed files with 4 additions and 7 deletions

9
README
View File

@ -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:

View File

@ -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)