Skip to content

Commit 181e34f

Browse files
committed
INET 4.5.1 released
1 parent 403c4ce commit 181e34f

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

Download.md

Lines changed: 4 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.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))
17+
<a class="btn btn-primary" href="https://github.com/inet-framework/inet/releases/download/v4.5.1/inet-4.5.1-src.tgz">Download latest stable version (4.5.1, for OMNeT++ 6.0)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.5.1/WHATSNEW))
1818

1919
## OMNeT++ Compatibility
2020

21-
* OMNeT++ 6.0.x: INET [3.8.3], [4.2.10], [4.3.9], [4.4.1], [4.5.0], master branch
21+
* OMNeT++ 6.0.x: INET [3.8.3], [4.2.10], [4.3.9], [4.4.1], [4.5.1], 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.5.0](https://github.com/inet-framework/inet/releases/download/v4.5.0/inet-4.5.0-src.tgz) for OMNeT++ 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.5.0/WHATSNEW))
2728
* [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))
2829
* [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))
2930
* [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))
@@ -65,6 +66,7 @@ To help porting old INET based models to the latest OMNeT++ version, we provide
6566

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

69+
[4.5.1]: <https://github.com/inet-framework/inet/releases/download/v4.5.1/inet-4.5.1-src.tgz>
6870
[4.5.0]: <https://github.com/inet-framework/inet/releases/download/v4.5.0/inet-4.5.0-src.tgz>
6971
[4.4.1]: <https://github.com/inet-framework/inet/releases/download/v4.4.1/inet-4.4.1-src.tgz>
7072
[4.4.0]: <https://github.com/inet-framework/inet/releases/download/v4.4.0/inet-4.4.0-src.tgz>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: post
3+
title: INET-4.5.1 Released
4+
category: news
5+
---
6+
This patch release resolves a Windows-specific linker error (missing symbols) that occurred when trying to build model frameworks based on INET. It was fixed by adding INET_API annotations where they were missing.
7+
8+
For general overview see [WHATSNEW](https://github.com/inet-framework/inet/blob/v4.5.1/WHATSNEW)
9+
10+
[Download INET-4.5.1](https://github.com/inet-framework/inet/releases/download/v4.5.1/inet-4.5.1-src.tgz)

0 commit comments

Comments
 (0)