Prep for release (Update NEWS, translations, configure...)
This commit is contained in:
parent
2ce3fef46b
commit
fd2bca7e5a
13
NEWS
13
NEWS
|
@ -1,6 +1,19 @@
|
|||
Virtual Machine Manager News
|
||||
============================
|
||||
|
||||
Release 0.8.1 (December 3rd, 2009)
|
||||
----------------------------------
|
||||
|
||||
- VM Migration wizard, exposing various migration options
|
||||
- Enumerate CDROM and bridge devices on remote connections
|
||||
- Can once again list multiple graphs in main manager window (Jon Nordby)
|
||||
- Support disabling dhcp (Michal Novotny), and specifying 'routed' type for
|
||||
new virtual networks
|
||||
- Support storage pool source enumeration for LVM, NFS, and SCSI
|
||||
- Allow changing VM ACPI, APIC, clock offset, individual vcpu pinning,
|
||||
and video model (vga, cirrus, etc.)
|
||||
- Many improvements and bugfixes
|
||||
|
||||
Release 0.8.0 (July 28th, 2009)
|
||||
-------------------------------
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
AC_INIT(virt-manager, 0.8.0)
|
||||
AC_INIT(virt-manager, 0.8.1)
|
||||
AC_CONFIG_SRCDIR(src/virt-manager.py.in)
|
||||
dnl Make automake keep quiet about wildcards & other GNUmake-isms
|
||||
AM_INIT_AUTOMAKE([-Wno-portability])
|
||||
|
@ -10,7 +10,7 @@ AM_GNU_GETTEXT_VERSION([0.14.1])
|
|||
AM_GNU_GETTEXT([external])
|
||||
|
||||
# Latest virtinst version required to run
|
||||
VIRTINST_VERSION="0.400.3"
|
||||
VIRTINST_VERSION="0.500.1"
|
||||
AC_SUBST([VIRTINST_VERSION])
|
||||
|
||||
dnl ====================================
|
||||
|
|
|
@ -5,8 +5,8 @@ Preparing the source tree:
|
|||
|
||||
1. Sync up latest translations - see po/README.txt
|
||||
2. Change release number in configure.ac
|
||||
3. Update virtinst version requirement in spec and configure.ac
|
||||
3. Update NEWS file
|
||||
3. Update virtinst version requirement in configure.ac
|
||||
3. Update NEWS file (and spec with release info)
|
||||
4. Re-generate ChangeLog with 'hg log --style changelog > ChangeLog'
|
||||
6. Update virt-manager.spec.in changelog & reset Release to '1'
|
||||
5. Checkin changes
|
||||
|
|
3325
po/bn_IN.po
3325
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
3378
po/pt_BR.po
3378
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
3638
po/sr@latin.po
3638
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
3649
po/zh_CN.po
3649
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
3694
po/zh_TW.po
3694
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
|
@ -37,7 +37,7 @@ Requires: gnome-python2-gnomekeyring >= 2.15.4
|
|||
# Minimum we've tested with
|
||||
Requires: libxml2-python >= 2.6.23
|
||||
# Absolutely require this version or later
|
||||
Requires: python-virtinst >= 0.500.0
|
||||
Requires: python-virtinst >= @VIRTINST_VERSION@
|
||||
# Required for loading the glade UI
|
||||
Requires: pygtk2-libglade
|
||||
# Required for our graphics which are currently SVG format
|
||||
|
|
Loading…
Reference in New Issue