From 01dbaea2e410c0a71830c8bdfe770069a2fdf171 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Wed, 23 Mar 2016 18:11:48 +0100 Subject: [PATCH] 1.4.5 --- CHANGELOG | 13 +++++++++++++ gns3server/version.py | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 631d7c62..31faa0b0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,18 @@ # Change Log +## 1.4.5 23/03/2016 + +* Stop the VMware VM if there is an error while setting up the network connections or console. +* Remote install on 14.04 ubuntu +* Include VMware VMs paths found preferences.ini +* Allow to stop a VMware VM from GNS3 even if halted within the VM. Fixes #1118. +* Keep Dynamips stdout log file in the project directory. +* Get MAC addresses for host interfaces to use for filtering frames from vmnet interfaces. +* Dynamips uuid hypervisor command is no longer supported. +* Restart NPF service after adding vmnet adapters on Windows. +* Support /etc/gns3/gns3_server.conf for the config +* Improve warning if fusion is not installed or in non standard location + ## 1.4.4 23/02/2016 * Check if VMware Fusion is correctly installed when retrieving the VM list. diff --git a/gns3server/version.py b/gns3server/version.py index 35280f9c..adf26cc0 100644 --- a/gns3server/version.py +++ b/gns3server/version.py @@ -23,5 +23,5 @@ # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "1.4.5dev2" -__version_info__ = (1, 4, 5, -99) +__version__ = "1.4.5" +__version_info__ = (1, 4, 5, 0)