Update ChangeLog and configure for v0.4
[snf-image] / snf-image-host / ChangeLog
1 2012-05-17, v0.4
2         * Remove progress-monitor-support flag. An external progress monitor
3           programm will be used if --with-progress-monitor flag is used in
4           configure or if PROGRESS_MONITOR variable in the defaults file has a
5           non-empty value
6         * Remove --enable-pithos-backend option in configure. This will be
7           detected at runtime
8         * Create package list in snf-update-helper every time debootstrap is
9           performed. If a cache file is found, snf-update-helper will use this
10           list to determine if it is OK to use this cache file or not.
11         * Add mechanism for overwritting the helper's Unattend.xml file
12
13 2012-03-29, v0.3.5
14         * Make snf-image-update-helper ask whether to use the found deboostrap
15           cache file when in interactive mode.
16         * Make the system update the default debootstrap cache file when -c
17           option is used and it's value does not point to a cache file.
18
19 2012-03-26, v0.3.5
20
21 2012-03-05, v0.3.4
22
23 2012-02-29, v0.3.3
24         * Fix a bug in pithcat where the restored image had incorrect
25           size. The trailing zeros in the image files where not restored.
26
27 2012-02-06, v0.3.2
28         * Make pithcat work with pithos v0.8.3
29
30 2012-01-26, v0.3.1
31
32 2011-01-12, v0.3
33         * Put all helpers run-time created files in a tmpfs jail
34         * Remove the ARCH field from the image name
35         * Support remote (network accessable) and pithos hosted images
36         * Remove custom images format (remote images is a supergroup)
37
38 2011-11-18, v0.2
39         * Support diskdump format
40         * Support custom images format. Custom images are diskdump images
41           that can be accessed from a URL
42         * Add a new OS parameter (img_properties)
43
44 2011-10-20, v0.1.2
45         * Fix a debootstrap bug in snf-image-update-helper
46         * Use --one-file-system option when creating cache for update-helper
47         * Add setting for allowing the user to manually pick a debian mirror
48           for debootstrap.
49
50 2011-10-17, v0.1.1
51         * Replace $(var) with ${var} in defaults file.
52         * Fix a dangerous-use-of-xargs bug in create.
53
54 2011-10-04, v0.1
55         * Initial release