Skip to content

Commit d69787e

Browse files
author
François Févotte
committed
Release v1.1.0
1 parent 9396699 commit d69787e

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88

99

10-
## [UNRELEASED]
10+
## v1.1.0 - 2017-06-19
11+
12+
This version is based on Valgrind-3.13.0.
13+
14+
### Added
15+
16+
- Command-line option `--vr-seed` allows setting the pRNG seed in order to
17+
reproduce results in `random` and `average` rounding modes.
18+
19+
20+
---
21+
22+
## v1.0.0 - 2017-05-19
1123

1224
This version is based on Valgrind-3.12.0.
1325

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ modes. This can be seen as an asynchronous variant of the CESTAC method, or a
77
subset of Monte Carlo Arithmetic, performing only output randomization through
88
random rounding.
99

10-
**NB:** This is the *development* version of Verrou, currently based on the
11-
latest stable release of Valgrind, v3.13.0. For other versions, please consult
12-
the list of [releases](https://github.com/edf-hpc/verrou/releases).
10+
**NB:** This is released version 1.1.0 of Verrou, based on Valgrind-3.13.0. The
11+
development version of Verrou can always be found in
12+
the [`master`](https://github.com/edf-hpc/verrou/) branch. For other versions,
13+
please consult the list
14+
of [releases](https://github.com/edf-hpc/verrou/releases).
1315

1416

1517
## Installation

valgrind.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Index: configure.ac
2121

2222
# Process this file with autoconf to produce a configure script.
2323
-AC_INIT([Valgrind],[3.13.0],[[email protected]])
24-
+AC_INIT([Valgrind],[3.13.0+verrou-dev],[[email protected]])
24+
+AC_INIT([Valgrind],[3.13.0+verrou-1.1.0],[[email protected]])
2525
AC_CONFIG_SRCDIR(coregrind/m_main.c)
2626
AC_CONFIG_HEADERS([config.h])
2727
AM_INIT_AUTOMAKE([foreign subdir-objects])
@@ -172,7 +172,7 @@ Index: docs/xml/vg-entities.xml
172172
<!-- valgrind release + version stuff -->
173173
<!ENTITY rel-type "Release">
174174
-<!ENTITY rel-version "3.13.0">
175-
+<!ENTITY rel-version "3.13.0+verrou-dev">
175+
+<!ENTITY rel-version "3.13.0+verrou-1.1.0">
176176
<!ENTITY rel-date "15 June 2017">
177177

178178
<!-- where the docs are installed -->

0 commit comments

Comments
 (0)