Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / ChangeLog @ cf2fee6e

History | View | Annotate | Download (1.9 kB)

1 5fc02e52 Nikos Skalkotos
2012-05-17, v0.4
2 5fc02e52 Nikos Skalkotos
	* Remove progress-monitor-support flag. An external progress monitor
3 5fc02e52 Nikos Skalkotos
	  programm will be used if --with-progress-monitor flag is used in
4 5fc02e52 Nikos Skalkotos
	  configure or if PROGRESS_MONITOR variable in the defaults file has a
5 5fc02e52 Nikos Skalkotos
	  non-empty value
6 5fc02e52 Nikos Skalkotos
	* Remove --enable-pithos-backend option in configure. This will be
7 5fc02e52 Nikos Skalkotos
	  detected at runtime
8 5fc02e52 Nikos Skalkotos
	* Create package list in snf-update-helper every time debootstrap is
9 5fc02e52 Nikos Skalkotos
	  performed. If a cache file is found, snf-update-helper will use this
10 5fc02e52 Nikos Skalkotos
	  list to determine if it is OK to use this cache file or not.
11 5fc02e52 Nikos Skalkotos
	* Add mechanism for overwritting the helper's Unattend.xml file
12 5fc02e52 Nikos Skalkotos
13 cf2fee6e Nikos Skalkotos
2012-03-29, v0.3.6
14 1a16b855 Nikos Skalkotos
	* Make snf-image-update-helper ask whether to use the found deboostrap
15 5fc02e52 Nikos Skalkotos
	  cache file when in interactive mode.
16 5fc02e52 Nikos Skalkotos
	* Make the system update the default debootstrap cache file when -c
17 5fc02e52 Nikos Skalkotos
	  option is used and it's value does not point to a cache file.
18 1a16b855 Nikos Skalkotos
19 5a023838 Nikos Skalkotos
2012-03-26, v0.3.5
20 5a023838 Nikos Skalkotos
21 06757f5e Nikos Skalkotos
2012-03-05, v0.3.4
22 06757f5e Nikos Skalkotos
23 fb391215 Nikos Skalkotos
2012-02-29, v0.3.3
24 fb391215 Nikos Skalkotos
	* Fix a bug in pithcat where the restored image had incorrect
25 5a023838 Nikos Skalkotos
	  size. The trailing zeros in the image files where not restored.
26 fb391215 Nikos Skalkotos
27 44b1d96f Nikos Skalkotos
2012-02-06, v0.3.2
28 44b1d96f Nikos Skalkotos
	* Make pithcat work with pithos v0.8.3
29 44b1d96f Nikos Skalkotos
30 4f25a20d Nikos Skalkotos
2012-01-26, v0.3.1
31 4f25a20d Nikos Skalkotos
32 582c1223 Nikos Skalkotos
2011-01-12, v0.3
33 379a77c5 Nikos Skalkotos
	* Put all helpers run-time created files in a tmpfs jail
34 379a77c5 Nikos Skalkotos
	* Remove the ARCH field from the image name
35 379a77c5 Nikos Skalkotos
	* Support remote (network accessable) and pithos hosted images
36 379a77c5 Nikos Skalkotos
	* Remove custom images format (remote images is a supergroup)
37 379a77c5 Nikos Skalkotos
38 302cbc2b Nikos Skalkotos
2011-11-18, v0.2
39 7a72942e Nikos Skalkotos
	* Support diskdump format
40 7a72942e Nikos Skalkotos
	* Support custom images format. Custom images are diskdump images
41 7a72942e Nikos Skalkotos
	  that can be accessed from a URL
42 7a72942e Nikos Skalkotos
	* Add a new OS parameter (img_properties)
43 7a72942e Nikos Skalkotos
44 edbc7ebf Nikos Skalkotos
2011-10-20, v0.1.2
45 edbc7ebf Nikos Skalkotos
	* Fix a debootstrap bug in snf-image-update-helper
46 edbc7ebf Nikos Skalkotos
	* Use --one-file-system option when creating cache for update-helper
47 edbc7ebf Nikos Skalkotos
	* Add setting for allowing the user to manually pick a debian mirror
48 edbc7ebf Nikos Skalkotos
	  for debootstrap.
49 edbc7ebf Nikos Skalkotos
50 1a38f03a Nikos Skalkotos
2011-10-17, v0.1.1
51 1a38f03a Nikos Skalkotos
	* Replace $(var) with ${var} in defaults file.
52 1a38f03a Nikos Skalkotos
	* Fix a dangerous-use-of-xargs bug in create.
53 1a38f03a Nikos Skalkotos
54 1a38f03a Nikos Skalkotos
2011-10-04, v0.1
55 1a38f03a Nikos Skalkotos
	* Initial release