Skip to content

Commit

Permalink
Going for release 0.3 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Nov 21, 2017
1 parent 22df38d commit 358361a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
21 changes: 2 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,8 @@

**Implemented enhancements:**

- Show information about downloading ISO [\#185]
- Create new machine from ISO [\#138]
- Add graphics options in VM settings [\#260]
- Add a description associated with the machine [\#275]
- Improve show clones in admin [\#279]
- Running development release [\#281]
- Add Windows' definitions for new machines [\#289]
- Give feedback on rename machine [\#291]
- Copy spice password to clipboard [\#300]
- API for opening a Virtual Machine [\#306]
- Disable running Base [\#327]
- Review volatile desktops and Kiosk mode [\#320]
- Manage user permissions [\#222]

**Fixed bugs:**

- KVM domains start when creating base [\#271]
- Swap volume should not be mandatory [\#278]
- Allow dot, underscore and dash in the username [\#311]
- Check for duplicate machine name on copy [\#313]
- Wait for prepare base before create vm [\#314]
- rvd services start before mysql [\#321]
- Download Debian stretch iso fails [\#326]
- Xubuntu ISO files conflict [\#335]
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.10';
our $VERSION = '0.3.0';

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

0 comments on commit 358361a

Please sign in to comment.