Skip to content

Commit

Permalink
New release hipercontracer-2.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Feb 16, 2025
1 parent 08682cc commit f20eef8
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT(hipercontracer LANGUAGES C CXX)

SET(BUILD_MAJOR "2")
SET(BUILD_MINOR "0")
SET(BUILD_PATCH "3")
SET(BUILD_PATCH "4")
SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})

# HiPerConTracer needs at least C++17!
Expand Down
24 changes: 24 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
commit 08682cc15e649de39bf58e676cfa7b17c8cf1278
Author: Thomas Dreibholz <dreibh@simula.no>
Date: Sun Feb 16 11:48:38 2025 +0100

Output formatting improvement.

commit 8073144d03cba23271e135824ebc365e618e3ec7
Author: Thomas Dreibholz <dreibh@simula.no>
Date: Sun Feb 16 11:48:16 2025 +0100

Bugfix: Properly handle IPv6 source address changes of the system in ICMP module.

commit 4b83a5d7cfdf3554442ddf176a00dbc3f1b023a7
Author: Thomas Dreibholz <dreibh@simula.no>
Date: Sun Feb 16 11:23:26 2025 +0100

BOOST renamed boost::asio::ip::tcp::resolver::iterator to boost::asio::ip::tcp::resolver::results_type.

commit c349fd7fb7eacda29e384f14248e95bfceb92258
Author: Thomas Dreibholz <dreibh@simula.no>
Date: Sun Feb 16 11:00:17 2025 +0100

New release hipercontracer-2.0.3.

commit 334d8f552fde0de5bd86623515085ef05bcd5165
Author: Thomas Dreibholz <dreibh@simula.no>
Date: Sun Feb 16 10:56:41 2025 +0100
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
hipercontracer (2.0.4-1ubuntu1) noble; urgency=medium

* New upstream release.

-- Thomas Dreibholz <dreibh@simula.no> Sun, 16 Feb 2025 11:52:23 +0100

hipercontracer (2.0.3-1ubuntu1) noble; urgency=medium

* New upstream release.
Expand Down
2 changes: 1 addition & 1 deletion freebsd/hipercontracer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= hipercontracer
DISTVERSION= 2.0.3
DISTVERSION= 2.0.4
CATEGORIES= benchmarks
MASTER_SITES= https://www.nntb.no/~dreibh/hipercontracer/download/

Expand Down
4 changes: 3 additions & 1 deletion rpm/hipercontracer.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hipercontracer
Version: 2.0.3
Version: 2.0.4
Release: 1
Summary: High-Performance Connectivity Tracer (HiPerConTracer)
Group: Applications/Internet
Expand Down Expand Up @@ -1095,6 +1095,8 @@ This metapackage installs all sub-packages of the HiPerConTracer Framework.


%changelog
* Sun Feb 16 2025 Thomas Dreibholz <dreibh@simula.no> - 2.0.4
- New upstream release.
* Sun Feb 16 2025 Thomas Dreibholz <dreibh@simula.no> - 2.0.3
- New upstream release.
* Wed Jan 29 2025 Thomas Dreibholz <dreibh@simula.no> - 2.0.2
Expand Down

0 comments on commit f20eef8

Please sign in to comment.