Skip to content

Commit fda3904

Browse files
committed
Changelog for v0.12.1
1 parent 1709c08 commit fda3904

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
TODO: Insert version codename, and username of the contributor that named the release.
99
-->
1010

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+
1149
## [0.12.0] - 2022-08-23: Web-8 init
1250

1351
This release named by @adi2011.
@@ -1863,6 +1901,7 @@ There predate the BOLT specifications, and are only of vague historic interest:
18631901
6. [0.5.1] - 2016-10-21
18641902
7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II"
18651903

1904+
[0.12.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.12.1
18661905
[0.12.0]: https://github.com/ElementsProject/lightning/releases/tag/v0.12.0
18671906
[0.11.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.11.2
18681907
[0.11.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.11.1

0 commit comments

Comments
 (0)