mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Version 1.3.3
This commit is contained in:
parent
b2457e0b3b
commit
078b72cafd
@ -1,5 +1,12 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.3.3 14/05/15
|
||||||
|
|
||||||
|
* Check for empty iourc path.
|
||||||
|
* Fixes bugs with IOS router configs. Fixes #354.
|
||||||
|
* Use a temporary directory as egg cache
|
||||||
|
* Catch crash error in IOU in case of permission denied
|
||||||
|
|
||||||
## 1.3.3rc1 07/05/2015
|
## 1.3.3rc1 07/05/2015
|
||||||
|
|
||||||
* Return an error if an adapter slot doesn't exist on an IOS router.
|
* Return an error if an adapter slot doesn't exist on an IOS router.
|
||||||
|
@ -23,5 +23,5 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "1.3.3.dev3"
|
__version__ = "1.3.3"
|
||||||
__version_info__ = (1, 3, 3, -99)
|
__version_info__ = (1, 3, 3, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user