Skip to content

Commit

Permalink
1.5.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Jun 1, 2016
1 parent 9b99a03 commit ad7ecb8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 1.5.0rc1 01/06/2016

* Save an restore docker permission
* Export the list of volumes to a env variable accessible in the container
* Fix a crash when docker start command is None
* Ubridge 0.9.4 is require
* Generate a MAC address using the project + node UUID. Ref #522.
* Catch extra args in windows signal handler
* Allow to block network traffic originating from the host OS for vmnet interfaces (Windows only).
* Fix an import error when you have no GNS3 VM
* Warn if you can not export a file due to permission issue
* Do not delete adapters when stopping a VMware VM. Ref #1066.
* Allocate a new vmnet interface if vmnet 0 1 or 8 is set to a custom adapter. Set adapter type to all adapters regardless if already configured or added by GNS3.
* Set default VMware VM adapter type to e1000.

## 1.5.0b1 23/05/2016

* Allow an IOS router to stop even the Dynamips hypervisor command fail to be sent. Ref #488.
Expand Down
2 changes: 1 addition & 1 deletion gns3server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "1.5.0dev5"
__version__ = "1.5.0rc1"
__version_info__ = (1, 5, 0, -99)

0 comments on commit ad7ecb8

Please sign in to comment.