pull/625/head v1.5.0
Julien Duponchelle 8 years ago
parent 1f0fe6d304
commit 2739483751
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -1,5 +1,14 @@
# Change Log
## 1.5.0 27/06/2016
* Fix import of project with no disk
* Allow for (a lot) more docker container ports. Fixes #593.
* Raise an error if you try to use Docker on non Linux host
* Fix a crash in Docker if daemon stop to respond
* Fix a crash if Dynamips router has no initial configuration
* Kill ghosts process at startup (Dynamips, VPCS, Ubridge)
## 1.5.0rc2 15/06/2016
* Fix black screen with Qt app in Docker container

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.5.0dev6"
__version_info__ = (1, 5, 0, -99)
__version__ = "1.5.0"
__version_info__ = (1, 5, 0, 0)

Loading…
Cancel
Save