Skip to content

Commit

Permalink
Dynamips 0.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jul 12, 2019
1 parent f56b074 commit 58b0dbe
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.20 )
set ( DYNAMIPS_VERSION_TRAIN 0.2.21 )
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 @@ -3010,3 +3010,12 @@ Fixed packet capture on Mac OS X (echoed packets)
----------

* New fix for segmentation fault when using localtime() (64-bit only). Fixes #91

+--------------------+
| Release: v0.2.21 |
+--------------------+

12-07-2019
----------

* Fix SEGV during snprintf and localtime_r. 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.20
Version: v0.2.21

Release date: Wednesday, February 20th, 2019 (2019-02-20)
Release date: Friday, July 12th, 2019 (2019-07-12)

Source code: https://github.com/GNS3/dynamips/tree/v0.2.20
Source code: https://github.com/GNS3/dynamips/tree/v0.2.21

License: GNU GPLv2


What's New since v0.2.19
What's New since v0.2.20
========================

* New fix for segmentation fault when using localtime() (64-bit only). Fixes #91
* Fix SEGV during snprintf and localtime_r. 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 @@ -73,7 +73,7 @@ const char *os_name = STRINGIFY(OSNAME);
const char *sw_version = DYNAMIPS_VERSION"-"JIT_ARCH;

/* Software version tag */
const char *sw_version_tag = "2019022012";
const char *sw_version_tag = "2019071212";

/* Hypervisor */
int hypervisor_mode = 0;
Expand Down

0 comments on commit 58b0dbe

Please sign in to comment.