Revision bae27f68

b/NEWS
1
Version 1.2.3
2
  - more tweaks to the disk activation code (especially helpful for DRBD)
3
  - change the default ‘gnt-instance list’ output format, now there is
4
    one combined status field (see the manpage for the exact values this
5
    field will have)
6
  - some more fixes for the mac export to hooks change
7
  - make Ganeti not break with DRBD 8.2.x (which changed the version
8
    format in /proc/drbd) (issue 24)
9
  - add an upgrade tool from ‘remote_raid1’ disk template to ‘drbd’ disk
10
    template, allowing migration from DRBD0.7+MD to DRBD8
11

  
1 12
Version 1.2.2
2 13
  - fix ‘gnt-instance modify’ breakage introduced in 1.2.1 with the HVM
3 14
    support (issue 23)
b/configure.ac
1 1
# Configure script for Ganeti
2 2
AC_PREREQ(2.59)
3
AC_INIT(ganeti, 1.2.2, ganeti@googlegroups.com)
3
AC_INIT(ganeti, 1.2.3, ganeti@googlegroups.com)
4 4
AC_CONFIG_AUX_DIR(autotools)
5 5
AC_CONFIG_SRCDIR(configure)
6 6
AM_INIT_AUTOMAKE([foreign tar-ustar])

Also available in: Unified diff