1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-14 12:29:02 +00:00
This commit is contained in:
grossmj 2015-11-02 10:55:32 -07:00
parent 69c38c6414
commit f313ac10c3
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Change Log
## 1.4.0b5 02/11/2015
* Freeze requirements for aiohttp because 0.18 doesn't support Python 3.4.
* Fix crash in IOU config export.
* Raise an error when you use a port outside the ranges. Fixes #739.
* Fixes Windows named pipe issue. Fixes #340.
## 1.4.0b4 19/10/2015
* Support for modifications to a base Qemu VM (not a linked clone).

View File

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.4.0dev10"
__version_info__ = (1, 4, 0, 10)
__version__ = "1.4.0b5"
__version_info__ = (1, 4, 0, -5)