|
1 | 1 |  |
2 | 2 |
|
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/ |
6 | 4 |
|
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. |
8 | 8 |
|
| 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). |
9 | 11 |
|
10 | 12 | # Releases |
11 | 13 |
|
| 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 | + |
12 | 30 | ## Version 0.70.0 |
13 | 31 |
|
14 | 32 | The `rippled` 0.70.0 release introduces several enhancements that improve the reliability, scalability and security of the network. |
|
0 commit comments