From 95f9431b59ab3144cb5b746b00e8714d75c724ad Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 13 Mar 2015 22:00:19 -0600 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 52012e13..a80989ce 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,33 +1,37 @@ # Change Log +## 1.3.0beta2 13/03/2015 + +* Fixed issue when VBoxManage returns an error. +* Server handler to shutdown a local server. +* List the iourc file in upload handler. +* Fixed hostid error. +* Support RAM setting for VirtualBox VMs. +* Alternative local server shutdown (intended for Windows). +* Request user permission to kill the local server if it cannot be stopped. + ## 1.3.0beta1 11/03/2015 -* New title for VMs/Devices/routers preference pages. -* Deactivate auto idle-pc in contextual menu while we think about a better implementation. * Optional IOU license key check. -* Relative picture paths are saved in projects. * Relative path support of IOU, IOS and Qemu images. -* More checks when automatically starting the local server and find an alternative port if needed. +* Do not give attachment warning for generic attachments in VirtualBox. * Support for HDC and HDD disk images in Qemu. -* Fixed base IOS and IOU base configs. -* Fixed GNS3 console issues. -* Renamed server.conf and server.ini to gns3_server.conf and gns3_server.ini respectively. -* Remove remote servers list from module preferences + some other prefences re-factoring. -* Automatically convert old projects on remote servers. -* Bump the progress dialog minimum duration before display to 1000ms. -* Fixed port listing bug with Cloud and Host nodes. +* Fixed bug when starting a packet capture in VirtualBox with the project path containing spaces. +* Renames server.conf and server.ini to gns3_server.conf and gns3_server.ini respectively. +* Use TCP instead of Telnet to communicate with Qemu monitor. +* Have the server look in the right place for relative image paths. +* Fixed bugs when checking if this is a local project. +* Concert old projects on remote servers. +* Properly restore configs for Dynamips routers. +* Fixed rename bug for linked clones in VirtualBox. +* Makes absolute path checks work on Windows. +* Upload IOURC file via the web interface +* Upload interface allows users to choose an image type. * Fixed Qemu networking. -* Give a warning when a object is move the background layer. -* Option to draw a rectangle when a node is selected. -* New project icon (little yellow indicator). -* Default name for screenshot file is "screenshot". -* Alignment options (horizontal & vertical). -* Fixed import / export of the preferences file. -* Fixed pkg_ressource bug. -* Brought back Qemu preferences page. -* Include SSL cacert file with GNS3 Windows exe and Mac OS App to send crash report using HTTPS. -* Fixed adapter bug with VirtualBox. -* Fixed various errors when a project was not initialized. +* Fixed suspend and resume for Qemu VMs. +* Fixed crash when you start capture on a non running IOU. +* Fixed Telnet server initialization issue in VirtualBox. +* Disconnect network cable if adapter is not attached in VirtualBox vNIC. ## 1.3.0alpha1 03/03/2015