diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | virt-manager.spec.in | 2 |
3 files changed, 12 insertions, 2 deletions
@@ -1,6 +1,16 @@ Virtual Machine Manager ChangeLog ================================= +Release 0.1.3 +------------- + + * Fixed DBus service activation & general brokenness + * Added a display of virtual CPU count in summary page + * Fixed alignment of status label in details page + * Make hardware config panel resizeable + * Switch detailed graph rendering to use sparkline code + * Switch to use filled sparkline graphs + Release 0.1.2 ------------- diff --git a/configure.ac b/configure.ac index 4e151ead..7371562e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT(virt-manager.spec.in) -AM_INIT_AUTOMAKE(virt-manager, 0.1.2) +AM_INIT_AUTOMAKE(virt-manager, 0.1.3) AC_PROG_CC AC_PROG_LIBTOOL diff --git a/virt-manager.spec.in b/virt-manager.spec.in index bbbc4e62..b3438b56 100644 --- a/virt-manager.spec.in +++ b/virt-manager.spec.in @@ -4,7 +4,7 @@ Name: @PACKAGE@ Version: @VERSION@ -Release: 3%{_extra_release} +Release: 1%{_extra_release} Summary: Virtual Machine Manager Group: Applications/Emulators |