pull/648/head v1.5.2
Julien Duponchelle 8 years ago
parent 6b8e93f847
commit f358cb45a2
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -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…
Cancel
Save