1.4.0alpha4

This commit is contained in:
grossmj 2015-08-04 11:51:25 -06:00
parent 1613999689
commit 2e6c438208
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Change Log
## 1.4.0alpha4 04/08/2015
* Quote command in qemu debug logs so you can copy/paste them
* Support for Qemu disk interfaces, cd/dvd-rom image and boot priority. Fixes #278.
* Check for VMware Player version >= 7 and VMware Workstation >= 11. Fixes #286.
* Catch GeneratorExit exception when trying to create a Ghost IOS image.
* Backport: removes code that deletes IOS router instance files.
## 1.3.9 03/08/2015
* Backport: removes code that deletes IOS router instance files.

View File

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.4.0dev4"
__version__ = "1.4.0alpha4"
__version_info__ = (1, 4, 0, -99)