Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / ChangeLog @ 8e557e10

History | View | Annotate | Download (1.5 kB)

1
2012-05-11, v0.3.7
2
       * Remove the progress-monitor-support flag. snf-image-host will
3
         check PROGRESS_MONITOR value to determine whether to involve progress
4
         monitor or not.
5

    
6
2012-03-29, v0.3.6
7
	* Make snf-image-update-helper ask whether to use the found deboostrap
8
          cache file when in interactive mode.
9
        * Make the system update the default debootstrap cache file when -c option
10
          is used and it's value does not point to a cache file.
11

    
12
2012-03-26, v0.3.5
13

    
14
2012-03-05, v0.3.4
15

    
16
2012-02-29, v0.3.3
17
	* Fix a bug in pithcat where the restored image had incorrect
18
	  size. The trailing zeros in the image files where not restored.
19

    
20
2012-02-06, v0.3.2
21
	* Make pithcat work with pithos v0.8.3
22

    
23
2012-01-26, v0.3.1
24

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

    
31
2011-11-18, v0.2
32
	* Support diskdump format
33
	* Support custom images format. Custom images are diskdump images
34
	  that can be accessed from a URL
35
	* Add a new OS parameter (img_properties)
36

    
37
2011-10-20, v0.1.2
38
	* Fix a debootstrap bug in snf-image-update-helper
39
	* Use --one-file-system option when creating cache for update-helper
40
	* Add setting for allowing the user to manually pick a debian mirror
41
	  for debootstrap.
42

    
43
2011-10-17, v0.1.1
44
	* Replace $(var) with ${var} in defaults file.
45
	* Fix a dangerous-use-of-xargs bug in create.
46

    
47
2011-10-04, v0.1
48
	* Initial release