Skip to content

Commit

Permalink
doc: release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed May 23, 2022
1 parent ed32ead commit ade4bb2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@

**Implemented enhancements:**

- Ubuntu 22.04 [\#1756]
- Feature: cpu features [\#1752]
- Discover virtual machines [\#1751]
- Backup and restore [\#1746]
- Min memory [\#1733]
- Base import [\#1737]
- Enable Nested Virtualization option [\#1726]

**Refactors**

- Improved create base form [\#1755]
- Remove the whole CD section on create base [\#1754]
- Hardware setup in frontend [\#1738]

**Bugfixes**

- cpu detection in bionic libvirt [\#1753]
- CLI shutdown disconnected [\#1450]
- Login LDAP with several uid's [\#1284]
- Fixed changes for Ubuntu Jammy 22.04 [\#1757]
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 = '1.6.0';
our $VERSION = '1.5.1';

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

0 comments on commit ade4bb2

Please sign in to comment.