Update ChangeLogs and configure.ac for ver 0.8.1
[snf-image] / snf-image-host / ChangeLog
1 2013-03-12, v0.8.1
2         * Fix a bug in helper-monitor.py
3         * Make snf-image-update-helper install a patched version of ntfs-3g.
4           The debian squeeze version does not recognize the "--no-mtab" option
5         * Update contact email address
6
7 2013-03-09, v0.8
8         * Add support for xen
9         * Increase the default HELPER_SIZE and TIMEOUT values
10         * Cleanup the code and remove settings no longer used
11         * Rename snf-image-host to snf-image
12
13 2013-01-21, v0.7.6
14         * Make the size of the helper VM image configurable
15
16 2013-01-17, v0.7.5
17         * Cleanup defaults file and remove redundant variables
18         * Make defaults file inherit the configuration options
19           passed with ./configure
20
21 2013-01-08, v0.7.4
22
23 2013-01-04, v0.7.3
24         * Fix multistrap.conf to work with apt2.dev.grnet.gr
25
26 2013-01-04, v0.7.2
27         * Change snf-image-helper repository to apt2.dev.grnet.gr
28
29 2012-12-07, v0.7.1
30         * Make pithcat work with pithosmap URLs
31
32 2012-12-03, v0.7
33         * Abandon debootstrap in favor of multistrap. This way we can define
34           more than 1 repositories to retrieve packages from.
35         * Add a mechanism for pinning repositories and package versions
36         * Add a version check in snf-image-update-helper. After the creation
37           of the helper, check if the versions of snf-image-{host,helper} match
38         * Remove the HELPER_PKG variable from common.sh. The helper package by
39           default should get downloaded from a repo using
40           snf-image-update-helper. You can still install a package from the
41           local file system using the -p variable.
42         * Specify snf-image-helper as the init process when running the helper
43           VM
44
45 2012-11-20, v0.6.5
46
47 2012-11-15, v0.6.4
48         * Fix a bug in snf-image-update-helper introduced in v0.6.3
49
50 2012-11-13, v0.6.3
51         * Fix a bug in snf-image-update-helper where the temporary image file
52           was not removed if an error occured.
53
54 2012-10-12, v0.6.2
55         * Seperate the error messages that should be logged by the system from
56           those that should be propagated to the user through the monitoring
57           mechanism. Don't allow internal configuration options get revieled to
58           the user.
59
60 2012-10-05, v0.6.1
61         * Use Coordinated Universal Time when logging.
62         * Fix a bug in the way snf-image-update-helper reads the links of the
63           kernel and the initrd in the helper VM.
64         * Use environmental variables instead of input options to pass sensitive
65           data to pithcat. This is needed because when pithcat is running, every
66           user can see the program's command line by using ps.
67
68 2012-09-15, v0.6
69         * Fix import and export scripts
70         * Add new config_url os parameter. This can be used by snf-image to
71           download a json file that contains the value for other os parameters
72
73 2012-08-31, v0.5
74         * Add a new progress monitoring mechanism. With this new mechanism,
75           snf-image can output progress and error messages to external programs
76           when running.
77         * Make the name of image properties case insensitive
78         * Abandon timelimit command in favor of timeout
79         * Add support for null image backend type. This backend type can be
80           used if we want snf-image to configure the VM disk without first
81           copying an image to it.
82
83 2012-06-29, v0.4.2
84
85 2012-05-28, v0.4.1
86
87 2012-05-17, v0.4
88         * Remove progress-monitor-support flag. An external progress monitor
89           programm will be used if --with-progress-monitor flag is used in
90           configure or if PROGRESS_MONITOR variable in the defaults file has a
91           non-empty value
92         * Remove --enable-pithos-backend option in configure. This will be
93           detected at runtime
94         * Create package list in snf-update-helper every time debootstrap is
95           performed. If a cache file is found, snf-update-helper will use this
96           list to determine if it is OK to use this cache file or not.
97         * Add mechanism for overwritting the helper's Unattend.xml file
98
99 2012-03-29, v0.3.6
100         * Make snf-image-update-helper ask whether to use the found deboostrap
101           cache file when in interactive mode.
102         * Make the system update the default debootstrap cache file when -c
103           option is used and it's value does not point to a cache file.
104
105 2012-03-26, v0.3.5
106
107 2012-03-05, v0.3.4
108
109 2012-02-29, v0.3.3
110         * Fix a bug in pithcat where the restored image had incorrect
111           size. The trailing zeros in the image files where not restored.
112
113 2012-02-06, v0.3.2
114         * Make pithcat work with pithos v0.8.3
115
116 2012-01-26, v0.3.1
117
118 2011-01-12, v0.3
119         * Put all helpers run-time created files in a tmpfs jail
120         * Remove the ARCH field from the image name
121         * Support remote (network accessable) and pithos hosted images
122         * Remove custom images format (remote images is a supergroup)
123
124 2011-11-18, v0.2
125         * Support diskdump format
126         * Support custom images format. Custom images are diskdump images
127           that can be accessed from a URL
128         * Add a new OS parameter (img_properties)
129
130 2011-10-20, v0.1.2
131         * Fix a debootstrap bug in snf-image-update-helper
132         * Use --one-file-system option when creating cache for update-helper
133         * Add setting for allowing the user to manually pick a debian mirror
134           for debootstrap.
135
136 2011-10-17, v0.1.1
137         * Replace $(var) with ${var} in defaults file.
138         * Fix a dangerous-use-of-xargs bug in create.
139
140 2011-10-04, v0.1
141         * Initial release