From 6e24afd8b3ac6d3546736e54c504660f043b3867 Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Tue, 28 Nov 2017 11:10:15 +0100 Subject: [PATCH] Fixed #493 and added to 0.2.11 --- CHANGELOG.md | 1 + lib/Ravada.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 051ba5097..a8d6efecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,3 +22,4 @@ - Unsupported machine type [\#390] - Check and add graphics params in xml definition [\#473] - Public checkbox does nothing [\#472] +- libvirt error code: 1, message: internal error: client socket is closed [\#493] diff --git a/lib/Ravada.pm b/lib/Ravada.pm index 40d933ed2..e8c7d38bd 100644 --- a/lib/Ravada.pm +++ b/lib/Ravada.pm @@ -3,7 +3,7 @@ package Ravada; use warnings; use strict; -our $VERSION = '0.2.11-rc5'; +our $VERSION = '0.2.11-rc6'; use Carp qw(carp croak); use Data::Dumper;