mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
Set version to 1.2.4
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
"+"
|
||||
|
||||
Reference in New Issue
Block a user