Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / ChangeLog @ 5972f9df

History | View | Annotate | Download (3.2 kB)

1
2012-10-12, v0.6.2
2
	* Seperate the error messages that should be logged by the system from
3
	  those that should be propagated to the user through the monitoring
4
	  mechanism. Don't allow internal configuration options get revieled to
5
	  the user.
6

    
7
2012-10-05, v0.6.1
8
	* Use Coordinated Universal Time when logging.
9
	* Fix a bug in the way snf-image-update-helper reads the links of the
10
	  kernel and the initrd in the helper VM.
11
	* Use environmental variables instead of input options to pass sensitive
12
	  data to pithcat. This is needed because when pithcat is running, every
13
	  user can see the program's command line by using ps.
14

    
15
2012-09-15, v0.6
16
	* Fix import and export scripts
17
	* Add new config_url os parameter. This can be used by snf-image to
18
	  download a json file that contains the value for other os parameters
19

    
20
2012-08-31, v0.5
21
	* Add a new progress monitoring mechanism. With this new mechanism,
22
	  snf-image can output progress and error messages to external programs
23
	  when running.
24
	* Make the name of image properties case insensitive
25
	* Abandon timelimit command in favor of timeout
26
	* Add support for null image backend type. This backend type can be
27
	  used if we want snf-image to configure the VM disk without first
28
	  copying an image to it.
29

    
30
2012-06-29, v0.4.2
31

    
32
2012-05-28, v0.4.1
33

    
34
2012-05-17, v0.4
35
	* Remove progress-monitor-support flag. An external progress monitor
36
	  programm will be used if --with-progress-monitor flag is used in
37
	  configure or if PROGRESS_MONITOR variable in the defaults file has a
38
	  non-empty value
39
	* Remove --enable-pithos-backend option in configure. This will be
40
	  detected at runtime
41
	* Create package list in snf-update-helper every time debootstrap is
42
	  performed. If a cache file is found, snf-update-helper will use this
43
	  list to determine if it is OK to use this cache file or not.
44
	* Add mechanism for overwritting the helper's Unattend.xml file
45

    
46
2012-03-29, v0.3.6
47
	* Make snf-image-update-helper ask whether to use the found deboostrap
48
	  cache file when in interactive mode.
49
	* Make the system update the default debootstrap cache file when -c
50
	  option is used and it's value does not point to a cache file.
51

    
52
2012-03-26, v0.3.5
53

    
54
2012-03-05, v0.3.4
55

    
56
2012-02-29, v0.3.3
57
	* Fix a bug in pithcat where the restored image had incorrect
58
	  size. The trailing zeros in the image files where not restored.
59

    
60
2012-02-06, v0.3.2
61
	* Make pithcat work with pithos v0.8.3
62

    
63
2012-01-26, v0.3.1
64

    
65
2011-01-12, v0.3
66
	* Put all helpers run-time created files in a tmpfs jail
67
	* Remove the ARCH field from the image name
68
	* Support remote (network accessable) and pithos hosted images
69
	* Remove custom images format (remote images is a supergroup)
70

    
71
2011-11-18, v0.2
72
	* Support diskdump format
73
	* Support custom images format. Custom images are diskdump images
74
	  that can be accessed from a URL
75
	* Add a new OS parameter (img_properties)
76

    
77
2011-10-20, v0.1.2
78
	* Fix a debootstrap bug in snf-image-update-helper
79
	* Use --one-file-system option when creating cache for update-helper
80
	* Add setting for allowing the user to manually pick a debian mirror
81
	  for debootstrap.
82

    
83
2011-10-17, v0.1.1
84
	* Replace $(var) with ${var} in defaults file.
85
	* Fix a dangerous-use-of-xargs bug in create.
86

    
87
2011-10-04, v0.1
88
	* Initial release