We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cd08f commit 6e24afdCopy full SHA for 6e24afd
CHANGELOG.md
@@ -22,3 +22,4 @@
22
- Unsupported machine type [\#390]
23
- Check and add graphics params in xml definition [\#473]
24
- Public checkbox does nothing [\#472]
25
+- libvirt error code: 1, message: internal error: client socket is closed [\#493]
lib/Ravada.pm
@@ -3,7 +3,7 @@ package Ravada;
3
use warnings;
4
use strict;
5
6
-our $VERSION = '0.2.11-rc5';
+our $VERSION = '0.2.11-rc6';
7
8
use Carp qw(carp croak);
9
use Data::Dumper;
0 commit comments