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