Prep for release 0.9.3

This commit is contained in:
Cole Robinson 2012-07-09 17:06:10 -04:00
parent 241aa06548
commit cf182296fc
3 changed files with 9 additions and 1 deletions

4
NEWS
View File

@ -1,6 +1,10 @@
Virtual Machine Manager News
============================
Release 0.9.3 (July 09, 2012)
-----------------------------
- Fix broken release tar.gz of version 0.9.2
Release 0.9.2 (July 09, 2012)
-----------------------------
- Convert to gtkbuilder: UI can now be editted with modern glade tool

View File

@ -1,5 +1,5 @@
AC_INIT(virt-manager, 0.9.2)
AC_INIT(virt-manager, 0.9.3)
# Latest virtinst version required to run
VIRTINST_VERSION="0.600.2"

View File

@ -289,6 +289,10 @@ update-desktop-database -q %{_datadir}/applications
%endif
%changelog
* Mon Jul 09 2012 Cole Robinson <crobinso@redhat.com> - 0.9.3-1
- virt-manager release 0.9.3
- Fix broken release tar.gz of version 0.9.2
* Mon Jul 09 2012 Cole Robinson <crobinso@redhat.com> - 0.9.2-1
- virt-manager release 0.9.2
- Convert to gtkbuilder: UI can now be editted with modern glade tool