Revision 5fc02e52

b/snf-image-helper/ChangeLog
1
2012-05-17, v0.4
2
	* Add support for creating SWAP partitions
3
	* Add support for GPT partition tables
4
	* Add support for resizing logical partitions
5
	* Add mechanism for overwritting Unattend.xml
6

  
1 7
2012-03-29, v0.3.6
2 8

  
3 9
2012-03-26, v0.3.5
b/snf-image-helper/configure.ac
1 1
AC_PREREQ(2.59)
2
AC_INIT(snf-image-helper, 0.3.6, synnefo@lists.grnet.gr)
2
AC_INIT(snf-image-helper, 0.4, synnefo@lists.grnet.gr)
3 3

  
4 4
AC_CONFIG_AUX_DIR(autotools)
5 5
AC_CONFIG_SRCDIR(configure)
b/snf-image-host/ChangeLog
1
2012-05-17, v0.4
2
	* Remove progress-monitor-support flag. An external progress monitor
3
	  programm will be used if --with-progress-monitor flag is used in
4
	  configure or if PROGRESS_MONITOR variable in the defaults file has a
5
	  non-empty value
6
	* Remove --enable-pithos-backend option in configure. This will be
7
	  detected at runtime
8
	* Create package list in snf-update-helper every time debootstrap is
9
	  performed. If a cache file is found, snf-update-helper will use this
10
	  list to determine if it is OK to use this cache file or not.
11
	* Add mechanism for overwritting the helper's Unattend.xml file
12

  
1 13
2012-03-29, v0.3.5
2 14
	* 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.
15
	  cache file when in interactive mode.
16
	* Make the system update the default debootstrap cache file when -c
17
	  option is used and it's value does not point to a cache file.
6 18

  
7 19
2012-03-26, v0.3.5
8 20

  
b/snf-image-host/configure.ac
1 1
AC_PREREQ(2.59)
2
AC_INIT(snf-image, 0.3.6, synnefo@lists.grnet.gr)
2
AC_INIT(snf-image, 0.4, synnefo@lists.grnet.gr)
3 3

  
4 4
AC_CONFIG_AUX_DIR(autotools)
5 5
AC_CONFIG_SRCDIR(configure)

Also available in: Unified diff