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