Browse Source

debian: Add changelog for v0.8.2.1

ppa-prep
Christian Decker 5 years ago
parent
commit
23fe2134ec
  1. 4
      Makefile
  2. 9
      debian/changelog

4
Makefile

@ -1,6 +1,6 @@
#! /usr/bin/make
VERSION_NAME="Scaling the Ethereum Blockchain"
VERSION=0.8.2
VERSION_NAME="Still Scaling the Ethereum Blockchain"
VERSION=0.8.2.1
ifeq ($(VERSION),)
$(error "ERROR: git is required for generating version information")

9
debian/changelog

@ -1,4 +1,11 @@
lightningd (0.8.2); urgency=medium
lightningd (0.8.2.1) stable; urgency=medium
* Fixed: `large-channels` now works with Eclair. (Based on [3612](https://github.com/ElementsProject/lightning/pull/3712))
-- Christian Decker <decker.christian@gmail.com> Fri, 15 May 2020 10:00:00 +0100
lightningd (0.8.2) stable; urgency=medium
* Added (pay): The `keysend` plugin implements the ability to receive spontaneous payments (keysend) ([3611](https://github.com/ElementsProject/lightning/pull/3611))
* Added (Plugin): the Bitcoin backend plugin API is now final. ([3620](https://github.com/ElementsProject/lightning/pull/3620))

Loading…
Cancel
Save