Skip to content

Commit 0a1d409

Browse files
committed
prod: WHATSNEW update
1 parent 007e5b9 commit 0a1d409

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

WHATSNEW

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Recent changes in the INET Framework
22
====================================
33

4+
INET-4.5.4 (October 2024) - Stable
5+
----------------------------------
6+
7+
This is a minor patch release containing OMNeT++ 6.1 compatibility fixes (enum
8+
related issues). It contains also fixes for #880, #886, #913, #919, #956,
9+
#967, #974, #982. Several memory lake errors were fixed. Added logging and
10+
testing framework enhancements. Added a `python/requirements.txt` so Python
11+
dependenies can be installed by `pip install -r python/requirements.txt`.
12+
Fixed escaping errors with Python 3.12 in pythons scripts.
13+
14+
Test framework enhancements:
15+
- Added new commands `inet_run_*_tests` to allow running various tests.
16+
- Smoke tests are executed for run #0 only by default.
17+
- Tets marked as intentionally as SKIP are now left out from the test execution.
18+
- Added `inet_run_release_tests` for pre-release testing.
19+
- A lot of mischelanous fixes.
20+
21+
22+
INET-4.5.3 (September 2024) - Stable
23+
------------------------------------
24+
This version was yanked because of `@enum` related issues.
25+
26+
427
INET-4.5.2 (August 2024) - Stable
528
---------------------------------
629

0 commit comments

Comments
 (0)