File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,32 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
188188[ 22.11rc2 ] : https://github.com/ElementsProject/lightning/releases/tag/v22.11rc2
189189
190190
191+ ## [ 0.12.1] - 2022-09-13: Web-8 init (dot one)
192+
193+ Point release with some bugfixes and patches.
194+
195+ ### Removed
196+
197+ - build: ` mrkd ` and ` mistune ` not required to build project
198+
199+ ### Fixed
200+
201+ - lnprototest: builds for lnprototest tests now use 22.04 LTS, which fixes a problem with loading ` mako ` . ([ #5583 ] )
202+ - Plugins: topology plugin could crash when it sees duplicate private channel announcements ([ #5593 ] )
203+ - connectd: proper ` gossip_store ` operation may resolve some previous gossip propagation issues and connectd crashes ([ #5591 ] )
204+ - connectd: Fixed a condition for newly created channels that could trigger a need for reconnect. ([ #5601 ] )
205+ - ` peer_control ` : getinfo showing unannounced addresses. ([ #5584 ] )
206+ - ` peer_control ` : getinfo shows the correct port on discovered IPs ([ #5585 ] )
207+
208+
209+ [ #5583 ] : https://github.com/ElementsProject/lightning/pull/5583
210+ [ #5584 ] : https://github.com/ElementsProject/lightning/pull/5584
211+ [ #5585 ] : https://github.com/ElementsProject/lightning/pull/5585
212+ [ #5593 ] : https://github.com/ElementsProject/lightning/pull/5593
213+ [ #5591 ] : https://github.com/ElementsProject/lightning/pull/5591
214+ [ #5601 ] : https://github.com/ElementsProject/lightning/pull/5601
215+
216+
191217## [ 0.12.0] - 2022-08-23: Web-8 init
192218
193219This release named by @adi2011 .
You can’t perform that action at this time.
0 commit comments