Skip to content

Commit 3bfd9de

Browse files
committed
Set version to 0.70.1
1 parent f9b5ab4 commit 3bfd9de

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

RELEASENOTES.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
11
![Ripple](/images/ripple.png)
22

3-
This document contains the release notes for `rippled`, the reference server
4-
implementation of the Ripple protocol. To learn more about how to build and
5-
run a `rippled` server, visit https://ripple.com/build/rippled-setup/
3+
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/
64

7-
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).
5+
**Do you work at a digital asset exchange or wallet provider?**
6+
7+
Please [contact us](mailto:support@ripple.com). We can help guide your integration.
88

9+
## Updating `rippled`
10+
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).
911

1012
# Releases
1113

14+
## Version 0.70.1
15+
16+
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
17+
peer, and allows compiling `rippled` under the 1.1.x releases of OpenSSL.
18+
19+
**New and Updated Features**
20+
21+
This release has no new features.
22+
23+
**Bug Fixes**
24+
25+
- Allow compiling against OpenSSL 1.1.0 ([#2151](https://github.com/ripple/rippled/pull/2151))
26+
- Log invariant check messages at "fatal" level ([2154](https://github.com/ripple/rippled/pull/2154))
27+
- Fix the consensus code to update all disputed transactions after a node changes a position ([2156](https://github.com/ripple/rippled/pull/2156))
28+
29+
1230
## Version 0.70.0
1331

1432
The `rippled` 0.70.0 release introduces several enhancements that improve the reliability, scalability and security of the network.

src/ripple/protocol/impl/BuildInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ char const* const versionString =
3333
// The build version number. You must edit this for each release
3434
// and follow the format described at http://semver.org/
3535
//
36-
"0.70.0"
36+
"0.70.1"
3737

3838
#if defined(DEBUG) || defined(SANITIZER)
3939
"+"

0 commit comments

Comments
 (0)