Skip to content

Commit e49c548

Browse files
committed
INET 4.3.5 release
1 parent bd12727 commit e49c548

2 files changed

Lines changed: 38 additions & 3 deletions

File tree

Download.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ 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.4/inet-4.3.4-src.tgz">Download latest stable version (4.3.4, for OMNeT++ 6.0pre13)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.3.4/WHATSNEW))
17+
<a class="btn btn-primary" href="https://github.com/inet-framework/inet/releases/download/v4.3.5/inet-4.3.5-src.tgz">Download latest stable version (4.3.5, for OMNeT++ 6.0pre14)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.3.5/WHATSNEW))
1818

1919
## OMNeT++ Compatibility
2020

21-
* OMNeT++ 6.0pre13: INET [3.8.0], [4.2.7], [4.3.4]
22-
* OMNeT++ 5.7.0: INET [3.7.1], [3.8.0], [4.2.7]
21+
* OMNeT++ 6.0pre13: 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]
2323
* OMNeT++ 5.6.2: INET [3.7.1], [4.2.5]
2424

2525
## Older releases (please do not use them for new projects):
@@ -59,8 +59,11 @@ To help porting old INET based models to the latest OMNeT++ version, we provide
5959

6060
Installation instructions are available [here](Installation.html).
6161

62+
[4.3.5]: <https://github.com/inet-framework/inet/releases/download/v4.3.5/inet-4.3.5-src.tgz>
6263
[4.3.4]: <https://github.com/inet-framework/inet/releases/download/v4.3.4/inet-4.3.4-src.tgz>
64+
[4.2.8]: <https://github.com/inet-framework/inet/releases/download/v4.2.8/inet-4.2.8-src.tgz>
6365
[4.2.7]: <https://github.com/inet-framework/inet/releases/download/v4.2.7/inet-4.2.7-src.tgz>
6466
[4.2.5]: <https://github.com/inet-framework/inet/releases/download/v4.2.5/inet-4.2.5-src.tgz>
67+
[3.8.1]: <https://github.com/inet-framework/inet/releases/download/v3.8.1/inet-3.8.1-src.tgz>
6568
[3.8.0]: <https://github.com/inet-framework/inet/releases/download/v3.8.0/inet-3.8.0-src.tgz>
6669
[3.7.1]: <https://github.com/inet-framework/inet/releases/download/v3.7.1/inet-3.7.1-src.tgz>
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: post
3+
title: INET-4.3.5, 4.2.8 and 3.8.1 Released
4+
category: news
5+
---
6+
These maintenance releases contain compatibility fixes for OMNeT++ 6.0 Preview 14 and OMNeT++ 5.7.
7+
8+
We are releasing these versions along with OMNeT++ 5.7 and OMNeT++ 6.0pre14 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.1: OMNeT++ 5.7.0, 6.0pre14
12+
- INET 4.2.5: OMNeT++ 5.4.1 - 5.6.2
13+
- INET 4.2.8: OMNeT++ 5.7.0, 6.0pre14
14+
- INET 4.3.3: OMNeT++ 6.0pre12
15+
- INET 4.3.4: OMNeT++ 6.0pre13
16+
- INET 4.3.5: OMNeT++ 6.0pre14
17+
18+
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):
19+
20+
1. Migrate to OMNeT++ 5.7
21+
2. Migrate to INET 3.8
22+
3. Migrate to OMNeT++ 6.0
23+
4. Migrate to INET 4.2
24+
5. Finally migrate to INET 4.3
25+
26+
(step 3 and 4 can be done in reverse order, too)
27+
28+
[Download INET-4.3.5](https://github.com/inet-framework/inet/releases/download/v4.3.5/inet-4.3.5-src.tgz)
29+
30+
[Download INET-4.2.8](https://github.com/inet-framework/inet/releases/download/v4.2.8/inet-4.2.8-src.tgz)
31+
32+
[Download INET-3.8.1](https://github.com/inet-framework/inet/releases/download/v3.8.1/inet-3.8.1-src.tgz)

0 commit comments

Comments
 (0)