Revision 94db968f

b/ChangeLog
1
2014-01-08, v0.6
2
	* Rename the dialog-based application to snf-image-creator and the
3
	  non-interactive command line one to snf-mkimage
4
	* Support Windows Server 2012 R2
5
	* Allow image creation for unsupported media
6
	* Make winexe an optional dependency
7
	* Fix bugs
8

  
1 9
2013-10-09, v0.5.3
2 10
	* Fix a bug in snf-mkimage expert mode were the program could crash if
3 11
	  the image did not have any image properties
b/docs/conf.py
50 50
# built documents.
51 51
#
52 52
# The short X.Y version.
53
version = '0.5.3'
53
version = '0.6'
54 54
# The full version, including alpha/beta/rc tags.
55
release = '0.5.3'
55
release = '0.6'
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 1

  
2
__version__ = "0.5.3next"
2
__version__ = "0.6"
3 3
__version_vcs_info__ = {
4
    'branch': 'develop',
5
    'revid': '2a62304',
6
    'revno': 402}
4
    'branch': 'master',
5
    'revid': '37d1ea1',
6
    'revno': 426}
7 7
__version_user_email__ = "skalkoto@grnet.gr"
8 8
__version_user_name__ = "Nikos Skalkotos"
b/version
1
0.5.3next
1
0.6

Also available in: Unified diff