Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
crobinso committed Mar 24, 2011
1 parent 24045d3 commit 23caae8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
10 changes: 10 additions & 0 deletions NEWS
@@ -1,6 +1,16 @@
Virtual Machine Manager News
============================

Release 0.8.7 (March 24, 2011)
------------------------------
- Allow renaming an offline VM
- Spice password support (Marc-André Lureau)
- Allow editting NIC <virtualport> settings (Gerhard Stenzel)
- Allow enabling/disabling individual CPU features
- Allow easily changing graphics type between VNC and SPICE for existing
VM
- Allow easily changing network source device for existing VM

Release 0.8.6 (Jan 14, 2011)
----------------------------
- SPICE support (requires spice-gtk) (Marc-André Lureau)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,7 +1,7 @@

AC_INIT(virt-manager, 0.8.6)
AC_INIT(virt-manager, 0.8.7)
# Latest virtinst version required to run
VIRTINST_VERSION="0.500.5"
VIRTINST_VERSION="0.500.6"

AC_CONFIG_SRCDIR(src/virt-manager.py.in)
dnl Make automake keep quiet about wildcards & other GNUmake-isms
Expand Down
9 changes: 9 additions & 0 deletions virt-manager.spec.in
Expand Up @@ -153,6 +153,15 @@ fi
%{_datadir}/dbus-1/services/%{name}.service

%changelog
* Thu Mar 24 2011 Cole Robinson <crobinso@redhat.com> - 0.8.7-1
- Allow renaming an offline VM
- Spice password support (Marc-André Lureau)
- Allow editting NIC <virtualport> settings (Gerhard Stenzel)
- Allow enabling/disabling individual CPU features
- Allow easily changing graphics type between VNC and SPICE for existing
VM
- Allow easily changing network source device for existing VM

* Fri Jan 14 2011 Cole Robinson <crobinso@redhat.com> - 0.8.6-1
- SPICE support (requires spice-gtk) (Marc-André Lureau)
- Option to configure CPU model
Expand Down

0 comments on commit 23caae8

Please sign in to comment.