Skip to content

Commit f787863

Browse files
committed
Merge #270: doc: Bump version 10 > 11
a22f602 doc: Bump version 10 > 11 (Ryan Ofsky) Pull request description: Increase version number after previous version was added to bitcoin core. Also update version history and documentation. ACKs for top commit: Sjors: ACK a22f602 Tree-SHA512: 7e1d099dfb898de96b47fc6db5856ec54eae66be3cc36b9917d6f4b4562bd2969ad79242e9797abc05acd34d986c1a1e972352ef61f09b710fa1f1ece06ee852
2 parents 3edbe8f + a22f602 commit f787863

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

doc/versions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ Library versions are tracked with simple
77
Versioning policy is described in the [version.h](../include/mp/version.h)
88
include.
99

10-
## v10
10+
## v11
1111
- Current unstable version.
1212

13+
## [v10.0](https://github.com/bitcoin-core/libmultiprocess/commits/v10.0)
14+
- Increases spawn test timeout to avoid spurious failures.
15+
- Uses `throwRecoverableException` instead of raw `throw` to improve runtime error messages in macOS builds.
16+
- Used in Bitcoin Core master branch, pulled in by [#34977](https://github.com/bitcoin/bitcoin/pull/34977). Also pulled into Bitcoin Core 31.x stable branch by [#35028](https://github.com/bitcoin/bitcoin/pull/35028).
17+
1318
## [v9.0](https://github.com/bitcoin-core/libmultiprocess/commits/v9.0)
1419
- Fixes race conditions where worker thread could be used after destruction, where getParams() could be called after request cancel, and where m_on_cancel could be called after request finishes.
1520
- Adds `CustomHasField` hook to map Cap'n Proto null values to C++ null values.

include/mp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! pointing at the prior merge commit. The /doc/versions.md file should also be
2525
//! updated, noting any significant or incompatible changes made since the
2626
//! previous version.
27-
#define MP_MAJOR_VERSION 10
27+
#define MP_MAJOR_VERSION 11
2828

2929
//! Minor version number. Should be incremented in stable branches after
3030
//! backporting changes. The /doc/versions.md file should also be updated to

0 commit comments

Comments
 (0)