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