aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2015-09-29 10:48:45 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2015-09-29 10:48:45 -0700
commitab0b8be8579d6a8fca26ac9ee7f2cffbca8d72e9 (patch)
tree67b153edf31184b736b48a4820bafbb31709f116 /doc/release-notes.md
parent6cebd5d854b2eda9ccfb403e9e73ee2b7fea18fb (diff)
downloadbitcoin-ab0b8be8579d6a8fca26ac9ee7f2cffbca8d72e9.tar.xz
zmq: update and cleanup build-unix, release-notes, and zmq docs
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 85cdabc7e3..70623a3939 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -46,7 +46,7 @@ caching. A sample config for apache2 could look like:
# optional enable digest auth
# AuthType Digest
# ...
-
+
# optional bypass bitcoind rpc basic auth
# RequestHeader set Authorization "Basic <hash>"
# get the <hash> from the shell with: base64 <<< bitcoinrpc:<password>
@@ -171,3 +171,11 @@ configured specifically to process scriptPubKey and not scriptSig scripts.
- Removed bitrpc.py from contrib
+Addition of ZMQ-based Notifcations
+==================================
+
+Bitcoind can now (optionally) asynchronously notify clients through a
+ZMQ-based PUB socket of the arrival of new transactions and blocks.
+This feature requires installation of the ZMQ C API library 4.x and
+configuring its use through the command line or configuration file.
+Please see docs/zmq.md for details of operation.