Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / ChangeLog @ e6493c86

History | View | Annotate | Download (2.1 kB)

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