Skip to content

Commit 5ae962b

Browse files
authored
Merge pull request #310 from GNS3/release/v0.2.24
Release v0.2.24
2 parents b713c8a + 5b8894f commit 5ae962b

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ list ( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" )
2222
message ( STATUS "CMAKE_MODULE_PATH=${CMAKE_MODULE_PATH}" )
2323

2424
project ( dynamips
25-
VERSION 0.2.23
25+
VERSION 0.2.24
2626
LANGUAGES C
2727
)
2828
set ( DYNAMIPS_VERSION_TRAIN "${PROJECT_VERSION}" )

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3036,3 +3036,10 @@ Fixed packet capture on Mac OS X (echoed packets)
30363036

30373037
* Command line option to configure console binding for TCP/AUX console.
30383038
- Fallbacks to the hypervisor binding address if not set.
3039+
3040+
3041+
+--------------------+
3042+
| Release: v0.2.24 |
3043+
+--------------------+
3044+
3045+
* Fix memory leaks

RELEASE-NOTES

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Release Notes for Cisco router simulator (Dynamips)
22
===================================================
33

4-
Version: v0.2.23
4+
Version: v0.2.24
55

6-
Release date: Monday, Jan 2nd, 2023 (2023-01-02)
6+
Release date: Saturday, Apr 18th, 2026 (2026-04-18)
77

8-
Source code: https://github.com/GNS3/dynamips/tree/v0.2.23
8+
Source code: https://github.com/GNS3/dynamips/tree/v0.2.24
99

1010
License: GNU GPLv2
1111

1212

13-
What's New since v0.2.23
13+
What's New since v0.2.24
1414
========================
1515

16-
* Command line option to configure console binding for TCP/AUX console. Fixes #62
16+
* Fix memory leaks
1717

1818

1919
Known Issues

0 commit comments

Comments
 (0)