Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ffevotte committed Jun 19, 2017
1 parent 9396699 commit d69787e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).



## [UNRELEASED]
## v1.1.0 - 2017-06-19

This version is based on Valgrind-3.13.0.

### Added

- Command-line option `--vr-seed` allows setting the pRNG seed in order to
reproduce results in `random` and `average` rounding modes.


---

## v1.0.0 - 2017-05-19

This version is based on Valgrind-3.12.0.

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ modes. This can be seen as an asynchronous variant of the CESTAC method, or a
subset of Monte Carlo Arithmetic, performing only output randomization through
random rounding.

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


## Installation
Expand Down
4 changes: 2 additions & 2 deletions valgrind.diff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Index: configure.ac

# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.13.0],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.13.0+verrou-dev],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.13.0+verrou-1.1.0],[valgrind-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
Expand Down Expand Up @@ -172,7 +172,7 @@ Index: docs/xml/vg-entities.xml
<!-- valgrind release + version stuff -->
<!ENTITY rel-type "Release">
-<!ENTITY rel-version "3.13.0">
+<!ENTITY rel-version "3.13.0+verrou-dev">
+<!ENTITY rel-version "3.13.0+verrou-1.1.0">
<!ENTITY rel-date "15 June 2017">

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

0 comments on commit d69787e

Please sign in to comment.