mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
1.5.0b1
This commit is contained in:
parent
7bc0570735
commit
1ddb16eca0
15
CHANGELOG
15
CHANGELOG
@ -1,5 +1,20 @@
|
||||
# Change Log
|
||||
|
||||
## 1.5.0b1 23/05/2016
|
||||
|
||||
* Allow an IOS router to stop even the Dynamips hypervisor command fail to be sent. Ref #488.
|
||||
* Extract private-config only when necessary (content is different than the default). Fixes #520.
|
||||
* Fixes disabling the VPCS relay feature. Fixes #521.
|
||||
* Fixes wrong exception in Docker VM implementation.
|
||||
* Force Npcap DLL to be used first for Dynamips and uBridge (instead of the one from Winpcap if installed).
|
||||
* Fixed startup-config is lost if you change any IOS router settings. Fixes #1233.
|
||||
* Fixes check for NPF service and add check for NPCAP service on Windows.
|
||||
* Fix ProcessLookupError X11VNC
|
||||
* Force tag latest for docker image if no tag is specified
|
||||
* Cleanup unbreakable space
|
||||
* Do not raise error if vmrun.exe is named vmrun.EXE
|
||||
* Load docker api only for Linux
|
||||
|
||||
## 1.5.0a2 10/05/2016
|
||||
|
||||
* Fix distribution on PyPi
|
||||
|
@ -23,5 +23,5 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "1.5.0dev3"
|
||||
__version__ = "1.5.0b1"
|
||||
__version_info__ = (1, 5, 0, -99)
|
||||
|
Loading…
Reference in New Issue
Block a user