mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
1.5.0rc2
This commit is contained in:
parent
5ca9becdf9
commit
8fbfae6a98
14
CHANGELOG
14
CHANGELOG
@ -1,5 +1,19 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.5.0rc2 15/06/2016
|
||||||
|
|
||||||
|
* Fix black screen with Qt app in Docker container
|
||||||
|
* Detect when command in the container exit
|
||||||
|
* Docker when the aux console exit and restart it
|
||||||
|
* Pass by default the environment variable container=docker
|
||||||
|
* Fix busybox binary location
|
||||||
|
* Avoid loosing console port for Docker
|
||||||
|
* Workaround a crash in x11vnc
|
||||||
|
* Delete volume when dropping the container
|
||||||
|
* Catch connection reset in ioucon
|
||||||
|
* Delete vlan.dat for L2IOL during config import. Fixes #1285.
|
||||||
|
* Copy original ressources from VOLUMES
|
||||||
|
|
||||||
## 1.5.0rc1 01/06/2016
|
## 1.5.0rc1 01/06/2016
|
||||||
|
|
||||||
* Save an restore docker permission
|
* Save an restore docker permission
|
||||||
|
@ -23,5 +23,5 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "1.5.0dev5"
|
__version__ = "1.5.0rc2"
|
||||||
__version_info__ = (1, 5, 0, -99)
|
__version_info__ = (1, 5, 0, -99)
|
||||||
|
Loading…
Reference in New Issue
Block a user