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