From 6dc79c23ed18bf23dca8c216022e1366bde3fdab Mon Sep 17 00:00:00 2001 From: Brad Chase Date: Tue, 28 Nov 2017 20:59:15 -0500 Subject: [PATCH] Set version to 0.80.1 --- RELEASENOTES.md | 19 +++++++++++++++++++ src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5aef94f4c..4749113e3 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -11,6 +11,25 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using ` # Releases +## Version 0.80.1 + +The `rippled` 0.80.1 release provides several enhancements in support of published validator lists and corrects several bugs. + +**New and Updated Features** + +- Allow including validator manifests in published list ([#2278](https://github.com/ripple/rippled/issues/2278)) +- Add validator list RPC commands ([#2242](https://github.com/ripple/rippled/issues/2242)) +- Support [SNI](https://en.wikipedia.org/wiki/Server_Name_Indication) when querying published list sites and use Windows system root certificates ([#2275](https://github.com/ripple/rippled/issues/2275)) +- Grow TxQ expected size quickly, shrink slowly ([#2235](https://github.com/ripple/rippled/issues/2235)) + +**Bug Fixes** + +- Make consensus quorum unreachable if validator list expires ([#2240](https://github.com/ripple/rippled/issues/2240)) +- Properly use ledger hash to break ties when determing working ledger for consensus ([#2257](https://github.com/ripple/rippled/issues/2257)) +- Explictly use std::deque for missing node handler in SHAMap code ([#2252](https://github.com/ripple/rippled/issues/2252)) +- Verify validator token manifest matches private key ([#2268](https://github.com/ripple/rippled/issues/2268)) + + ## Version 0.80.0 The `rippled` 0.80.0 release introduces several enhancements that improve the reliability, scalability and security of the XRP Ledger. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 90cb0ec7d..0a44b0e8e 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -34,7 +34,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.80.0" + "0.80.1" #if defined(DEBUG) || defined(SANITIZER) "+"