From 3bfd9de6779994e5bbbba864791429e2f7360947 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Wed, 28 Jun 2017 07:15:07 -0700 Subject: [PATCH] Set version to 0.70.1 --- RELEASENOTES.md | 26 ++++++++++++++++++++++---- src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f0ebbf86f1a..0ac4e3a597a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,14 +1,32 @@ ![Ripple](/images/ripple.png) -This document contains the release notes for `rippled`, the reference server -implementation of the Ripple protocol. To learn more about how to build and -run a `rippled` server, visit https://ripple.com/build/rippled-setup/ +This document contains the release notes for `rippled`, the reference server implementation of the Ripple protocol. To learn more about how to build and run a `rippled` server, visit https://ripple.com/build/rippled-setup/ -If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using `yum`](https://ripple.com/build/rippled-setup/#updating-rippled). For other platforms, please [compile from source](https://wiki.ripple.com/Rippled_build_instructions). +**Do you work at a digital asset exchange or wallet provider?** + +Please [contact us](mailto:support@ripple.com). We can help guide your integration. +## Updating `rippled` +If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using `yum`](https://ripple.com/build/rippled-setup/#updating-rippled). For other platforms, please [compile from source](https://wiki.ripple.com/Rippled_build_instructions). # Releases +## Version 0.70.1 + +The `rippled` 0.70.1 release corrects a technical flaw in the newly refactored consensus code that could cause a node to get stuck in consensus due to stale votes from a +peer, and allows compiling `rippled` under the 1.1.x releases of OpenSSL. + +**New and Updated Features** + +This release has no new features. + +**Bug Fixes** + +- Allow compiling against OpenSSL 1.1.0 ([#2151](https://github.com/ripple/rippled/pull/2151)) +- Log invariant check messages at "fatal" level ([2154](https://github.com/ripple/rippled/pull/2154)) +- Fix the consensus code to update all disputed transactions after a node changes a position ([2156](https://github.com/ripple/rippled/pull/2156)) + + ## Version 0.70.0 The `rippled` 0.70.0 release introduces several enhancements that improve the reliability, scalability and security of the network. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 5648aff1665..afb50a59a33 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -33,7 +33,7 @@ char const* const versionString = // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ // - "0.70.0" + "0.70.1" #if defined(DEBUG) || defined(SANITIZER) "+"