Skip to content

Commit

Permalink
Preparing release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed May 31, 2017
1 parent b21dc36 commit 085dd8a
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:**

- Support sha256 for ISO [\#225]
- Create virtual machine from Fedora Workstation ISO
- Create virtual machine from Lubuntu Desktop ISO
- Create virtual machine from Xubuntu Desktop ISO
- Remove original file for bases [\#217]
- Spinoff incremental KVM volumes only when necessary [\#252]
- Test import KVM domain [\#253]
- Spinoff KVM volumes on import [\#254]

**Fixed bugs:**

- No filename for custom iso images [\#232]
- Client IP is missing from machines list [\#227]
- The header in the requirements page doesn't show options [\#221]
- list iso images fails for fresh installs [\#235]
- Windows XP clone fails [\#247]
- Add user remote database issue [\#248]
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.2.7-beta2';
our $VERSION = '0.2.7-beta3';

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

0 comments on commit 085dd8a

Please sign in to comment.