Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
@ -129,8 +129,8 @@ may vanish at any point. To select a specific branch use
# Generic code
git checkout -b <name> origin/<name>
# 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
@ -19,7 +19,7 @@
#
__cdist_version="1.3.0"
__cdist_version="1.3.1"
# Fail if something bogus is going on
set -u
@ -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