Skip to content

Commit

Permalink
release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Jun 3, 2020
1 parent 1eba13f commit 8e27895
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@

**Implemented enhancements:**

- Improve set date #1279
- Slow response on admin machines page #1276
- Launch virtual machine in same node if possible #1274
- Slow start when nodes down #1265
- Cope with base file missing on node #1264
- Set miminal memory in nodes [\#1297]
- Auto shutdown disconnected desktops [\#1283]

**Bugfixes**

- LDAP access settings broken #1277
- Wrong display ip on nodes #1262
- Do not use forced display ip on nodes #1261
- posix group with format cn=name fails [\#1319]
- Add network hardware duplicates MAC [\#1294]
- New created machines appear locked [\#1333]
- Base volumes get removed after changing hardware [\#1340]
2 changes: 1 addition & 1 deletion lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Ravada;
use warnings;
use strict;

our $VERSION = '0.8.0';
our $VERSION = '0.8.2';

use Carp qw(carp croak);
use Data::Dumper;
Expand Down

0 comments on commit 8e27895

Please sign in to comment.