From 1ba4b811ccb6d55ea6270a59fa7df0b1056f3cff Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 26 Oct 2018 18:13:37 +0200 Subject: [PATCH] debian: Added changelog for v0.6.2 --- debian/changelog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/debian/changelog b/debian/changelog index 45d40cc7a..63a8ba96f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +lightningd (0.6.2rc1-1) stable; urgency=low + + * JSON API: listpeers has new field scratch_txid: the latest tx in channel. + * JSON API: listpeers has new array htlcs: the current live payments. + * JSON API: listchannels has two new fields: message_flags and channel_flags. This replaces flags. + * JSON API: invoice now adds route hint to invoices for incoming capacity (RouteBoost), and warns if insufficient capacity. + * JSON API: listforwards lists all forwarded payments, their associated channels, and fees. + * JSON API: getinfo shows forwarding fees earnt as msatoshi_fees_collected. + * Bitcoind: more parallelism in requests, for very slow nodes. + * Testing: fixed logging, cleaner interception of bitcoind, minor fixes. + * Protocol: we set and handle the new htlc_maximum_msat channel_update field. + * Protocol: channel_update sent to disable channel only if we reject an HTLC. + * Protocol: we don't send redundant node_announcement on every new channel. + * Config: config file can override lightning-dir (makes sense with --conf). + * Config: --conf option is now relative to current directory, not lightning-dir. + * lightning-cli: help prints basic information even if no man page found. + * JSON API: getinfo now reports global statistics about forwarded payments, including total fees earned and amounts routed. + * JSON RPC: listchannels' flags field. This has been split into two fields, see Added. + * JSON RPC: global_features and local_features fields: use globalfeatures and localfeatures as per BOLT #1. + * Startup: more coherent complaint if daemon already running. + * Lightningd: correctly save full HTLCs across restarts; fixup old databases. + * JSON RPC: getinfo now shows correct Tor port. + * JSON RPC: ping now works even after one peer fails to respond. + * JSON RPC: getroute fuzzpercent and pay maxfeepercent can now be > 100. + * JSON RPC: riskfactor in pay and getroute no longer always treated as 1. + * JSON-RPC: listpeers was always reporting 0 for all stats. + * JSON RPC: withdraw all says Cannot afford transaction if you have absolutely no funds, rather than Output 0 satoshis would be dust. + * Protocol: don't send gossip about closed channels. + * Protocol: fix occasional deadlock when both peers flood with gossip. + * Protocol: fix occasional long delay on sending reply_short_channel_ids_end. + * Protocol: re-send node_announcement when address/alias/color etc change. + * Protocol: multiple HTLCs with the same payment_hash are handled correctly. + * Options: 'autotor' defaults to port 9051 if not specified. + + -- Christian Decker Fri, 26 Oct 2018 12:12:00 -0400 + lightningd (0.6.1-1) stable; urgency=medium * Protocol: gossipd now deliberately delays spamming with channel_update.