Skip to content

Commit 3b47cd0

Browse files
committed
Release v2.7.0
This version is based on Valgrind-3.26.0. ### Added - Added verrou_dd_back to perform delta-debugging with the backtrace search space. - Enabled chaining of all verrou_dd_* with post_verrou_dd. - Improved delta-debugging parallelism. - Improved delta-debugging progress reporting. - Added delta-debugging cache cleanup triggered on keyboard interruption (e.g., Ctrl‑C). - Added a practical summary to delta-debugging tools. - Integrated VPREC (many thanks to Yohan Chatelain and the Verificarlo team). - Improved performance of verrou_dd_stdout thanks to the new IOMatch key permutable-bmatch-indexes. - Added a FAQ section to the documentation. - Added counters for operations involving subnormal numbers. - Added a --enable-verrou-optim=no configure flag to reduce memory usage during compilation. - Added daz/dazftz rounding modes. - Added an unfused FMA option. ### Changed - Updated GPL and LGPL to version 3 to match the Valgrind license. - Marked average and average_[[[s]com]det] rounding modes as deprecated. - Renamed average and average_[[[s]com]det] rounding modes to nearness and nearness_[[[s]com]det]. - Various bug fixes.
1 parent 64c6e62 commit 3b47cd0

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [UNRELEASED]
1+
## v2.7.0 - 2026-03-24
22

33
This version is based on Valgrind-3.26.0.
44

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ documentation generation is required (see below).
2727

2828
Documentation and support can also be found in the [verrou_support repository](https://github.com/edf-hpc/verrou_support).
2929

30+
<p>&nbsp</p>
31+
32+
**NB:** This is released version 2.7.0 of Verrou, based on Valgrind v3.26.0. The
33+
development version of Verrou can always be found in the
34+
[`master`](https://github.com/edf-hpc/verrou/) branch. For other versions,
35+
please consult the list of
36+
[releases](https://github.com/edf-hpc/verrou/releases).
37+
38+
3039
## Installation
3140

3241
### Get the sources

valgrind.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ index b86e80220..f67bafdf1 100755
6363
m4_define([v_minor_ver], [26])
6464
m4_define([v_micro_ver], [0])
6565
-m4_define([v_suffix_ver], [])
66-
+m4_define([v_suffix_ver], [verrou-dev])
66+
+m4_define([v_suffix_ver], [verrou-2.7.0])
6767
m4_define([v_rel_date], ["24 Oct 2025"])
6868
m4_define([v_version],
6969
m4_if(v_suffix_ver, [],

0 commit comments

Comments
 (0)