Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / ChangeLog @ fb391215

History | View | Annotate | Download (1 kB)

1
2012-02-29, v0.3.3
2
	* Fix a bug in pithcat where the restored image had incorrect
3
          size. The trailing zeros in the image files where not restored.
4

    
5
2012-02-06, v0.3.2
6
	* Make pithcat work with pithos v0.8.3
7

    
8
2012-01-26, v0.3.1
9

    
10
2011-01-12, v0.3
11
	* Put all helpers run-time created files in a tmpfs jail
12
	* Remove the ARCH field from the image name
13
	* Support remote (network accessable) and pithos hosted images
14
	* Remove custom images format (remote images is a supergroup)
15

    
16
2011-11-18, v0.2
17
	* Support diskdump format
18
	* Support custom images format. Custom images are diskdump images
19
	  that can be accessed from a URL
20
	* Add a new OS parameter (img_properties)
21

    
22
2011-10-20, v0.1.2
23
	* Fix a debootstrap bug in snf-image-update-helper
24
	* Use --one-file-system option when creating cache for update-helper
25
	* Add setting for allowing the user to manually pick a debian mirror
26
	  for debootstrap.
27

    
28
2011-10-17, v0.1.1
29
	* Replace $(var) with ${var} in defaults file.
30
	* Fix a dangerous-use-of-xargs bug in create.
31

    
32
2011-10-04, v0.1
33
	* Initial release