File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525number 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 )
You can’t perform that action at this time.
0 commit comments