Skip to content

Commit e746ddc

Browse files
1.4.0alpha4
1 parent d186d4c commit e746ddc

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
11
# Change Log
22

3+
## 1.4.0alpha4 04/08/2015
4+
5+
* Use half the available physical memory for the GNS3 VM in the Setup Wizard.
6+
* Drop useless notion of resource_type
7+
* Fix When you modify config from outside router list is not refresh
8+
* Sync auth settings between 1.3 and 1.4
9+
* Group HTTP bad request by path
10+
* Disallow connection to a different major version in all cases
11+
* Show the server choice in wizard if you have a VM or a remote server
12+
* Fix local server settings erased at each launch
13+
* Support for Qemu disk interfaces, cd/dvd-rom image and boot priority.
14+
* Prevents progress dialog to stay displayed (fixes graphical bug).
15+
* Check that DHCP is enabled on the VirtualBox host-only network associated with the VirtualBox GNS3 VM. Fixes #287.
16+
* Fixes Qt5 incompatibility.
17+
* Catch exception when trying to launch Wireshark.
18+
* Fixes migration of cloud interfaces. Fixes #582.
19+
* Wait for the server to be fully started in the GNS3 VM. Fixes #581.
20+
* Fix issue with file upload and Qt 5.5
21+
* Improves the symbol dialog. Implements #514.
22+
323
## 1.3.9 03/08/2015
424

525
* Catch exception when trying to launch Wireshark.
626
* Backport: fixes migration of cloud interfaces.
727

8-
## 1.4.0alpha3 28/07/201
28+
## 1.4.0alpha3 28/07/2015
929

1030
* IOUVM converter
1131
* Create qemu disk image on remote server

gns3/version.py

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

28-
__version__ = "1.4.0dev4"
28+
__version__ = "1.4.0alpha4"
2929
__version_info__ = (1, 4, 0, -99)

0 commit comments

Comments
 (0)