From 3a8d02ec8174edb5fc5edf1e5ed697c36625f4e5 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sat, 6 Jun 2015 18:21:50 -0400 Subject: [PATCH] =?UTF-8?q?Rebased=20to=20version=201.2.1=20Bugfix=20relea?= =?UTF-8?q?se=20Fix=20connecting=20to=20older=20libvirt=20versions=20(Mich?= =?UTF-8?q?a=C5=82=20K=C4=99pie=C5=84)=20Fix=20connecting=20to=20VM=20cons?= =?UTF-8?q?ole=20with=20non-IP=20hostname=20(Giuseppe=20Scrivano)=20Fix=20?= =?UTF-8?q?addhardware/create=20wizard=20errors=20when=20a=20nodedev=20dis?= =?UTF-8?q?appears=20Fix=20adding=20a=20second=20cdrom=20via=20customize?= =?UTF-8?q?=20dialog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources | 2 +- virt-manager.spec | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sources b/sources index f1fda10..26d1138 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -89e6c816054f3a3751100a8d79ec97c2 virt-manager-1.2.0.tar.gz +c8045da517e7c9d8696e22970291c55e virt-manager-1.2.1.tar.gz diff --git a/virt-manager.spec b/virt-manager.spec index 45c2002..8eb9c4e 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -20,7 +20,7 @@ # End local config Name: virt-manager -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist} %define verrel %{version}-%{release} @@ -213,6 +213,14 @@ fi %{_bindir}/virt-xml %changelog +* Sat Jun 06 2015 Cole Robinson - 1.2.1-1 +- Rebased to version 1.2.1 +- Bugfix release +- Fix connecting to older libvirt versions (Michał Kępień) +- Fix connecting to VM console with non-IP hostname (Giuseppe Scrivano) +- Fix addhardware/create wizard errors when a nodedev disappears +- Fix adding a second cdrom via customize dialog + * Mon May 04 2015 Cole Robinson - 1.2.0-1 - Rebased to version 1.2.0