mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
1.3.5
This commit is contained in:
parent
94fbd3fac9
commit
d88c5648de
12
CHANGELOG
12
CHANGELOG
@ -1,5 +1,17 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.3.5 16/06/15
|
||||||
|
|
||||||
|
* Ignore invalid characters when reading the output of a process
|
||||||
|
* Turn on / off authentication
|
||||||
|
* Ensure no colored output on Windows
|
||||||
|
* Do not stop saving IOS router configs when there is an exception while a project is committed.
|
||||||
|
* Create a private config file if expected
|
||||||
|
* Distribute our own version of netifaces working with python 3
|
||||||
|
* Fix crash if a private config exist in IOS but no private config file
|
||||||
|
* Basic Auth support
|
||||||
|
* Fix crash when virtualbox list of VMS return an empty line
|
||||||
|
|
||||||
## 1.3.4 02/06/15
|
## 1.3.4 02/06/15
|
||||||
|
|
||||||
* Drop useless dependencie dateutil
|
* Drop useless dependencie dateutil
|
||||||
|
@ -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.5dev1"
|
__version__ = "1.3.5"
|
||||||
__version_info__ = (1, 3, 5, -99)
|
__version_info__ = (1, 3, 5, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user