Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / ChangeLog @ 0508e208

History | View | Annotate | Download (2.3 kB)

1
2012-10-04, v0.4.4
2
	* Fix a security issue that could expose pithos DB password to everone
3
	  while pithcat is running.
4

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

    
10
2012-06-29, v0.4.2
11

    
12
2012-05-28, v0.4.1
13

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

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

    
32
2012-03-26, v0.3.5
33

    
34
2012-03-05, v0.3.4
35

    
36
2012-02-29, v0.3.3
37
	* Fix a bug in pithcat where the restored image had incorrect
38
	  size. The trailing zeros in the image files where not restored.
39

    
40
2012-02-06, v0.3.2
41
	* Make pithcat work with pithos v0.8.3
42

    
43
2012-01-26, v0.3.1
44

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

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

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

    
63
2011-10-17, v0.1.1
64
	* Replace $(var) with ${var} in defaults file.
65
	* Fix a dangerous-use-of-xargs bug in create.
66

    
67
2011-10-04, v0.1
68
	* Initial release