Skip to content

Commit

Permalink
Dynamips 0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Feb 20, 2019
1 parent 34f9879 commit 10a75c1
Show file tree
Hide file tree
Showing 4 changed files with 16 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.19 )
set ( DYNAMIPS_VERSION_TRAIN 0.2.20 )
set ( DYNAMIPS_VERSION_SUB )

include ( utils )
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/dynamips.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10a75c1

Please sign in to comment.