mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
1.5.2
This commit is contained in:
parent
6b8e93f847
commit
f358cb45a2
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 1.5.2 18/08/2016
|
||||
|
||||
* Move utils.vmnet to gns3 namespace
|
||||
* Fix Exporting portable projects with QEMU includes base images even when selecting no.
|
||||
* Catch error when md5sum file is corrupted
|
||||
* requirements.txt : added support for newer aiohttp version
|
||||
* Improve compaction of .gns3project
|
||||
* Fix crash when winpcap is not installed
|
||||
|
||||
## 1.5.1 07/07/2016
|
||||
|
||||
* Increase the number of interface for docker
|
||||
|
@ -23,5 +23,5 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "1.5.2dev1"
|
||||
__version_info__ = (1, 5, 2, -99)
|
||||
__version__ = "1.5.2"
|
||||
__version_info__ = (1, 5, 2, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user