Skip to content

Commit

Permalink
release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Jun 22, 2020
1 parent bd3e2d4 commit 379451d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@

**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

**Bugfixes**

- LDAP access settings broken #1277
- Wrong display ip on nodes #1262
- Do not use forced display ip on nodes #1261
- Volatile volumes won't get deleted on shutdown in nodes [\#1345]
- Restricted field from table domain ports missing on upgrade [\#1350]
- Change order of boxes to change password [\#1351]
- Current password is not checked when local user changes password [\#1352]
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.3';

use Carp qw(carp croak);
use Data::Dumper;
Expand Down
3 changes: 3 additions & 0 deletions templates/bootstrap/authors.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<li>Fernando Verdugo</li>
<li>Francesc Guasch</li>
<li>Gabriel Silva</li>
<li>Gloria Rodríguez</li>
<li>Guillermo Miranda</li>
<li>Jirayu Laungwilawan</li>
<li>Joan Sanchez</li>
Expand All @@ -37,6 +38,8 @@
</ul>
<%=l 'Thanks to:' %>
<ul>
<li>Albert Petit</li>
<li>Jorge Mata</li>
<li>Francesc Oller</li>
<li>Jose Manuel Martin Torilo</li>
</ul>

0 comments on commit 379451d

Please sign in to comment.