Revision 3d492b09

b/NEWS
1
Version 1.2b3
2
  - Another round of updates to the DRBD 8 code to deal with more
3
    failures in the replace secondary node operation
4
  - Some more logging of failures in disk operations (lvm, drbd)
5
  - A few documentation updates
6
  - QA updates
7

  
1 8
Version 1.2b2
2 9
  - Change configuration file format from Python's Pickle to JSON.
3 10
    Upgrading is possible using the cfgupgrade utility.
b/configure.ac
1 1
# Configure script for Ganeti
2 2
AC_PREREQ(2.59)
3
AC_INIT(ganeti, 1.2b2, ganeti@googlegroups.com)
3
AC_INIT(ganeti, 1.2b3, 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
605 605
      </para>
606 606

  
607 607
        <screen>
608
tar xvzf ganeti-1.2b2.tar.gz
609
cd ganeti-1.2b2
608
tar xvzf ganeti-1.2b3.tar.gz
609
cd ganeti-1.2b3
610 610
./configure --localstatedir=/var --sysconfdir=/etc
611 611
make
612 612
make install
......
652 652

  
653 653
      <screen>
654 654
cd /srv/ganeti/os
655
tar xvf ganeti-instance-debian-etch-0.2.tar
656
mv ganeti-instance-debian-etch-0.2 debian-etch
655
tar xvf ganeti-instance-debian-etch-0.3.tar
656
mv ganeti-instance-debian-etch-0.3 debian-etch
657 657
      </screen>
658 658

  
659 659
      <para>

Also available in: Unified diff