Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper / ChangeLog @ e6493c86

History | View | Annotate | Download (1.5 kB)

1
2012-10-03, v0.4.3
2
	* Use Coordinated Universal Time with date
3
	* Suppress a very noisy reglookup warning. This warning is outputed
4
	  when deploying Windows 2012 images.
5

    
6
2012-06-29, v0.4.2
7
	* Make the name of image properties case-insensitive
8

    
9
2012-05-28, v0.4.1
10
	* Fix a bug in FixPartitionTable where in some cases the script
11
	  failed to create the logical swap partition.
12

    
13
2012-05-17, v0.4
14
	* Add support for creating SWAP partitions
15
	* Add support for GPT partition tables
16
	* Add support for resizing logical partitions
17
	* Add mechanism for overwritting Unattend.xml
18

    
19
2012-03-29, v0.3.6
20

    
21
2012-03-26, v0.3.5
22
	* Force Automatic Update in Windows images
23

    
24
2012-03-05, v0.3.4
25
	* Fix 2 bugs in Delete SSH Keys task, caused by the use of pipefail
26
	  bash option
27

    
28
2012-02-29, v0.3.3
29
	* Check if the images partition table is valid
30

    
31
2012-02-06, v0.3.2
32

    
33
2012-01-26, v0.3.1
34
	* Fix a bug in the OS detection code
35

    
36
2012-01-12, v0.3
37
	* Warn and in some cases fail if the instance is of an unknown
38
	* Force a resize when the filesystem is clean, even if resize2fs
39
	  complains
40
	* Make sure OSFAMILY image property is specified
41

    
42
2011-11-18, v0.2
43
	* Add support for Image Properties
44
	* Add new FixPartitionTable task
45
	* Add new task that disables RDP connections during windows setup
46
	* Extend image personalization to support custom ownership and
47
	  permissions in the injected files
48

    
49
2011-10-20, v0.1.2
50

    
51
2011-10-17, v0.1.1
52
	* Fix a bug in ChangePassword task
53
	* Add timestamps in output of the tasks
54

    
55
2011-10-04, v0.1
56
	* Initial release