Skip to content

Commit ad30c52

Browse files
committed
inet 4.3.7, 4.2.9 and 3.8.2 release
1 parent ffdd46f commit ad30c52

2 files changed

Lines changed: 37 additions & 3 deletions

File tree

Download.md

Lines changed: 8 additions & 3 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.3.6/inet-4.3.6-src.tgz">Download latest stable version (4.3.6, for OMNeT++ 6.0pre15)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.3.6/WHATSNEW))
17+
<a class="btn btn-primary" href="https://github.com/inet-framework/inet/releases/download/v4.3.7/inet-4.3.7-src.tgz">Download latest stable version (4.3.7, for OMNeT++ 6.0rc1)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.3.7/WHATSNEW))
1818

1919
## OMNeT++ Compatibility
2020

21-
* OMNeT++ 6.0pre14: INET [3.8.1], [4.2.8], [4.3.5]
22-
* OMNeT++ 5.7.0: INET [3.7.1], [3.8.1], [4.2.8]
21+
* OMNeT++ 6.0rc1: INET [3.8.2], [4.2.9], [4.3.7], master branch
22+
* OMNeT++ 5.7.0: INET [3.7.1], [3.8.2], [4.2.9]
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.2.8](https://github.com/inet-framework/inet/releases/download/v4.2.8/inet-4.2.8-src.tgz) for OMNeT++ 5.7, 6.0pre15 ([What's New](https://github.com/inet-framework/inet/blob/v4.2.8/WHATSNEW))
2728
* [INET 4.2.7](https://github.com/inet-framework/inet/releases/download/v4.2.7/inet-4.2.7-src.tgz) for OMNeT++ 5.7, 6.0pre13 ([What's New](https://github.com/inet-framework/inet/blob/v4.2.7/WHATSNEW))
2829
* [INET 4.2.5](https://github.com/inet-framework/inet/releases/download/v4.2.5/inet-4.2.5-src.tgz) for OMNeT++ 5.4.1 - 5.6.2 ([What's New](https://github.com/inet-framework/inet/blob/v4.2.5/WHATSNEW))
2930
* [INET 4.1.2](https://github.com/inet-framework/inet/releases/download/v4.1.2/inet-4.1.2-src.tgz) for OMNeT++ 5.4.1 ([What's New](https://github.com/inet-framework/inet/blob/v4.1.2/WHATSNEW))
@@ -59,11 +60,15 @@ To help porting old INET based models to the latest OMNeT++ version, we provide
5960

6061
Installation instructions are available [here](Installation.html).
6162

63+
[4.3.7]: <https://github.com/inet-framework/inet/releases/download/v4.3.7/inet-4.3.7-src.tgz>
64+
[4.3.6]: <https://github.com/inet-framework/inet/releases/download/v4.3.6/inet-4.3.6-src.tgz>
6265
[4.3.5]: <https://github.com/inet-framework/inet/releases/download/v4.3.5/inet-4.3.5-src.tgz>
6366
[4.3.4]: <https://github.com/inet-framework/inet/releases/download/v4.3.4/inet-4.3.4-src.tgz>
67+
[4.2.9]: <https://github.com/inet-framework/inet/releases/download/v4.2.9/inet-4.2.9-src.tgz>
6468
[4.2.8]: <https://github.com/inet-framework/inet/releases/download/v4.2.8/inet-4.2.8-src.tgz>
6569
[4.2.7]: <https://github.com/inet-framework/inet/releases/download/v4.2.7/inet-4.2.7-src.tgz>
6670
[4.2.5]: <https://github.com/inet-framework/inet/releases/download/v4.2.5/inet-4.2.5-src.tgz>
71+
[3.8.2]: <https://github.com/inet-framework/inet/releases/download/v3.8.2/inet-3.8.2-src.tgz>
6772
[3.8.1]: <https://github.com/inet-framework/inet/releases/download/v3.8.1/inet-3.8.1-src.tgz>
6873
[3.8.0]: <https://github.com/inet-framework/inet/releases/download/v3.8.0/inet-3.8.0-src.tgz>
6974
[3.7.1]: <https://github.com/inet-framework/inet/releases/download/v3.7.1/inet-3.7.1-src.tgz>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: post
3+
title: INET-4.3.7, 4.2.9 and 3.8.2 Released
4+
category: news
5+
---
6+
These maintenance releases contain compatibility fixes for OMNeT++ 6.0 Release Candidate 1 and OMNeT++ 5.7.
7+
8+
We are releasing these versions along with OMNeT++ 5.7 and OMNeT++ 6.0rc1 to help migrating your project to OMNeT++ 6.0. Here is an OMNeT++ compatibility list for various INET versions:
9+
10+
- INET 3.7.x: OMNeT++ 5.3 - 5.6.2
11+
- INET 3.8.2: OMNeT++ 5.7.0, 6.0rc1
12+
- INET 4.2.5: OMNeT++ 5.4.1 - 5.6.2
13+
- INET 4.2.9: OMNeT++ 5.7.0, 6.0rc1
14+
15+
If you have a project that uses OMNeT++ 5.x and INET 3.x we recommend to migrate in several smaller steps (at least internally):
16+
17+
1. Migrate to OMNeT++ 5.7
18+
2. Migrate to INET 3.8
19+
3. Migrate to OMNeT++ 6.0
20+
4. Migrate to INET 4.2.9
21+
5. Finally migrate to INET 4.3.7 (or the master branch)
22+
23+
(step 3 and 4 can be done in reverse order, too)
24+
25+
[Download INET-4.3.7](https://github.com/inet-framework/inet/releases/download/v4.3.7/inet-4.3.7-src.tgz)
26+
27+
[Download INET-4.2.9](https://github.com/inet-framework/inet/releases/download/v4.2.9/inet-4.2.9-src.tgz)
28+
29+
[Download INET-3.8.2](https://github.com/inet-framework/inet/releases/download/v3.8.2/inet-3.8.2-src.tgz)

0 commit comments

Comments
 (0)