update files for 1.3.1

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-21 08:59:04 +01:00
parent c0705c1efd
commit c0e2113643
3 changed files with 5 additions and 4 deletions

4
README
View File

@ -129,8 +129,8 @@ may vanish at any point. To select a specific branch use
# Generic code # Generic code
git checkout -b <name> origin/<name> git checkout -b <name> origin/<name>
# Stay on version 1.1 # Stay on a specific version
git checkout -b 1.2 origin/1.2 git checkout -b 1.3 origin/1.3
### Mirrors ### Mirrors

View File

@ -19,7 +19,7 @@
# #
# #
__cdist_version="1.3.0" __cdist_version="1.3.1"
# Fail if something bogus is going on # Fail if something bogus is going on
set -u set -u

View File

@ -1,8 +1,9 @@
1.3.1: 1.3.1: 2011-03-21
* Document cdist-type-build-emulation * Document cdist-type-build-emulation
* Document cdist-type-emulator * Document cdist-type-emulator
* Document cdist-remote-explorer-run * Document cdist-remote-explorer-run
* Fix dependencies in cdist-code-run * Fix dependencies in cdist-code-run
* Fix dependencies in cdist-manifest-run-all
* Add --source to __issue and fix os check * Add --source to __issue and fix os check
1.3.0: 2011-03-20 1.3.0: 2011-03-20