From 3db82354149dc6d26ea5a6c8102fc79a1261b799 Mon Sep 17 00:00:00 2001 From: Saivann Date: Thu, 15 Oct 2015 03:08:49 -0400 Subject: [PATCH] Fix markdown rendering issue in 0.11.1 release notes --- _releases/0.11.1.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/_releases/0.11.1.md b/_releases/0.11.1.md index 19001de2..5cf86f71 100644 --- a/_releases/0.11.1.md +++ b/_releases/0.11.1.md @@ -130,20 +130,20 @@ behavior, not code moves, refactors and string updates. For convenience in locat the code changes and accompanying discussion, both the pull request and git merge commit are mentioned. -- #6438 `2531438` openssl: avoid config file load/race -- #6439 `980f820` Updated URL location of netinstall for Debian -- #6384 `8e5a969` qt: Force TLS1.0+ for SSL connections -- #6471 `92401c2` Depends: bump to qt 5.5 -- #6224 `93b606a` Be even stricter in processing unrequested blocks -- #6571 `100ac4e` libbitcoinconsensus: avoid a crash in multi-threaded environments -- #6545 `649f5d9` Do not store more than 200 timedata samples. -- #6694 `834e299` [QT] fix thin space word wrap line break issue -- #6703 `1cd7952` Backport bugfixes to 0.11 -- #6750 `5ed8d0b` Recent rejects backport to v0.11 -- #6769 `71cc9d9` Test LowS in standardness, removes nuisance malleability vector. -- #6789 `b4ad73f` Update miniupnpc to 1.9.20151008 -- #6785 `b4dc33e` Backport to v0.11: In (strCommand == "tx"), return if AlreadyHave() -- #6412 `0095b9a` Test whether created sockets are select()able +- 6438 `2531438` openssl: avoid config file load/race +- 6439 `980f820` Updated URL location of netinstall for Debian +- 6384 `8e5a969` qt: Force TLS1.0+ for SSL connections +- 6471 `92401c2` Depends: bump to qt 5.5 +- 6224 `93b606a` Be even stricter in processing unrequested blocks +- 6571 `100ac4e` libbitcoinconsensus: avoid a crash in multi-threaded environments +- 6545 `649f5d9` Do not store more than 200 timedata samples. +- 6694 `834e299` [QT] fix thin space word wrap line break issue +- 6703 `1cd7952` Backport bugfixes to 0.11 +- 6750 `5ed8d0b` Recent rejects backport to v0.11 +- 6769 `71cc9d9` Test LowS in standardness, removes nuisance malleability vector. +- 6789 `b4ad73f` Update miniupnpc to 1.9.20151008 +- 6785 `b4dc33e` Backport to v0.11: In (strCommand == "tx"), return if AlreadyHave() +- 6412 `0095b9a` Test whether created sockets are select()able Credits =======