diff --git a/CMakeLists.txt b/CMakeLists.txt index ab27955da..5b1eac12f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) diff --git a/ChangeLog b/ChangeLog index 4df098382..2369f6609 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f0e4859cd..287c0b3de 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 ============