Skip to content

Commit

Permalink
Dynamips 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jan 19, 2019
1 parent 33022ed commit d2b8de0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 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.18 )
set ( DYNAMIPS_VERSION_TRAIN 0.2.19 )
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 @@ -2992,3 +2992,12 @@ Fixed packet capture on Mac OS X (echoed packets)

* Allow to reuse socket in udp_connect. Fixes #87
* Fix segfault when exporting startup-config. Fixes #68

+--------------------+
| Release: v0.2.19 |
+--------------------+

19-01-2019
----------

* Fix segmentation fault when using localtime() (64-bit only). Fixes #91
11 changes: 5 additions & 6 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
Release Notes for Cisco router simulator (Dynamips)
===================================================

Version: v0.2.18
Version: v0.2.19

Release date: Saturday, March 31st, 2018 (2018-03-31)
Release date: Saturday, January 19th, 2019 (2019-01-19)

Source code: https://github.com/GNS3/dynamips/tree/v0.2.18
Source code: https://github.com/GNS3/dynamips/tree/v0.2.19

License: GNU GPLv2


What's New since v0.2.17
What's New since v0.2.18
========================

* Allow to reuse socket in udp_connect. Fixes #87
* Fix segfault when exporting startup-config. Fixes #68
* Fix 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 @@ -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 = "2018033112";
const char *sw_version_tag = "2019011912";

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

0 comments on commit d2b8de0

Please sign in to comment.