From f31ca2860fb5f045b618aa05d1e76c7e2e9494ec Mon Sep 17 00:00:00 2001 From: "Nikolaos D. Bougalis" Date: Fri, 11 May 2018 10:29:41 -0700 Subject: [PATCH] Set version to 1.0.0 --- RELEASENOTES.md | 16 ++++++++++++++++ src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b7790c5a4..b02c0f5a3 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 830b559c2..ff8f99b50 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -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) "+"