Skip to content

Commit e05ee6b

Browse files
1.4.0alpha2
1 parent 111ed74 commit e05ee6b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## 1.4.0alpha2 22/07/2015
4+
5+
* Cloud support with the GNS3 VM.
6+
* Display an error message when Qemu binaries cannot be retrieved in the Qemu VM configuration page.
7+
* Remove default FLASH when no hda disk for Qemu VMs. Fixes #535.
8+
* Use the registry to find vmrun if the default VMware install path doesn't exist. Fixes #546.
9+
* Avoid the creation of a NIO when one has been cancelled.
10+
* Fix Crash with chinese characters
11+
* Display an error if terminal command is invalid
12+
* Prevents "Show in File Manager" to be used with generic switches.
13+
* Remove unused dependencies
14+
* Drop PyQt4 support and show an error for users
15+
* Fixes symbol for VM template gone after restart. Fixes #538.
16+
* Fix VirtualBox GNS3 VM
17+
* Fix issue with remote server not saved/migrated
18+
* Remove ram as a mandatory dynamips settings
19+
* Force UTF-8 when reading server configuration file
20+
321
## 1.4.0alpha1 09/07/2015
422

523
* Remove unused cloud code from the 1.4

gns3/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
number has been incremented)
2626
"""
2727

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

0 commit comments

Comments
 (0)