Skip to content

Commit 403c4ce

Browse files
committed
inet 4.5 release news
1 parent 02ddd4e commit 403c4ce

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

Download.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ Downloads of stable releases are available here. It is recommended that you use
1414

1515
Latest releases:
1616

17-
<a class="btn btn-primary" href="https://github.com/inet-framework/inet/releases/download/v4.4.1/inet-4.4.1-src.tgz">Download latest stable version (4.4.1, for OMNeT++ 6.0)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.4.1/WHATSNEW))
17+
<a class="btn btn-primary" href="https://github.com/inet-framework/inet/releases/download/v4.5.0/inet-4.5.0-src.tgz">Download latest stable version (4.5.0, for OMNeT++ 6.0)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.5.0/WHATSNEW))
1818

1919
## OMNeT++ Compatibility
2020

21-
* OMNeT++ 6.0: INET [3.8.3], [4.2.10], [4.3.9], [4.4.0], master branch
21+
* OMNeT++ 6.0.x: INET [3.8.3], [4.2.10], [4.3.9], [4.4.1], [4.5.0], master branch
2222
* OMNeT++ 5.7: INET [3.7.1], [3.8.3], [4.2.10]
2323
* OMNeT++ 5.6.2: INET [3.7.1], [4.2.5]
2424

2525
## Older releases (please do not use them for new projects):
2626

27+
* [INET 4.4.1](https://github.com/inet-framework/inet/releases/download/v4.4.1/inet-4.4.1-src.tgz) for OMNeT++ 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.4.1/WHATSNEW))
2728
* [INET 4.4.0](https://github.com/inet-framework/inet/releases/download/v4.4.0/inet-4.4.0-src.tgz) for OMNeT++ 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.4.0/WHATSNEW))
2829
* [INET 4.3.9](https://github.com/inet-framework/inet/releases/download/v4.3.9/inet-4.3.9-src.tgz) for OMNeT++ 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.3.9/WHATSNEW))
2930
* [INET 4.2.10](https://github.com/inet-framework/inet/releases/download/v4.2.10/inet-4.2.10-src.tgz) for OMNeT++ 5.7, 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.2.10/WHATSNEW))
@@ -64,6 +65,8 @@ To help porting old INET based models to the latest OMNeT++ version, we provide
6465

6566
Installation instructions are available [here](Installation.html).
6667

68+
[4.5.0]: <https://github.com/inet-framework/inet/releases/download/v4.5.0/inet-4.5.0-src.tgz>
69+
[4.4.1]: <https://github.com/inet-framework/inet/releases/download/v4.4.1/inet-4.4.1-src.tgz>
6770
[4.4.0]: <https://github.com/inet-framework/inet/releases/download/v4.4.0/inet-4.4.0-src.tgz>
6871
[4.3.9]: <https://github.com/inet-framework/inet/releases/download/v4.3.9/inet-4.3.9-src.tgz>
6972
[4.3.8]: <https://github.com/inet-framework/inet/releases/download/v4.3.8/inet-4.3.8-src.tgz>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: post
3+
title: INET-4.5.0 Released
4+
category: news
5+
---
6+
This is a new minor stable release within the INET 4.x branch. The main feature of this release is the ability to concurrently run multiple simulations within the same process (requires OMNeT++ 7.0 preview 2 or later), along with an extended Ethernet cut-through switching functionality.
7+
8+
There are also a number of small improvements, and several bug fixes. Some changes are backward incompatible, so existing models may need to be updated. This version requires OMNeT++ 6.0 or later.
9+
10+
For a complete list of all added, removed, and changed folders, NED modules, packet chunks, packet tags, statistics, C++ classes, and signals please refer to the ChangeLog file in the src folder.
11+
12+
For general overview see [WHATSNEW](https://github.com/inet-framework/inet/blob/v4.5.0/WHATSNEW)
13+
14+
[Download INET-4.5.0](https://github.com/inet-framework/inet/releases/download/v4.5.0/inet-4.5.0-src.tgz)

0 commit comments

Comments
 (0)