Set version to 0.80.2

This commit is contained in:
Nikolaos D. Bougalis
2017-12-14 15:30:20 -08:00
committed by seelabs
parent fbfb4bd74e
commit d2fc4e3569
2 changed files with 15 additions and 1 deletions

View File

@@ -11,6 +11,20 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using `
# Releases # 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 ## Version 0.80.1
The `rippled` 0.80.1 release provides several enhancements in support of published validator lists and corrects several bugs. The `rippled` 0.80.1 release provides several enhancements in support of published validator lists and corrects several bugs.

View File

@@ -34,7 +34,7 @@ char const* const versionString =
// The build version number. You must edit this for each release // The build version number. You must edit this for each release
// and follow the format described at http://semver.org/ // and follow the format described at http://semver.org/
// //
"0.80.1" "0.80.2"
#if defined(DEBUG) || defined(SANITIZER) #if defined(DEBUG) || defined(SANITIZER)
"+" "+"