[Pkg-bitcoin-commits] [bitcoin] annotated tag debian/0.15.1_dfsg-1 created (now 89d784b)
Jonas Smedegaard
dr at jones.dk
Mon Nov 13 20:00:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag debian/0.15.1_dfsg-1
in repository bitcoin.
at 89d784b (tag)
tagging f65a21634c82a7ecc5cdd57d7bb5b974916d4251 (commit)
replaces debian/0.15.0.1_dfsg-2
tagged by Jonas Smedegaard
on Mon Nov 13 21:00:04 2017 +0100
- Log -----------------------------------------------------------------
bitcoin Debian release 0.15.1~dfsg-1
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAloJ+cQACgkQLHwxRsGg
ASFutBAAoKkGwqy42wqUsTKeQBuob+CjU3kGlOTLcwYxE35DjsnZjPyNSeYaZ7y4
hfkuhshz10tbyeIskIAcs5ENdKUjjZYDzeXeqefNkW4QPp4t/drJGS/n1XIPLewI
554nHUzjQUV+PDDjpXUXN2a3zlj4XwxDlUYpqmnERifOVW6eIcgVUgum492XmsAj
KB7JcyhekAhW16whrDHYXTa0dczrR4eqn+USyTBy28XG0YV7YWYHhyxCe4iV7q++
amAHiomvwwPoan105h7XclDT0EZLVAw18/97K/eGI2XcwAtIvsOGjI6xvOTWoDUA
33tdXUmZK/mB8wPgQoDpv+NHYa+RRyGNqK0ky2FmjgomDmy9nOLfkUS9nRinYrd6
RsPlhMWrWhpFkQoiNNUuZMqHRz6eMz/dRunTW4+ZhfbouYjj6Yeku+hgamsFTq8r
wsHQfbFLq0Xgy6tGcyLeKU+ef7UpDr3/oq0DiGqXhDRL9KDUqZLuY3PnO1zudgWN
rA1kcxB9QzZwgvXt9kg2SJqL6hY+yb6tpgehfMyCnJkjE4WTWdGsaDB3FZeaJpNQ
PMgfSulPvyKhItTx3e7LNOkIMulYF1ftx1oEkC+ja3oY5O6HNcarWA/zixiLGckh
kFncknh6YefI0RKri7gojNXFDYrOovlmj2EHacDgaNOoDRBqcBA=
=mSm7
-----END PGP SIGNATURE-----
Andreas Schildbach (1):
Remove my testnet DNS seed as I currently don't have the capacity to keep it up to date.
Andrew Chow (2):
Remove custom fee radio group
Tests for zmqpubrawtx and zmqpubrawblock
Chris Moore (1):
qt: Use IsMine to validate custom change address
Cory Fields (8):
travis: move back to the minimal image
Revert "travis: filter out pyenv"
net: pass CConnman via pointer rather than reference
net: use an interface class rather than signals for message processing
net: drop unused connman param
net: stop both net/net_processing before destroying them
rpc: work-around an upstream libevent bug
rpc: further constrain the libevent workaround
Cristian Mircea Messel (3):
Add getmininginfo functional test
Improve signmessages functional test
Add listwallets RPC test to multiwallet.py
Daniel Edgecumbe (1):
[Qt] Fix display of package name on 'open config file' tooltip
Donal OConnor (1):
Add new step to clean $PATH var by removing /mnt specific Window's %PATH% paths that cause issues with the make system
Dusty Williams (1):
Update importprivkey named args documentation
Gregory Sanders (2):
add functional test for mempoolreplacement command line arg
when clearing addrman clear mapInfo and mapAddr
Jim Posen (2):
[script] Unit tests for script/standard functions
[script] Unit tests for IsMine
John Newbery (16):
[tests] Introduce TestNode
[tests] fix timeout issues from TestNode
[tests] add TestNodeCLI class for calling bitcoin-cli for a node
[tests] Add bitcoin_cli.py test script
[tests] fix - use rpc_timeout as rpc timeout
[tests] TestNode: separate add_node from start_node
[tests] Avoid passing around member variables in test_framework
[tests] don't override __init__() in individual tests
[tests] Functional tests must explicitly set num_nodes
[tests] fixups from set_test_params()
[tests] fixup dbcrash interaction with add_nodes()
[tests] Make p2p-leaktests.py more robust
[tests] Check connectivity before sending in assumevalid.py
[tests] remove direct testing on JSONRPCException from individual test cases
[tests] do not allow assert_raises_message to be called with JSONRPCException
scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error
Johnson Lau (1):
Fix bip68-sequence rpc test
Jonas Smedegaard (5):
New upstream version 0.15.1~dfsg
Update upstream source from tag 'upstream/0.15.1_dfsg'
Refresh and unfuzz patches.
Update symbols.
Prepare for release: Update changelog, and copyright hints.
Jorge Timón (1):
RPC: gettxout: Slightly improve doc and tests
João Barbosa (6):
[test] Improve assert_raises_jsonrpc docstring
[test] Add support for custom arguments to TestNodeCLI
[test] Add assert_raises_process_error to assert process errors
[test] Replace check_output with low level version
[wallet] Fix leak in CDB constructor
Add CConnmanTest to mutate g_connman in tests
Karl-Johan Alm (1):
[wallet] Close DB on error.
Lucas Betschart (1):
[Qt] Add delay before filtering transactions
MarcoFalke (9):
qa: Move wait_until to util
[qa] TestNode: Add wait_until_stopped helper method
doc: Prepare release notes for 0.15.1
[qa] zapwallettxes: Wait up to 3s for mempool reload
qa: Restore bitcoin-util-test py2 compatibility
qa: Fix lcov for out-of-tree builds
Add share/rpcuser to dist. source code archive
qa: Make tmpdir option an absolute path
qa: Remove never used return value of sync_with_ping
Matt Corallo (14):
Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds
Verify DBWrapper iterators are taking snapshots
Fix validationinterface build on super old boost/clang
[verify-commits] Allow revoked keys to expire
Rename fAddnode to a more-descriptive "manual_connection"
Rewrite p2p-acceptblock in preparation for slight behavior changes
Stop always storing blocks from whitelisted peers
Accept unrequested blocks with work equal to our tip
Reject headers building on invalid chains by tracking invalidity
[qa] test that invalid blocks on an invalid chain get a disconnect
Make p2p-acceptablock not an extended test
Deprecate confusing blockmaxsize, fix getmininginfo output
Use a sensible default for blockmaxweight
Add release notes describing blockmaxweight deprecation
MeshCollider (6):
Remove redundant testutil files
Stop test_bitcoin-qt touching ~/.bitcoin
Fix division by zero in time remaining
Replace save|restoreWindowGeometry with Qt functions
Fix uninitialized g_connman crash in Shutdown()
Update release notes for 0.15.1
Paul Berg (1):
Put back inadvertently removed copyright notices
Pedro Branco (1):
Fix importmulti bug when importing an already imported key
Pieter Wuille (1):
Merge #11592: 0.15: Backports
Russell Yanofsky (3):
Acquire cs_main lock before cs_wallet during wallet initialization
Make listsinceblock refuse unknown block hash
Avoid opening copied wallet databases simultaneously
Suhas Daftuar (20):
qa: Treat mininode p2p exceptions as fatal
qa: Fix bug introduced in p2p-segwit.py
wallet: update stored witness in AddToWallet
qa: Fix replace-by-fee race condition failures
qa: Fix race condition in sendheaders.py
Allow setting nMinimumChainWork on command line
[qa] Test nMinimumChainWork
Don't process unrequested, low-work blocks
qa: add test for minchainwork use in acceptblock
Add comment explaining forced processing of compact blocks
Disconnecting from bad outbound peers in IBD
Permit disconnection of outbound peers on bad/slow chains
Add unit test for outbound peer eviction
moveonly: factor out headers processing into separate function
Disconnect outbound peers relaying invalid headers
Fix minchainwork test for 0.15 backport
net: Allow connecting to extra outbound peers
Track tip update time and last new block announcement from each peer
Connect to an extra outbound peer if our tip is stale
Add unit test for stale tip checking
Tomas van der Wansem (1):
Ensure backupwallet fails when attempting to backup to source file
Wladimir J. van der Laan (13):
test: Increase initial RPC timeout to 60 seconds
rpc: Write authcookie atomically
rpc: update cli for estimatefee argument rename
rpc: make estimatesmartfee argument naming consistent with documentation
qt: Backup former GUI settings on `-resetguisettings`
rpc: Prevent `dumpwallet` from overwriting files
net: Improve and document SOCKS code
Merge #11445: [qa] 0.15.1 Backports
Merge #11447: 0.15.1: Backports
Merge #11550: [0.15.1] qa: Backports
build: Bump version to 0.15.1
doc: Fill in 0.15.1 changelog and authors in release notes
Merge #11610: [0.15] Update release notes for 0.15.1
fanquake (2):
[Docs] Update Windows build instructions for using WSL and Ubuntu 17.04
[Docs] Update OpenBSD Build Instructions for OpenBSD 6.2
practicalswift (2):
Avoid returning a BIP9Stats object with uninitialized values
net: Add missing lock in ProcessHeadersMessage(...)
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 9e8aae3 [wallet] Close DB on error.
new fc2aa09 [tests] Introduce TestNode
new 50bd3f6 Avoid returning a BIP9Stats object with uninitialized values
new c276c1e test: Increase initial RPC timeout to 60 seconds
new 1d80d1e [tests] fix timeout issues from TestNode
new 5398f20 qa: Move wait_until to util
new 016b9ad [tests] add TestNodeCLI class for calling bitcoin-cli for a node
new 716066d [tests] Add bitcoin_cli.py test script
new b278a43 rpc: Write authcookie atomically
new 2cb720a Acquire cs_main lock before cs_wallet during wallet initialization
new 2a5d099 RPC: gettxout: Slightly improve doc and tests
new 847c75e Add getmininginfo functional test
new 11a5992 [tests] fix - use rpc_timeout as rpc timeout
new 4d3ba18 [tests] TestNode: separate add_node from start_node
new bb5e7cb [tests] Avoid passing around member variables in test_framework
new 801d2ae [tests] don't override __init__() in individual tests
new 82bf6fc [tests] Functional tests must explicitly set num_nodes
new cef0319 [tests] fixups from set_test_params()
new 7310f1f [Qt] Fix display of package name on 'open config file' tooltip
new 4424176 Improve signmessages functional test
new f0b6795 Remove redundant testutil files
new 47c02a8 qt: Use IsMine to validate custom change address
new f3f7891 Stop test_bitcoin-qt touching ~/.bitcoin
new eeb24a3 [qa] TestNode: Add wait_until_stopped helper method
new 812c870 [test] Improve assert_raises_jsonrpc docstring
new e0bfd28 [test] Add support for custom arguments to TestNodeCLI
new e38211f [test] Add assert_raises_process_error to assert process errors
new 2b97b36 [test] Replace check_output with low level version
new 2e31b1d Fix division by zero in time remaining
new 921542e rpc: update cli for estimatefee argument rename
new b1a6c94 rpc: make estimatesmartfee argument naming consistent with documentation
new 19d63e8 Remove custom fee radio group
new 6642558 [Qt] Add delay before filtering transactions Fixes 3141
new 8d13b42 Replace save|restoreWindowGeometry with Qt functions
new 75997c3 Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds
new 8b61aee Put back inadvertently removed copyright notices
new 62d18cd doc: Prepare release notes for 0.15.1
new d8dd8e7 [tests] fixup dbcrash interaction with add_nodes()
new b6468d3 Add listwallets RPC test to multiwallet.py
new 2e1ac70 [qa] zapwallettxes: Wait up to 3s for mempool reload
new f1ced0d [tests] Make p2p-leaktests.py more robust
new f9cf7b5 [tests] Check connectivity before sending in assumevalid.py
new 794a80e [script] Unit tests for script/standard functions
new 2c4ff35 [script] Unit tests for IsMine
new e4605d9 Tests for zmqpubrawtx and zmqpubrawblock
new 2f0b30a qa: Treat mininode p2p exceptions as fatal
new 8d2e51d qa: Fix bug introduced in p2p-segwit.py
new a36f332 Verify DBWrapper iterators are taking snapshots
new a825d4a Fix bip68-sequence rpc test
new 806c78f add functional test for mempoolreplacement command line arg
new 6b4d9f2 wallet: update stored witness in AddToWallet
new 0fe2a9a when clearing addrman clear mapInfo and mapAddr
new 6a62c74 qt: Backup former GUI settings on `-resetguisettings`
new b6c0209 Fix validationinterface build on super old boost/clang
new e169349 qa: Restore bitcoin-util-test py2 compatibility
new 019c492 qa: Fix lcov for out-of-tree builds
new a43be5b rpc: Prevent `dumpwallet` from overwriting files
new dea3b87 Add new step to clean $PATH var by removing /mnt specific Window's %PATH% paths that cause issues with the make system
new 27e861a net: Improve and document SOCKS code
new c94527a [Docs] Update Windows build instructions for using WSL and Ubuntu 17.04
new 405e069 Update importprivkey named args documentation
new 51bad91 Merge #11445: [qa] 0.15.1 Backports
new 20cdc2b Fix importmulti bug when importing an already imported key
new 1646f9c Merge #11447: 0.15.1: Backports
new b28415b travis: move back to the minimal image
new ca0f3f7 Revert "travis: filter out pyenv"
new a2bd86a Remove my testnet DNS seed as I currently don't have the capacity to keep it up to date.
new fdad04e qa: Fix replace-by-fee race condition failures
new adbc9d1 qa: Fix race condition in sendheaders.py
new 01223a0 [verify-commits] Allow revoked keys to expire
new 265bb21 Add share/rpcuser to dist. source code archive
new cf18f42 [Docs] Update OpenBSD Build Instructions for OpenBSD 6.2
new 7d4546f Make listsinceblock refuse unknown block hash
new 3483353 Merge #11550: [0.15.1] qa: Backports
new 5b728c8 [tests] remove direct testing on JSONRPCException from individual test cases
new 623de0a [tests] do not allow assert_raises_message to be called with JSONRPCException
new d94fc33 scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error
new fd79ed6 Ensure backupwallet fails when attempting to backup to source file
new de7053f [wallet] Fix leak in CDB constructor
new 9c8006d Avoid opening copied wallet databases simultaneously
new f3457d0 qa: Make tmpdir option an absolute path
new 4108879 qa: Remove never used return value of sync_with_ping
new da4908c Allow setting nMinimumChainWork on command line
new 0e9d04b [qa] Test nMinimumChainWork
new 3acec38 Don't process unrequested, low-work blocks
new 2df65ee qa: add test for minchainwork use in acceptblock
new ffb6ea4 Add comment explaining forced processing of compact blocks
new 6f27965 Rename fAddnode to a more-descriptive "manual_connection"
new 8aee55a net: pass CConnman via pointer rather than reference
new dc897e5 net: use an interface class rather than signals for message processing
new b4136f2 net: drop unused connman param
new 0a5477c net: stop both net/net_processing before destroying them
new d570aa4 Fix uninitialized g_connman crash in Shutdown()
new bf191a7 Disconnecting from bad outbound peers in IBD
new 9961abf Permit disconnection of outbound peers on bad/slow chains
new e327224 Add unit test for outbound peer eviction
new fc966bb moveonly: factor out headers processing into separate function
new 59b210d Disconnect outbound peers relaying invalid headers
new ec8dedf net: Add missing lock in ProcessHeadersMessage(...)
new e976c36 Rewrite p2p-acceptblock in preparation for slight behavior changes
new c6e4d0c Stop always storing blocks from whitelisted peers
new 51001d6 Accept unrequested blocks with work equal to our tip
new 92d6105 Reject headers building on invalid chains by tracking invalidity
new 5bec774 [qa] test that invalid blocks on an invalid chain get a disconnect
new 55b7abf Make p2p-acceptablock not an extended test
new 6baa317 Fix minchainwork test for 0.15 backport
new 7871a7d Deprecate confusing blockmaxsize, fix getmininginfo output
new 4c82cea Use a sensible default for blockmaxweight
new bb83fe1 Add release notes describing blockmaxweight deprecation
new 49bf090 net: Allow connecting to extra outbound peers
new 459f2db Track tip update time and last new block announcement from each peer
new a607a95 Connect to an extra outbound peer if our tip is stale
new 2ed0647 Add CConnmanTest to mutate g_connman in tests
new fc308a6 Add unit test for stale tip checking
new f224cbc build: Bump version to 0.15.1
new 34153a7 rpc: work-around an upstream libevent bug
new 8195cb0 rpc: further constrain the libevent workaround
new f518d9a Merge #11592: 0.15: Backports
new 2ce9e58 doc: Fill in 0.15.1 changelog and authors in release notes
new 4fcb915 Update release notes for 0.15.1
new 7b57bc9 Merge #11610: [0.15] Update release notes for 0.15.1
new 273458a New upstream version 0.15.1~dfsg
new 12fbd4e Update upstream source from tag 'upstream/0.15.1_dfsg'
new b909c95 Refresh and unfuzz patches.
new 46c6dea Update symbols.
new f65a216 Prepare for release: Update changelog, and copyright hints.
The 126 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git
More information about the Pkg-bitcoin-commits
mailing list