Revision e709baee

b/NEWS
1
Version 1.2.2
2
  - fix ‘gnt-instance modify’ breakage introduced in 1.2.1 with the HVM
3
    support (issue 23)
4
  - add command aliases infrastructure and a few aliases
5
  - allow listing of VCPUs in the gnt-instance list and improve the man
6
    pages and the --help option of gnt-node/gnt-instance list
7
  - fix gnt-backup list with down nodes (issue 21)
8
  - change the tools location (move from $pkgdatadir to
9
    $pkglibdir/tools)
10
  - fix the dist archive and add a check for including svn/git files in
11
    the future
12
  - some developer-related changes: improve the burnin and the QA
13
    suite, add an upload script for testing during development
14

  
1 15
Version 1.2.1
2 16
  - experimental HVM support, read the install document, section
3 17
    "Initializing the cluster"
b/configure.ac
1 1
# Configure script for Ganeti
2 2
AC_PREREQ(2.59)
3
AC_INIT(ganeti, 1.2.1, ganeti@googlegroups.com)
3
AC_INIT(ganeti, 1.2.2, ganeti@googlegroups.com)
4 4
AC_CONFIG_AUX_DIR(autotools)
5 5
AC_CONFIG_SRCDIR(configure)
6 6
AM_INIT_AUTOMAKE([foreign tar-ustar])
b/doc/install.sgml
623 623
      </para>
624 624

  
625 625
        <screen>
626
tar xvzf ganeti-1.2.1.tar.gz
627
cd ganeti-1.2.1
626
tar xvzf ganeti-1.2.2.tar.gz
627
cd ganeti-1.2.2
628 628
./configure --localstatedir=/var --sysconfdir=/etc
629 629
make
630 630
make install

Also available in: Unified diff