Skip to content

Commit

Permalink
Dynamips 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Mar 31, 2018
1 parent 4f58a57 commit 2b08d40
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 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.17 )
set ( DYNAMIPS_VERSION_TRAIN 0.2.18 )
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 @@ -2983,3 +2983,12 @@ Fixed packet capture on Mac OS X (echoed packets)
* Fix build on FreeBSD
* NM-16ESW: process packets even if MAC address table is full. Fixes #72.

+--------------------+
| Release: v0.2.18 |
+--------------------+

31-03-2018
----------

* Allow to reuse socket in udp_connect. Fixes #87
* Fix segfault when exporting startup-config. Fixes #68
13 changes: 6 additions & 7 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
Release Notes for Cisco router simulator (Dynamips)
===================================================

Version: v0.2.17
Version: v0.2.18

Release date: Monday, July 24st, 2017 (2017-07-24)
Release date: Saturday, March 31st, 2018 (2018-03-31)

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

License: GNU GPLv2


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

* Set nonblocking I/O for UDP sockets
* Fix tap interface usage on FreeBSD
* Fix build on FreeBSD
* NM-16ESW: process packets even if MAC address table is full. Fixes #72.
* Allow to reuse socket in udp_connect. Fixes #87
* Fix segfault when exporting startup-config. Fixes #68


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 = "2017072410";
const char *sw_version_tag = "2018033112";

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

0 comments on commit 2b08d40

Please sign in to comment.