Revision cce32fea

b/ChangeLog
1
2013-08-23, v0.5.1
2
	* Allow more characters in the cloud name
3
	* Fix various bugs
4
	* Handle kamaki config errors
5

  
1 6
2013-08-04, v0.5
2 7
	* Add support for sysprep-parameters
3 8
	* Add support for syspreping Windows media
......
5 10

  
6 11
2013-07-31, v0.4.4
7 12
	* Fix a bug where the system tried to use file scrubbing without
8
          checking if it was supported
13
	  checking if it was supported
9 14

  
10 15
2013-07-18, v0.4.3
11 16
	* Force TERM=linux when working on xterm. This makes dialog behave
b/docs/conf.py
50 50
# built documents.
51 51
#
52 52
# The short X.Y version.
53
version = '0.5'
53
version = '0.5.1'
54 54
# The full version, including alpha/beta/rc tags.
55
release = '0.5'
55
release = '0.5.1'
56 56

  
57 57
# The language for content autogenerated by Sphinx. Refer to documentation
58 58
# for a list of supported languages.
b/image_creator/version.py
1
__version__ = "0.5"
2
__version_info__ = ['0', '5']
1
__version__ = "0.5.1"
2
__version_info__ = ['0', '5', '1']
3 3
__version_vcs_info__ = {
4
    'branch': 'master',
5
    'revid': '5079560',
6
    'revno': 387}
4
    'branch': 'hotfix-0.5.1',
5
    'revid': 'b25b422',
6
    'revno': 393}
7 7
__version_user_info__ = "skalkoto@darkstar.admin.grnet.gr"

Also available in: Unified diff