4ab95a8556293bc3b6bfe68346868550175488d8
[snf-image] / snf-image-helper / ChangeLog
1 2012-11-15, v0.6.4
2
3 2012-11-13, v0.6.3
4         * Don't overwrite C:\Unattend.xml file in windows images, unless the
5           image property USE_DEFAULT_UNATTEND is defined.
6         * Fix a bug in the error monitoring system
7         * Correct some error messages
8
9 2012-10-12, v0.6.2
10         * Remove the rule of updating the password for user `user' in Fedora
11           and Ubuntu when the USERS image property is missing.
12         * Check if a user exists before updating its password.
13
14 2012-10-05, v0.6.1
15         * Supress a very noisy warning in 40DisableRemoteDesktopConnections
16           task created by reglookup. This is triggered only when reading
17           registry files from windows 2012 systems.
18         * User Coordinated Universal Time when logging.
19
20 2012-09-14, v0.6
21         * Make sure EnforcePersonality is the last task that runs before
22           UmountImage. Doing this ensures that user-enjected files never
23           get overwritten by any other configuration task.
24
25 2012-08-31, v0.5
26         * Add a new progress monitoring mechanish
27         * Add support for arch linux
28
29 2012-06-29, v0.4.2
30         * Make the name of image properties case-insensitive
31
32 2012-05-28, v0.4.1
33         * Fix a bug in FixPartitionTable where in some cases the script
34           failed to create the logical swap partition.
35
36 2012-05-17, v0.4
37         * Add support for creating SWAP partitions
38         * Add support for GPT partition tables
39         * Add support for resizing logical partitions
40         * Add mechanism for overwritting Unattend.xml
41
42 2012-03-29, v0.3.6
43
44 2012-03-26, v0.3.5
45         * Force Automatic Update in Windows images
46
47 2012-03-05, v0.3.4
48         * Fix 2 bugs in Delete SSH Keys task, caused by the use of pipefail
49           bash option
50
51 2012-02-29, v0.3.3
52         * Check if the images partition table is valid
53
54 2012-02-06, v0.3.2
55
56 2012-01-26, v0.3.1
57         * Fix a bug in the OS detection code
58
59 2012-01-12, v0.3
60         * Warn and in some cases fail if the instance is of an unknown
61         * Force a resize when the filesystem is clean, even if resize2fs
62           complains
63         * Make sure OSFAMILY image property is specified
64
65 2011-11-18, v0.2
66         * Add support for Image Properties
67         * Add new FixPartitionTable task
68         * Add new task that disables RDP connections during windows setup
69         * Extend image personalization to support custom ownership and
70           permissions in the injected files
71
72 2011-10-20, v0.1.2
73
74 2011-10-17, v0.1.1
75         * Fix a bug in ChangePassword task
76         * Add timestamps in output of the tasks
77
78 2011-10-04, v0.1
79         * Initial release