Probably should leave this open until we're ready for the next 0.11.x release so I can keep adding to it.
Backport bugfixes to 0.11 (2015-10-22 / f2c869a) #6825
pull luke-jr wants to merge 17 commits into bitcoin:0.11 from luke-jr:backport-bugfixes-to-0.11-20151014 changing 32 files +193 −137-
luke-jr commented at 8:25 AM on October 14, 2015: member
-
Fix spelling of Qt 9b9acc27d2
-
01878c9c3f
Fix locking in GetTransaction.
GetTransaction needs to lock cs_main until ReadBlockFromDisk completes, the data inside CBlockIndex's can change since pruning. This lock was held by all calls to GetTransaction except rest_tx.
-
b3eaa301ff
[Qt] Raise debug window when requested
* Raise the debug window when hidden behind other windows * Switch to the debug window when on another virtual desktop * Show the debug window when minimized This change is a conceptual copy of 5ffaaba and 382e9e2
-
1e672ae343
Include bitcoin-tx binary on Debian/Ubuntu
Currently left out of Matt's PPA. Debian's package for unstable already has it.
-
2394f4d674
Split bitcoin-tx into its own package
Reverts the change putting it in the bitcoind deb.
-
6fd0019232
Drop "with minimal dependencies" from description
Five boost libs plus libcrypto are needed; I don't think that quite passes for minimal.
-
[trivial] Fix rpc message "help generate" a33cd5ba86
-
87a797a016
build: Remove dependency of bitcoin-cli on secp256k1
bitcoin-cli (in contrast to bitcoin-tx, which does signing ops) shouldn't need secp256k1, and indeed it doesn't.
-
Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case) 33d6825c6f
-
9e45157815
build: disable -Wself-assign
Prevent these warnings in clang 3.6: ./serialize.h:96:9: warning: explicitly assigning value of variable of type 'uint64_t' (aka 'unsigned long') to itself [-Wself-assign] obj = (obj); ~~~ ^ ~~~ -
bfc6154429
[Trivial] Fixed typo when referring to a previous section in
depends/README.md [skip ci]
-
Update bluematt-key, the old one is long-since revoked 54f9dee50c
-
Clarification of unit test build instructions. e42bf16ae0
-
4fbfebea5b
Correct spelling mistakes in doc folder
- OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal
-
Update debian/changelog and slight tweak to debian/control 7ce2c91503
-
Change URLs to https in debian/control 131d7f997c
-
*: alias -h for --help af6edac0bd
- luke-jr renamed this:
[WIP] Backport bugfixes to 0.11 (2015-10-14 / a1d623d)
Backport bugfixes to 0.11 (2015-10-14 / a1d623d)
on Nov 5, 2015 - luke-jr renamed this:
Backport bugfixes to 0.11 (2015-10-14 / a1d623d)
Backport bugfixes to 0.11 (2015-10-22 / f2c869a)
on Nov 5, 2015 -
MarcoFalke commented at 9:18 PM on November 5, 2015: member
Skimmed-diff ACK.
-
sipa commented at 10:32 PM on November 5, 2015: member
Skimmed-diff ACK.
-
fanquake commented at 2:36 AM on November 6, 2015: member
utACK
-
laanwj commented at 11:24 AM on November 6, 2015: member
utACK
- laanwj merged this on Nov 6, 2015
- laanwj closed this on Nov 6, 2015
- laanwj referenced this in commit 6c31ac019f on Nov 6, 2015
- luke-jr deleted the branch on Nov 8, 2015
- zkbot referenced this in commit 8713d73daf on Dec 18, 2019
- zkbot referenced this in commit 2da77edbfe on Dec 18, 2019
- zkbot referenced this in commit 577f7ef72a on Dec 18, 2019
- MarcoFalke locked this on Sep 8, 2021