diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4749113e3..adeb451a1 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.80.2 + +The `rippled` 0.80.2 release introduces changes that improve the scalability of the XRP Ledger. + +**New and Updated Features** + +This release has no new features. + +**Bug Fixes** + +- Do not dispatch a transaction received from a peer for processing if it has already been dispatched within the past ten seconds. +- Increase the number of transaction handlers that can be in flight in the job queue and decrease the relative cost for peers to share transaction and ledger data. +- Make better use of resources by adjusting the number of threads we initialize, by reverting commit [#68b8ffd](https://github.com/ripple/rippled/commit/68b8ffdb638d07937f841f7217edeb25efdb3b5d). + ## Version 0.80.1 The `rippled` 0.80.1 release provides several enhancements in support of published validator lists and corrects several bugs. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 0a44b0e8e..f1ed74bc6 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.1" + "0.80.2" #if defined(DEBUG) || defined(SANITIZER) "+"