Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / ChangeLog @ e6493c86

History | View | Annotate | Download (2.1 kB)

1
2012-10-03, v0.4.3
2
	* Fix a bug in the way the helper VM image kernel and initrd links where read
3
	  by snf-image-update-helper.
4
	* Use Coordinated Universal Time when logging
5

    
6
2012-06-29, v0.4.2
7

    
8
2012-05-28, v0.4.1
9

    
10
2012-05-17, v0.4
11
	* Remove progress-monitor-support flag. An external progress monitor
12
	  programm will be used if --with-progress-monitor flag is used in
13
	  configure or if PROGRESS_MONITOR variable in the defaults file has a
14
	  non-empty value
15
	* Remove --enable-pithos-backend option in configure. This will be
16
	  detected at runtime
17
	* Create package list in snf-update-helper every time debootstrap is
18
	  performed. If a cache file is found, snf-update-helper will use this
19
	  list to determine if it is OK to use this cache file or not.
20
	* Add mechanism for overwritting the helper's Unattend.xml file
21

    
22
2012-03-29, v0.3.6
23
	* Make snf-image-update-helper ask whether to use the found deboostrap
24
	  cache file when in interactive mode.
25
	* Make the system update the default debootstrap cache file when -c
26
	  option is used and it's value does not point to a cache file.
27

    
28
2012-03-26, v0.3.5
29

    
30
2012-03-05, v0.3.4
31

    
32
2012-02-29, v0.3.3
33
	* Fix a bug in pithcat where the restored image had incorrect
34
	  size. The trailing zeros in the image files where not restored.
35

    
36
2012-02-06, v0.3.2
37
	* Make pithcat work with pithos v0.8.3
38

    
39
2012-01-26, v0.3.1
40

    
41
2011-01-12, v0.3
42
	* Put all helpers run-time created files in a tmpfs jail
43
	* Remove the ARCH field from the image name
44
	* Support remote (network accessable) and pithos hosted images
45
	* Remove custom images format (remote images is a supergroup)
46

    
47
2011-11-18, v0.2
48
	* Support diskdump format
49
	* Support custom images format. Custom images are diskdump images
50
	  that can be accessed from a URL
51
	* Add a new OS parameter (img_properties)
52

    
53
2011-10-20, v0.1.2
54
	* Fix a debootstrap bug in snf-image-update-helper
55
	* Use --one-file-system option when creating cache for update-helper
56
	* Add setting for allowing the user to manually pick a debian mirror
57
	  for debootstrap.
58

    
59
2011-10-17, v0.1.1
60
	* Replace $(var) with ${var} in defaults file.
61
	* Fix a dangerous-use-of-xargs bug in create.
62

    
63
2011-10-04, v0.1
64
	* Initial release