Skip to content

Commit

Permalink
1.4.0alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Aug 4, 2015
1 parent 1613999 commit 2e6c438
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gns3server/version.py
Original file line number Diff line number Diff line change
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.0dev4"
__version__ = "1.4.0alpha4"
__version_info__ = (1, 4, 0, -99)

0 comments on commit 2e6c438

Please sign in to comment.