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