Skip to content

Commit

Permalink
1.4.0alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Jul 22, 2015
1 parent 111ed74 commit e05ee6b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 1.4.0alpha2 22/07/2015

* Cloud support with the GNS3 VM.
* Display an error message when Qemu binaries cannot be retrieved in the Qemu VM configuration page.
* Remove default FLASH when no hda disk for Qemu VMs. Fixes #535.
* Use the registry to find vmrun if the default VMware install path doesn't exist. Fixes #546.
* Avoid the creation of a NIO when one has been cancelled.
* Fix Crash with chinese characters
* Display an error if terminal command is invalid
* Prevents "Show in File Manager" to be used with generic switches.
* Remove unused dependencies
* Drop PyQt4 support and show an error for users
* Fixes symbol for VM template gone after restart. Fixes #538.
* Fix VirtualBox GNS3 VM
* Fix issue with remote server not saved/migrated
* Remove ram as a mandatory dynamips settings
* Force UTF-8 when reading server configuration file

## 1.4.0alpha1 09/07/2015

* Remove unused cloud code from the 1.4
Expand Down
4 changes: 2 additions & 2 deletions gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
number has been incremented)
"""

__version__ = "1.4.0dev2"
__version_info__ = (1, 4, 0, -99)
__version__ = "1.4.0alpha2"
__version_info__ = (1, 4, 0, 2)

0 comments on commit e05ee6b

Please sign in to comment.