Skip to content

Commit 1e6678d

Browse files
committed
inet 4.5.4 released
1 parent 3868d5d commit 1e6678d

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

Download.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Downloads of stable releases are available here. It is recommended that you use
1212

1313
Latest releases:
1414

15-
<a class="btn btn-primary" href="https://github.com/inet-framework/inet/releases/download/v4.5.2/inet-4.5.2-src.tgz">Download latest stable version (4.5.2, for OMNeT++ 6.x)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.5.2/WHATSNEW))
15+
<a class="btn btn-primary" href="https://github.com/inet-framework/inet/releases/download/v4.5.4/inet-4.5.4-src.tgz">Download latest stable version (4.5.4, for OMNeT++ 6.x)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.5.4/WHATSNEW))
1616

1717
## OMNeT++ Compatibility
1818

19-
* OMNeT++ 6.1: INET master branch
20-
* OMNeT++ 6.0.x: INET [3.8.4], [4.2.10], [4.3.9], [4.4.2], [4.5.2], master branch
19+
* OMNeT++ 6.1: INET [4.5.4], master branch
20+
* OMNeT++ 6.0.x: INET [3.8.4], [4.2.10], [4.3.9], [4.4.2], [4.5.4], master branch
2121
* OMNeT++ 5.7: INET [3.7.1], [3.8.3], [4.2.10]
2222
* OMNeT++ 5.6.2: INET [3.7.1], [4.2.5]
2323

@@ -67,6 +67,7 @@ To help porting old INET based models to the latest OMNeT++ version, we provide
6767

6868
Installation instructions are available [here](Installation.html).
6969

70+
[4.5.4]: <https://github.com/inet-framework/inet/releases/download/v4.5.4/inet-4.5.4-src.tgz>
7071
[4.5.2]: <https://github.com/inet-framework/inet/releases/download/v4.5.2/inet-4.5.2-src.tgz>
7172
[4.5.1]: <https://github.com/inet-framework/inet/releases/download/v4.5.1/inet-4.5.1-src.tgz>
7273
[4.5.0]: <https://github.com/inet-framework/inet/releases/download/v4.5.0/inet-4.5.0-src.tgz>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: post
3+
title: INET-4.5.4 Released
4+
category: news
5+
---
6+
A minor patch release containing OMNeT++ 6.1 compatibility fixes (enum related issues). It contains also [fixes](https://github.com/inet-framework/inet/compare/v4.5.2...v4.5.4) for #880, #886, #913, #919, #956, #967, #974, #982. Several memory leak errors were fixed. Added logging and testing framework enhancements. Added a python/requirements.txt so Python dependencies can be installed by pip install -r python/requirements.txt. Fixed escaping errors with Python 3.12 in pythons scripts.
7+
8+
Test framework enhancements:
9+
10+
- Added new commands inet_run_*_tests to allow running various tests.
11+
- Smoke tests are executed for run #0 only by default.
12+
- Tests marked intentionally as SKIP are now left out from the test execution.
13+
- Added inet_run_release_tests for pre-release testing.
14+
- A lot of miscellaneous fixes.
15+
16+
17+
For general overview see [WHATSNEW](https://github.com/inet-framework/inet/blob/v4.5.4/WHATSNEW)
18+
19+
[Download INET-4.5.4](https://github.com/inet-framework/inet/releases/download/v4.5.4/inet-4.5.4-src.tgz)

0 commit comments

Comments
 (0)