Set version to 1.0.0

This commit is contained in:
Nikolaos D. Bougalis
2018-05-11 10:29:41 -07:00
parent d702e736ca
commit f31ca2860f
2 changed files with 17 additions and 1 deletions

View File

@@ -14,6 +14,22 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using `
# Releases
## Version 1.0.0.
The `rippled` 1.0.0 release includes incremental improvements to several previously released features.
**New and Updated Features**
- The **history sharding** functionality has been improved. Instances can now use the shard store to satisfy ledger requests.
- Change permessage-deflate and compress defaults (RIPD-506)
- Update validations on UNL change (RIPD-1566)
**Bug Fixes**
- Add `check`, `escrow`, and `pay_chan` to `ledger_entry` (RIPD-1600)
- Clarify Escrow semantics (RIPD-1571)
## Version 0.90.1
The `rippled` 0.90.1 release includes fixes for issues reported by external security researchers. These issues, when exploited, could cause a rippled instance to restart or, in some circumstances, stop executing. While these issues can result in a denial of service attack, none affect the integrity of the XRP Ledger and no user funds, including XRP, are at risk.

View File

@@ -33,7 +33,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/
//
"1.0.0-rc1"
"1.0.0"
#if defined(DEBUG) || defined(SANITIZER)
"+"