Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper / ChangeLog @ efe6b6d8

History | View | Annotate | Download (1.3 kB)

1
2012-05-28, v0.4.1
2
	* Fix a bug in FixPartitionTable where in some cases the script
3
	  failed to create the logical swap partition.
4

    
5
2012-05-17, v0.4
6
	* Add support for creating SWAP partitions
7
	* Add support for GPT partition tables
8
	* Add support for resizing logical partitions
9
	* Add mechanism for overwritting Unattend.xml
10

    
11
2012-03-29, v0.3.6
12

    
13
2012-03-26, v0.3.5
14
	* Force Automatic Update in Windows images
15

    
16
2012-03-05, v0.3.4
17
	* Fix 2 bugs in Delete SSH Keys task, caused by the use of pipefail
18
	  bash option
19

    
20
2012-02-29, v0.3.3
21
	* Check if the images partition table is valid
22

    
23
2012-02-06, v0.3.2
24

    
25
2012-01-26, v0.3.1
26
	* Fix a bug in the OS detection code
27

    
28
2012-01-12, v0.3
29
	* Warn and in some cases fail if the instance is of an unknown
30
	* Force a resize when the filesystem is clean, even if resize2fs
31
	  complains
32
	* Make sure OSFAMILY image property is specified
33

    
34
2011-11-18, v0.2
35
	* Add support for Image Properties
36
	* Add new FixPartitionTable task
37
	* Add new task that disables RDP connections during windows setup
38
	* Extend image personalization to support custom ownership and
39
	  permissions in the injected files
40

    
41
2011-10-20, v0.1.2
42

    
43
2011-10-17, v0.1.1
44
	* Fix a bug in ChangePassword task
45
	* Add timestamps in output of the tasks
46

    
47
2011-10-04, v0.1
48
	* Initial release