Skip to content

Commit

Permalink
Release 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Mar 16, 2016
1 parent 242a229 commit 22e995e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ list ( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" )
message ( STATUS "CMAKE_MODULE_PATH=${CMAKE_MODULE_PATH}" )

project ( dynamips C )
set ( DYNAMIPS_VERSION_TRAIN 0.2.15 )
set ( DYNAMIPS_VERSION_TRAIN 0.2.16 )
set ( DYNAMIPS_VERSION_SUB )

include ( utils )
Expand Down
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2959,3 +2959,14 @@ Fixed issue #55 - 'unstable' installs 'stable' version on Mac OS X

Fixed issue #60 - build on Mac OS X
Fixed packet capture on Mac OS X (echoed packets)

+--------------------+
| Release: v0.2.16 |
+--------------------+

16-03-2016
----------

* Add instructions to build on Windows.
* Remove libuuid dependency and NIO Multicast implementation that depends on it. NIO Multicast is never used and maybe not even functional. This will simplify the compilation requirements, especially on Windows with Cygwin.
* EthernetSwitch: Allow to choose ethertype for QinQ outer tag.
13 changes: 7 additions & 6 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
Release Notes for Cisco router simulator (Dynamips)
===================================================

Version: v0.2.15
Version: v0.2.16

Release date: Monday, June 1st, 2015 (2015-06-01)
Release date: Wenesday, March 16st, 2016 (2016-03-16)

Source code: https://github.com/GNS3/dynamips/tree/v0.2.15
Source code: https://github.com/GNS3/dynamips/tree/v0.2.16

License: GNU GPLv2


What's New since v0.2.14
What's New since v0.2.15
========================

Allow building unstable version on Mac OS X
Fixes issue with packet capture on Mac OS X
- Add instructions to build on Windows.
- Remove libuuid dependency and NIO Multicast implementation that depends on it. NIO Multicast is never used and maybe not even functional. This will simplify the compilation requirements, especially on Windows with Cygwin.
- EthernetSwitch: Allow to choose ethertype for QinQ outer tag.

Known Issues
============
Expand Down

0 comments on commit 22e995e

Please sign in to comment.