mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
1.5.1
This commit is contained in:
parent
08956e438c
commit
e1a7efad60
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 1.5.1 07/07/2016
|
||||
|
||||
* Increase the number of interface for docker
|
||||
* Add the method in the bad request answer
|
||||
* Fix a rare crash in IOU
|
||||
* Fix a crash when docker is used but not installed
|
||||
* Backport Docker node hot linking
|
||||
* Allows hot-linking for Docker containers. Ref #267.
|
||||
|
||||
## 1.5.0 27/06/2016
|
||||
|
||||
* Fix import of project with no disk
|
||||
|
@ -23,5 +23,5 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "1.5.1dev1"
|
||||
__version_info__ = (1, 5, 1, -99)
|
||||
__version__ = "1.5.1"
|
||||
__version_info__ = (1, 5, 1, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user