From 10a75c119d007172d3bba064c23d2b8a98f12abc Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 20 Feb 2019 18:42:57 +0700 Subject: [PATCH] Dynamips 0.2.20 --- CMakeLists.txt | 2 +- ChangeLog | 9 +++++++++ RELEASE-NOTES | 10 +++++----- common/dynamips.c | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7bc79134..cee7c58cb 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.19 ) +set ( DYNAMIPS_VERSION_TRAIN 0.2.20 ) set ( DYNAMIPS_VERSION_SUB ) include ( utils ) diff --git a/ChangeLog b/ChangeLog index aadd17e40..212b0e936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3001,3 +3001,12 @@ Fixed packet capture on Mac OS X (echoed packets) ---------- * Fix segmentation fault when using localtime() (64-bit only). Fixes #91 + ++--------------------+ +| Release: v0.2.20 | ++--------------------+ + +20-02-2019 +---------- + +* New fix for segmentation fault when using localtime() (64-bit only). Fixes #91 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c4331e423..ba7c28248 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,19 +1,19 @@ Release Notes for Cisco router simulator (Dynamips) =================================================== -Version: v0.2.19 +Version: v0.2.20 -Release date: Saturday, January 19th, 2019 (2019-01-19) +Release date: Wednesday, February 20th, 2019 (2019-02-20) -Source code: https://github.com/GNS3/dynamips/tree/v0.2.19 +Source code: https://github.com/GNS3/dynamips/tree/v0.2.20 License: GNU GPLv2 -What's New since v0.2.18 +What's New since v0.2.19 ======================== -* Fix segmentation fault when using localtime() (64-bit only). Fixes #91 +* New fix for segmentation fault when using localtime() (64-bit only). Fixes #91 Known Issues diff --git a/common/dynamips.c b/common/dynamips.c index afa1c80f3..1e9be567d 100644 --- a/common/dynamips.c +++ b/common/dynamips.c @@ -74,7 +74,7 @@ const char *os_name = STRINGIFY(OSNAME); const char *sw_version = DYNAMIPS_VERSION"-"JIT_ARCH; /* Software version tag */ -const char *sw_version_tag = "2019011912"; +const char *sw_version_tag = "2019022012"; /* Hypervisor */ int hypervisor_mode = 0;