Skip to content

Commit d447ca3

Browse files
authored
Merge pull request #317 from GNS3/release/v0.2.25
Release v0.2.25
2 parents 69d72cf + 79581e1 commit d447ca3

3 files changed

Lines changed: 16 additions & 5 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.24
25+
VERSION 0.2.25
2626
LANGUAGES C
2727
)
2828
set ( DYNAMIPS_VERSION_TRAIN "${PROJECT_VERSION}" )

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3043,3 +3043,12 @@ Fixed packet capture on Mac OS X (echoed packets)
30433043
+--------------------+
30443044

30453045
* Fix memory leaks
3046+
3047+
3048+
+--------------------+
3049+
| Release: v0.2.25 |
3050+
+--------------------+
3051+
3052+
* Fix CMAKE_REQUIRED_FLAGS handling in configure checks
3053+
* Fix TLB exception
3054+
* Support for ppc32

RELEASE-NOTES

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

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

66
Release date: Saturday, Apr 18th, 2026 (2026-04-18)
77

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

1010
License: GNU GPLv2
1111

1212

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

16-
* Fix memory leaks
16+
* Fix CMAKE_REQUIRED_FLAGS handling in configure checks
17+
* Fix TLB exception
18+
* Support for ppc32
1719

1820

1921
Known Issues

0 commit comments

Comments
 (0)