Skip to content

Commit

Permalink
1.4.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Aug 7, 2015
1 parent 0018658 commit 31b91e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,5 +1,13 @@
# Change Log

## 1.4.0beta1 07/08/2015

* Fix ram setting for Qemu
* Explicit set qemu memory as MB
* Turn off KVM for non x86 architectures
* Send an error when vmware executable cannot be found on Linux. Fixes #288.
* Support for CPUs setting for Qemu VMs.

## 1.4.0alpha4 04/08/2015

* Quote command in qemu debug logs so you can copy/paste them
Expand Down
4 changes: 2 additions & 2 deletions gns3server/version.py
Expand Up @@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "1.4.0dev5"
__version_info__ = (1, 4, 0, -99)
__version__ = "1.4.0beta1"
__version_info__ = (1, 4, 0, 5)

0 comments on commit 31b91e1

Please sign in to comment.