From 208028a1420cc187a6b5b9e97846e8cafd54f39f Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Tue, 9 May 2017 13:37:49 -0700 Subject: [PATCH] Set version to 0.60.3 --- RELEASENOTES.md | 37 ++++++++++++++++++++++++++ src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4df4a30b9..6e1a72d28 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -9,6 +9,43 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using ` # Releases +## Version 0.60.3 + +The `rippled` 0.60.3 release helps to increase the stability of the network under heavy load. + +**New and Updated Features** + +This release has no new features. + +**Bug Fixes** + +Server overlay improvements ([#2110](https://github.com/ripple/rippled/pull/2011)) + +## Version 0.60.2 + +The `rippled` 0.60.2 release further strengthens handling of cases associated with a previously patched exploit, in which NoRipple flags were being bypassed by using offers. + +**New and Updated Features** + +This release has no new features. + +**Bug Fixes** + +Prevent the ability to bypass the `NoRipple` flag using offers ([#7cd4d78](https://github.com/ripple/rippled/commit/4ff40d4954dfaa237c8b708c2126cb39566776da)) + +## Version 0.60.1 + +The `rippled` 0.60.1 release corrects a technical flaw that resulted from using 32-bit space identifiers instead of the protocol-defined 16-bit values for Escrow and Payment Channel ledger entries. rippled version 0.60.1 also fixes a problem where the WebSocket timeout timer would not be cancelled when certain errors occurred during subscription streams. Ripple requires upgrading to rippled version 0.60.1 immediately. + +**New and Updated Feature** + +This release has no new features. + +**Bug Fixes** + +Correct calculation of Escrow and Payment Channel indices. +Fix WebSocket timeout timer issues. + ## Version 0.60.0 The `rippled` 0.60.0 release introduces several enhancements that improve the reliability and scalability of the Ripple Consensus Ledger (RCL), including features that add ledger interoperability by improving Interledger Protocol compatibility. Ripple recommends that all server operators upgrade to version 0.60.0 by Thursday, 2017-03-30, for service continuity. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 5ec608a70..f7a0ed724 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/ // - "0.60.2" + "0.60.3" #if defined(DEBUG) || defined(SANITIZER) "+"