From 2e632b166074b64164ce6b0f5b49a05b42e8090e Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Mon, 13 Mar 2017 15:49:21 -0700 Subject: [PATCH] Set version to 0.50.3 --- RELEASENOTES.md | 13 +++++++++++++ src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a68e70af77..14639efe0c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -9,6 +9,19 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using ` # Releases +## Version 0.50.3 + +The `rippled` 0.50.3 release corrects a reported exploit that would allow a combination of trust lines and order books in a payment path to bypass the blocking effect of the [`NoRipple`](https://ripple.com/build/understanding-the-noripple-flag/) flag. Ripple recommends that all server operators immediately upgrade to version 0.50.3. + +**New and Updated Feature** + +This release has no new features. + +**Bug Fixes** + +Correct a reported exploit that would allow a combination of trust lines and order books in a payment path to bypass the blocking effect of the “NoRipple” flag. + + ## Version 0.50.2 The `rippled` 0.50.2 release adjusts the default TLS cipher list and corrects a flaw that would not allow an SSL handshake to properly complete if the port was configured using the `wss` keyword. Ripple recommends upgrading to 0.50.2 only if server operators are running rippled servers that accept client connections over TLS. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index b333278261..38354bde39 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.50.2" + "0.50.3" #if defined(DEBUG) || defined(SANITIZER) "+"