@@ -8,6 +8,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
TODO: Insert version codename, and username of the contributor that named the release.
9
9
-->
10
10
11
+ ## [ 0.12.1] - 2022-09-13: Web-8 init (dot one)
12
+
13
+ Point release with some bugfixes and patches.
14
+
15
+ ### Added
16
+
17
+ None
18
+
19
+ ### Changed
20
+
21
+ None
22
+
23
+ ### Deprecated
24
+
25
+ None
26
+
27
+ ### Removed
28
+
29
+ - build: ` mrkd ` and ` mistune ` not required to build project
30
+
31
+ ### Fixed
32
+
33
+ - lnprototest: builds for lnprototest tests now use 22.04 LTS, which fixes a problem with loading ` mako ` . ([ #5583 ] )
34
+ - Plugins: topology plugin could crash when it sees duplicate private channel announcements ([ #5593 ] )
35
+ - connectd: proper ` gossip_store ` operation may resolve some previous gossip propagation issues and connectd crashes ([ #5591 ] )
36
+ - connectd: Fixed a condition for newly created channels that could trigger a need for reconnect. ([ #5601 ] )
37
+ - ` peer_control ` : getinfo showing unannounced addresses. ([ #5584 ] )
38
+ - ` peer_control ` : getinfo shows the correct port on discovered IPs ([ #5585 ] )
39
+
40
+
41
+ [ #5583 ] : https://github.com/ElementsProject/lightning/pull/5583
42
+ [ #5584 ] : https://github.com/ElementsProject/lightning/pull/5584
43
+ [ #5585 ] : https://github.com/ElementsProject/lightning/pull/5585
44
+ [ #5593 ] : https://github.com/ElementsProject/lightning/pull/5593
45
+ [ #5591 ] : https://github.com/ElementsProject/lightning/pull/5591
46
+ [ #5601 ] : https://github.com/ElementsProject/lightning/pull/5601
47
+
48
+
11
49
## [ 0.12.0] - 2022-08-23: Web-8 init
12
50
13
51
This release named by @adi2011 .
@@ -1863,6 +1901,7 @@ There predate the BOLT specifications, and are only of vague historic interest:
1863
1901
6 . [ 0.5.1] - 2016-10-21
1864
1902
7 . [ 0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II"
1865
1903
1904
+ [ 0.12.1 ] : https://github.com/ElementsProject/lightning/releases/tag/v0.12.1
1866
1905
[ 0.12.0 ] : https://github.com/ElementsProject/lightning/releases/tag/v0.12.0
1867
1906
[ 0.11.2 ] : https://github.com/ElementsProject/lightning/releases/tag/v0.11.2
1868
1907
[ 0.11.1 ] : https://github.com/ElementsProject/lightning/releases/tag/v0.11.1
0 commit comments