Print a meaningful msg if windows shrinking fails
[snf-image-creator] / ChangeLog
1 2013-07-31, v0.4.4
2         * Fix a bug where the system tried to use file scrubbing without
3           checking if it was supported
4
5 2013-07-18, v0.4.3
6         * Force TERM=linux when working on xterm. This makes dialog behave
7           better under OpenSUSE
8
9 2013-07-17, v0.4.2
10         * Fix a dialog bug affecting only OpenSUSE
11
12 2013-06-21, v0.4.1
13         * Fix a bug that caused an abnormal termination when trying to
14           determine the available users in a Windows image
15
16 2013-06-21, v0.4
17         * Populate the USERS metadata in Windows images
18         * Support kamaki 0.9 and synnefo 0.14
19         * Change the metadata file format to json
20         * Support the devflow building system
21
22 2013-05-27, v0.3
23         * Support media hosting FreeBSD systems
24         * Check if remote files exist when uploading images to pithos
25         * Make the md5sum and metadate files public if image gets registered as
26           public
27         * Fix minor bugs and typos
28
29 2013-05-01, v0.2.10
30         * Fix a bug where acl and user_xattr mount options where not respected
31           in host bundling operation
32
33 2013-04-25, v0.2.9
34         * Support kamaki 0.8
35         * Fix a bug in util.get_command()
36         * Move some linux specific code from unix.py to linux.py
37
38 2013-03-28, v0.2.8
39         * Fix a bug in wizard mode
40         * Cleanup and refine the code
41
42 2013-03-21, v0.2.7
43         * Fix a bug in host bundling mode where some files were erroneously
44           excluded from the image
45         * Fix a bug were snf-image-creator tried to verify the token even when
46           -t option was not defined by the user
47
48 2013-03-19, v0.2.6
49         * Fix a bug in host bundling mode where the permissions of /tmp and
50           /var/tmp were not respected
51
52 2013-03-19, v0.2.5
53         * Add support for private images
54         * Only use the token to authenticate to synnefo
55         * Show the user-provided info in the confirmation dialog of the wizard
56         * Fix minor typos & bugs
57
58 2013-03-06, v0.2.4
59         * Rename README.rst to README
60         * Enforce raw image format in libguestfs
61         * User user id instead of e-mail when authentication with synnefo
62
63 2013-01-30, v0.2.3
64         * Add support for gpt partition tables in bundle volume
65         * Add AUTHORS ChangeLog and man pages
66         * support pyparted 3.4 and python 2.6
67
68 2013-01-22, v0.2.2
69         * Fix bugs in bundle_host and cleanup functions
70
71 2013-01-16, v0.2.1
72         * Fix bug in dialog
73         * Support python-sendfile 2.x
74
75 2013-01-14, v0.2
76         * Add support for bundling the host system
77         * Add new tmpdir option for specifying a temporary directory
78         * Add .kamakirc as sensitive userdatat in cleanup_userdata sysprep
79         * Fix typos & bugs
80
81 2012-12-03, v0.1.1
82         * Fix bugs in dialog wizard
83         * Fix typos
84
85 2012-11-05, v0.1
86         * Initial Version
87