Skip to content

Commit

Permalink
Set version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mellery451 committed Feb 13, 2019
1 parent 132f1b2 commit 7779dcd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,41 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using `

# Releases

## Version 1.2.0

The `rippled` 1.2.0 release introduces the MultisignReserve Amendment, which
reduces the reserve requirement associated with signer lists. This release also
includes incremental improvements to the code that handles offers. Furthermore,
`rippled` now also has the ability to automatically detect transaction
censorship attempts and issue warnings of increasing severity for transactions
that should have been included in a closed ledger after several rounds of
consensus.

**New and Updated Features**

- Reduce the account reserve for a Multisign SignerList (6572fc8)
- Improve transaction error condition handling (4104778)
- Allow servers to automatically detect transaction censorship attempts (945493d)
- Load validator list from file (c1a0244)
- Add RPC command shard crawl (17e0d09)
- Add RPC Call unit tests (eeb9d92)
- Grow the open ledger expected transactions quickly (7295cf9)
- Avoid dispatching multiple fetch pack threads (4dcb3c9)
- Remove unused function in AutoSocket.h (8dd8433)
- Update TxQ developer docs (e14f913)
- Add user defined literals for megabytes and kilobytes (cd1c5a3)
- Make the FeeEscalation Amendment permanent (58f786c)
- Remove undocumented experimental options from RPC sign (a96cb8f)
- Improve RPC error message for fee command (af1697c)
- Improve ledger_entry command’s inconsistent behavior (63e167b)

**Bug Fixes**

- Accept redirects from validator list sites (7fe1d4b)
- Implement missing string conversions for JSON (c0e9418)
- Eliminate potential undefined behavior (c71eb45)
- Add safe_cast to sure no overflow in casts between enums and integral types (a7e4541)

## Version 1.1.2

The `rippled` 1.1.2 release introduces a fix for an issue that could have
Expand Down
2 changes: 1 addition & 1 deletion src/ripple/protocol/impl/BuildInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-rc2"
char const* const versionString = "1.2.0"

#if defined(DEBUG) || defined(SANITIZER)
"+"
Expand Down

1 comment on commit 7779dcd

@ripplelabs-jenkins
Copy link
Collaborator

@ripplelabs-jenkins ripplelabs-jenkins commented on 7779dcd Feb 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jenkins Build Summary

Built from this commit

Built at 20190213 - 23:23:40

Test Results

Build Type Log Result Status
rpm logfile 1145 cases, 0 failed, t: n/a PASS ✅
msvc.Debug logfile 1142 cases, 0 failed, t: 629s PASS ✅
msvc.Debug,
NINJA_BUILD=true
logfile 1142 cases, 0 failed, t: 646s PASS ✅
gcc.Release
-Dassert=ON,
MANUAL_TESTS=true
logfile 915 cases, 0 failed, t: 6m10s PASS ✅
docs,
TARGET=docs
logfile 1 cases, 0 failed, t: 0m1s PASS ✅
clang.Debug logfile 1145 cases, 0 failed, t: 3m14s PASS ✅
gcc.Debug
-Dcoverage=ON,
TARGET=coverage_report,
SKIP_TESTS=true
logfile 1145 cases, 0 failed, t: 17m13s PASS ✅
clang.Debug
-Dunity=OFF
logfile 1145 cases, 0 failed, t: 4m6s PASS ✅
gcc.Debug logfile 1145 cases, 0 failed, t: 3m29s PASS ✅
msvc.Debug
-Dunity=OFF
logfile 1142 cases, 0 failed, t: 1280s PASS ✅
gcc.Debug
-Dunity=OFF
logfile 1145 cases, 0 failed, t: 1m13s PASS ✅
clang.Release
-Dassert=ON
logfile 1145 cases, 0 failed, t: 5m44s PASS ✅
msvc.Release logfile 1142 cases, 0 failed, t: 411s PASS ✅
gcc.Release
-Dassert=ON
logfile 1145 cases, 0 failed, t: 6m7s PASS ✅
gcc.Debug
-Dstatic=OFF
logfile 1145 cases, 0 failed, t: 3m29s PASS ✅
gcc.Debug
-Dstatic=OFF -DBUILD_SHARED_LIBS=ON
logfile 1145 cases, 0 failed, t: 3m27s PASS ✅
gcc.Debug,
NINJA_BUILD=true
logfile 1145 cases, 0 failed, t: 3m4s PASS ✅
clang.Debug
-Dunity=OFF -Dsan=address,
PARALLEL_TESTS=false,
DEBUGGER=false
logfile 1145 cases, 0 failed, t: 1m28s PASS ✅
clang.Debug
-Dunity=OFF -Dsan=undefined,
PARALLEL_TESTS=false
logfile 1145 cases, 0 failed, t: 3m54s PASS ✅

Please sign in to comment.