Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / ChangeLog @ 1a16b855

History | View | Annotate | Download (1.3 kB)

1
2012-03-29, v0.3.5
2
	* Make snf-image-update-helper ask whether to use the found deboostrap
3
          cache file when in interactive mode.
4
        * Make the system update the default debootstrap cache file when -c option
5
          is used and it's value does not point to a cache file.
6

    
7
2012-03-26, v0.3.5
8

    
9
2012-03-05, v0.3.4
10

    
11
2012-02-29, v0.3.3
12
	* Fix a bug in pithcat where the restored image had incorrect
13
	  size. The trailing zeros in the image files where not restored.
14

    
15
2012-02-06, v0.3.2
16
	* Make pithcat work with pithos v0.8.3
17

    
18
2012-01-26, v0.3.1
19

    
20
2011-01-12, v0.3
21
	* Put all helpers run-time created files in a tmpfs jail
22
	* Remove the ARCH field from the image name
23
	* Support remote (network accessable) and pithos hosted images
24
	* Remove custom images format (remote images is a supergroup)
25

    
26
2011-11-18, v0.2
27
	* Support diskdump format
28
	* Support custom images format. Custom images are diskdump images
29
	  that can be accessed from a URL
30
	* Add a new OS parameter (img_properties)
31

    
32
2011-10-20, v0.1.2
33
	* Fix a debootstrap bug in snf-image-update-helper
34
	* Use --one-file-system option when creating cache for update-helper
35
	* Add setting for allowing the user to manually pick a debian mirror
36
	  for debootstrap.
37

    
38
2011-10-17, v0.1.1
39
	* Replace $(var) with ${var} in defaults file.
40
	* Fix a dangerous-use-of-xargs bug in create.
41

    
42
2011-10-04, v0.1
43
	* Initial release