From 834f545498c0ff8fe22eb4648fe4534dea2ab965 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Mon, 15 Apr 2019 12:38:52 -0700 Subject: [PATCH] Set version to 1.2.4 --- 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 97be7c446e..6a851b8d78 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -14,6 +14,19 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using ` # Releases +## Version 1.2.4 + +The `rippled` 1.2.4 release improves the way that shard crawl requests are routed and the robustness of configured validator list retrieval by imposing a 20 second timeout. + +**New and Updated Features** + +This release has no new features. + +**Bug Fixes** + +- Use public keys when routing shard crawl requests +- Enforce a 20s timeout when making validator list requests (RIPD-1737) + ## Version 1.2.3 The `rippled` 1.2.3 release corrects a technical flaw which in some circumstances can cause a null pointer dereference that can crash the server. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 28574d7a9e..f7c0fa3497 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -30,7 +30,7 @@ namespace BuildInfo { // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ //------------------------------------------------------------------------------ -char const* const versionString = "1.2.3" +char const* const versionString = "1.2.4" #if defined(DEBUG) || defined(SANITIZER) "+"