Skip to content

Commit 36283fc

Browse files
committed
Releases: linkify PPs/commits using GitHubify
1. Remove previous workaround of backslash escaping bullet points that start with `#` (because markdown converted them into subheads. 2. Remove now-unecessary instructions about making the above escaping for new releases. 3. Wrap post with githubify filter. 4. Add excerpt to each post so that an unclosed githubify filter doesn't get included in any automatically-generated excerpts.
1 parent 4ef4c6f commit 36283fc

11 files changed

+1479
-1449
lines changed

_posts/en/releases/2015-10-13-release-0.11.0.md

Lines changed: 178 additions & 174 deletions
Large diffs are not rendered by default.

_posts/en/releases/2015-10-13-release-0.11.1.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ type: releases
77
layout: page
88
lang: en
99
share: true
10+
excerpt: Bitcoin Core version 0.11.1 is now available
1011
---
1112

1213
{% include _download.html %}
14+
{% githubify https://github.com/bitcoin/bitcoin %}
1315

1416
Bitcoin Core version 0.11.1 is now available from:
1517

@@ -132,22 +134,22 @@ behavior, not code moves, refactors and string updates. For convenience in locat
132134
the code changes and accompanying discussion, both the pull request and
133135
git merge commit are mentioned.
134136

135-
- \#6438 `2531438` openssl: avoid config file load/race
136-
- \#6439 `980f820` Updated URL location of netinstall for Debian
137-
- \#6384 `8e5a969` qt: Force TLS1.0+ for SSL connections
138-
- \#6471 `92401c2` Depends: bump to qt 5.5
139-
- \#6224 `93b606a` Be even stricter in processing unrequested blocks
140-
- \#6571 `100ac4e` libbitcoinconsensus: avoid a crash in multi-threaded environments
141-
- \#6545 `649f5d9` Do not store more than 200 timedata samples.
142-
- \#6694 `834e299` [QT] fix thin space word wrap line break issue
143-
- \#6703 `1cd7952` Backport bugfixes to 0.11
144-
- \#6750 `5ed8d0b` Recent rejects backport to v0.11
145-
- \#6769 `71cc9d9` Test LowS in standardness, removes nuisance malleability vector.
146-
- \#6789 `b4ad73f` Update miniupnpc to 1.9.20151008
147-
- \#6785 `b4dc33e` Backport to v0.11: In (strCommand == "tx"), return if AlreadyHave()
148-
- \#6412 `0095b9a` Test whether created sockets are select()able
149-
- \#6795 `4dbcec0` net: Disable upnp by default
150-
- \#6793 `e7bcc4a` Bump minrelaytxfee default
137+
- #6438 `2531438` openssl: avoid config file load/race
138+
- #6439 `980f820` Updated URL location of netinstall for Debian
139+
- #6384 `8e5a969` qt: Force TLS1.0+ for SSL connections
140+
- #6471 `92401c2` Depends: bump to qt 5.5
141+
- #6224 `93b606a` Be even stricter in processing unrequested blocks
142+
- #6571 `100ac4e` libbitcoinconsensus: avoid a crash in multi-threaded environments
143+
- #6545 `649f5d9` Do not store more than 200 timedata samples.
144+
- #6694 `834e299` [QT] fix thin space word wrap line break issue
145+
- #6703 `1cd7952` Backport bugfixes to 0.11
146+
- #6750 `5ed8d0b` Recent rejects backport to v0.11
147+
- #6769 `71cc9d9` Test LowS in standardness, removes nuisance malleability vector.
148+
- #6789 `b4ad73f` Update miniupnpc to 1.9.20151008
149+
- #6785 `b4dc33e` Backport to v0.11: In (strCommand == "tx"), return if AlreadyHave()
150+
- #6412 `0095b9a` Test whether created sockets are select()able
151+
- #6795 `4dbcec0` net: Disable upnp by default
152+
- #6793 `e7bcc4a` Bump minrelaytxfee default
151153

152154
Credits
153155
=======
@@ -182,3 +184,5 @@ And those who contributed additional code review and/or security research:
182184
- Vulnerability in miniupnp discovered by Aleksandar Nikolic of Cisco Talos
183185

184186
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
187+
188+
{% endgithubify %}

_posts/en/releases/2015-10-13-release-0.11.2.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ type: releases
77
layout: page
88
lang: en
99
share: true
10+
excerpt: Bitcoin Core version 0.11.2 is now available
1011
---
1112

1213
{% include _download.html %}
14+
{% githubify https://github.com/bitcoin/bitcoin %}
1315

1416
Bitcoin Core version 0.11.2 is now available from:
1517

@@ -181,25 +183,25 @@ behavior, not code moves, refactors and string updates. For convenience in locat
181183
the code changes and accompanying discussion, both the pull request and
182184
git merge commit are mentioned.
183185

184-
- \#6124 `684636b` Make CScriptNum() take nMaxNumSize as an argument
185-
- \#6124 `4fa7a04` Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
186-
- \#6124 `6ea5ca4` Enable CHECKLOCKTIMEVERIFY as a standard script verify flag
187-
- \#6351 `5e82e1c` Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
188-
- \#6353 `ba1da90` Show softfork status in getblockchaininfo
189-
- \#6351 `6af25b0` Add BIP65 to getblockchaininfo softforks list
190-
- \#6688 `01878c9` Fix locking in GetTransaction
191-
- \#6653 `b3eaa30` [Qt] Raise debug window when requested
192-
- \#6600 `1e672ae` Debian/Ubuntu: Include bitcoin-tx binary
193-
- \#6600 `2394f4d` Debian/Ubuntu: Split bitcoin-tx into its own package
194-
- \#5987 `33d6825` Bugfix: Allow mining on top of old tip blocks for testnet
195-
- \#6852 `21e58b8` build: make sure OpenSSL heeds noexecstack
196-
- \#6846 `af6edac` alias `-h` for `--help`
197-
- \#6867 `95a5039` Set TCP_NODELAY on P2P sockets.
198-
- \#6856 `dfe55bd` Do not allow blockfile pruning during reindex.
199-
- \#6566 `a1d3c6f` Add rules--presently disabled--for using GetMedianTimePast as end point for lock-time calculations
200-
- \#6566 `f720c5f` Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints
201-
- \#6917 `0af5b8e` leveldb: Win32WritableFile without memory mapping
202-
- \#6948 `4e895b0` Always flush block and undo when switching to new file
186+
- #6124 `684636b` Make CScriptNum() take nMaxNumSize as an argument
187+
- #6124 `4fa7a04` Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
188+
- #6124 `6ea5ca4` Enable CHECKLOCKTIMEVERIFY as a standard script verify flag
189+
- #6351 `5e82e1c` Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
190+
- #6353 `ba1da90` Show softfork status in getblockchaininfo
191+
- #6351 `6af25b0` Add BIP65 to getblockchaininfo softforks list
192+
- #6688 `01878c9` Fix locking in GetTransaction
193+
- #6653 `b3eaa30` [Qt] Raise debug window when requested
194+
- #6600 `1e672ae` Debian/Ubuntu: Include bitcoin-tx binary
195+
- #6600 `2394f4d` Debian/Ubuntu: Split bitcoin-tx into its own package
196+
- #5987 `33d6825` Bugfix: Allow mining on top of old tip blocks for testnet
197+
- #6852 `21e58b8` build: make sure OpenSSL heeds noexecstack
198+
- #6846 `af6edac` alias `-h` for `--help`
199+
- #6867 `95a5039` Set TCP_NODELAY on P2P sockets.
200+
- #6856 `dfe55bd` Do not allow blockfile pruning during reindex.
201+
- #6566 `a1d3c6f` Add rules--presently disabled--for using GetMedianTimePast as end point for lock-time calculations
202+
- #6566 `f720c5f` Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints
203+
- #6917 `0af5b8e` leveldb: Win32WritableFile without memory mapping
204+
- #6948 `4e895b0` Always flush block and undo when switching to new file
203205

204206
Credits
205207
=======
@@ -228,3 +230,5 @@ Thanks to everyone who directly contributed to this release:
228230
And those who contributed additional code review and/or security research.
229231

230232
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
233+
234+
{% endgithubify %}

0 commit comments

Comments
 (0)