Skip to content

Commit

Permalink
1.5.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Jun 15, 2016
1 parent 5ca9bec commit 8fbfae6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
@@ -1,5 +1,19 @@
# 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

* Save an restore docker permission
Expand Down
2 changes: 1 addition & 1 deletion gns3server/version.py
Expand Up @@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "1.5.0dev5"
__version__ = "1.5.0rc2"
__version_info__ = (1, 5, 0, -99)

0 comments on commit 8fbfae6

Please sign in to comment.