Update ChangeLog and configure for v0.4
[snf-image] / snf-image-helper / ChangeLog
1 2012-05-17, v0.4
2         * Add support for creating SWAP partitions
3         * Add support for GPT partition tables
4         * Add support for resizing logical partitions
5         * Add mechanism for overwritting Unattend.xml
6
7 2012-03-29, v0.3.6
8
9 2012-03-26, v0.3.5
10         * Force Automatic Update in Windows images
11
12 2012-03-05, v0.3.4
13         * Fix 2 bugs in Delete SSH Keys task, caused by the use of pipefail
14           bash option
15
16 2012-02-29, v0.3.3
17         * Check if the images partition table is valid
18
19 2012-02-06, v0.3.2
20
21 2012-01-26, v0.3.1
22         * Fix a bug in the OS detection code
23
24 2012-01-12, v0.3
25         * Warn and in some cases fail if the instance is of an unknown
26         * Force a resize when the filesystem is clean, even if resize2fs
27           complains
28         * Make sure OSFAMILY image property is specified
29
30 2011-11-18, v0.2
31         * Add support for Image Properties
32         * Add new FixPartitionTable task
33         * Add new task that disables RDP connections during windows setup
34         * Extend image personalization to support custom ownership and
35           permissions in the injected files
36
37 2011-10-20, v0.1.2
38
39 2011-10-17, v0.1.1
40         * Fix a bug in ChangePassword task
41         * Add timestamps in output of the tasks
42
43 2011-10-04, v0.1
44         * Initial release