Skip to content

Commit 6e24afd

Browse files
committed
Fixed #493 and added to 0.2.11
1 parent 11cd08f commit 6e24afd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
- Unsupported machine type [\#390]
2323
- Check and add graphics params in xml definition [\#473]
2424
- Public checkbox does nothing [\#472]
25+
- libvirt error code: 1, message: internal error: client socket is closed [\#493]

lib/Ravada.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Ravada;
33
use warnings;
44
use strict;
55

6-
our $VERSION = '0.2.11-rc5';
6+
our $VERSION = '0.2.11-rc6';
77

88
use Carp qw(carp croak);
99
use Data::Dumper;

0 commit comments

Comments
 (0)