From 4e8c8deeaac83d18eb62c95b7425d96e11847a41 Mon Sep 17 00:00:00 2001 From: "Nikolaos D. Bougalis" Date: Wed, 3 Jan 2018 14:43:42 -0800 Subject: [PATCH] Set version to 0.81.0 --- RELEASENOTES.md | 14 ++++++++++++++ src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index adeb451a1..b2856ed1c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -11,6 +11,20 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using ` # Releases +## Version 0.81.0 + +The `rippled` 0.81.0 release introduces changes that improve the scalability of the XRP Ledger and transitions the recommended validator configuration to a new hosted site, as described in Ripple's [Decentralization Strategy Update](https://ripple.com/dev-blog/decentralization-strategy-update/) post. + +**New and Updated Features** + +- New hosted validator configuration. + + +**Bug Fixes** + +- Optimize queries for account_tx to work around SQLite query planner ([#2312](https://github.com/ripple/rippled/issues/2312)) + + ## Version 0.80.2 The `rippled` 0.80.2 release introduces changes that improve the scalability of the XRP Ledger. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index f1ed74bc6..42d0c4ea9 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.2" + "0.81.0" #if defined(DEBUG) || defined(SANITIZER) "+"