mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 05:25:55 +00:00
Set version to 1.2.2
This commit is contained in:
@@ -14,6 +14,20 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using `
|
|||||||
|
|
||||||
# Releases
|
# Releases
|
||||||
|
|
||||||
|
## Version 1.2.2
|
||||||
|
|
||||||
|
The `rippled` 1.2.2 release corrects a technical flaw in the fee escalation
|
||||||
|
engine which could cause some fee metrics to be calculated incorrectly. In some
|
||||||
|
circumstances this can potentially cause the server to crash.
|
||||||
|
|
||||||
|
**New and Updated Features**
|
||||||
|
|
||||||
|
This release has no new features.
|
||||||
|
|
||||||
|
**Bug Fixes**
|
||||||
|
|
||||||
|
- Fix a technical flaw in the fee escalation engine which could cause some fee metrics to be calculated incorrectly (4c06b3f86)
|
||||||
|
|
||||||
## Version 1.2.1
|
## Version 1.2.1
|
||||||
|
|
||||||
The `rippled` 1.2.1 release introduces several fixes including a change in the
|
The `rippled` 1.2.1 release introduces several fixes including a change in the
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ namespace BuildInfo {
|
|||||||
// The build version number. You must edit this for each release
|
// The build version number. You must edit this for each release
|
||||||
// and follow the format described at http://semver.org/
|
// and follow the format described at http://semver.org/
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
char const* const versionString = "1.2.1"
|
char const* const versionString = "1.2.2"
|
||||||
|
|
||||||
#if defined(DEBUG) || defined(SANITIZER)
|
#if defined(DEBUG) || defined(SANITIZER)
|
||||||
"+"
|
"+"
|
||||||
|
|||||||
Reference in New Issue
Block a user