Skip to content

Commit b533fcd

Browse files
XhmikosRTrott
authored andcommitted
Fix HTML validation errors in release posts.
1 parent a714afc commit b533fcd

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

locale/en/blog/release/v0.10.33.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Included is the documentation that you can find at
2424
https://nodejs.org/api/tls.html#tls_protocol_support that describes how this
2525
works going forward for client and server implementations.
2626

27-
layout: blog-post.hbs
2827
---
2928

3029
Node.js is compiled with SSLv2 and SSLv3 protocol support by default, but these
@@ -60,7 +59,6 @@ server that doesn't support methods more secure than SSLv3 then your connection
6059
won't be able to negotiate and will fail. In this case your client will emit a
6160
an `error` event. The error message will include `'wrong version number'`.
6261

63-
layout: blog-post.hbs
6462
---
6563

6664
2014.10.20, Version 0.10.33 (Stable)

locale/en/blog/release/v0.4.9.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ slug: node-v0-4-9
99
layout: blog-post.hbs
1010
---
1111

12-
2011.06.29, Version 0.4.9 (stable)<ul>
12+
2011.06.29, Version 0.4.9 (stable)
13+
14+
<ul>
1315
<li>Improve documentation</li>
1416
<li>#1095 error handling bug in stream.pipe() (Felix Geisendörfer)</li>
1517
<li>#1097 Fix a few leaks in node_crypto.cc (Ben Noordhuis)</li>
@@ -23,7 +25,8 @@ layout: blog-post.hbs
2325
<li>#1203 Add missing scope.Close to fs.sendfileSync</li>
2426
<li>#1187 Support multiple 'link' headers</li>
2527
<li>#1196 Fix -e/--eval can't load module from node_modules (Koichi Kobayashi)</li>
26-
<li>Upgrade V8 to 3.1.8.25, upgrade http-parser.</li></ul>
28+
<li>Upgrade V8 to 3.1.8.25, upgrade http-parser.</li>
29+
</ul>
2730

2831

2932
Download: <a href="https://nodejs.org/dist/node-v0.4.9.tar.gz">https://nodejs.org/dist/node-v0.4.9.tar.gz</a>

locale/en/blog/release/v0.5.5.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,13 @@ layout: blog-post.hbs
2121
<li>#1546 fix performance regression in http module (reported by Brian Geffon)</li>
2222
<li>#1491 add PBKDF2 crypto support (Glen Low)</li>
2323
<li>#1447 remove deprecated http.cat() function (Mikeal Rogers)</li>
24-
<li>#1140 fix incorrect dispatch of vm.runInContext's filename argument<br /></li>
25-
(Antranig Basman)</p></li>
24+
<li>#1140 fix incorrect dispatch of vm.runInContext's filename argument (Antranig Basman)</li>
2625
<li>#1140 document vm.runInContext() and vm.createContext() (Antranig Basman)</li>
2726
<li>#1428 fix os.freemem() on 64 bits freebsd (Artem Zaytsev)</li>
28-
<li>#1164 make all DNS lookups async, fixes uncatchable exceptions<br /></li>
29-
(Koichi Kobayashi)</p></li>
27+
<li>#1164 make all DNS lookups async, fixes uncatchable exceptions (Koichi Kobayashi)</li>
3028
<li>fix incorrect ssl shutdown check (Tom Hughes)</li>
3129
<li>various cmake fixes (Tom Hughes)</li>
32-
<li>improved documentation (Koichi Kobayashi, Logan Smyth, Fedor Indutny,<br /></li>
33-
Mikeal Rogers, Maciej Małecki, Antranig Basman, Mickaël Delahaye)</p></li>
30+
<li>improved documentation (Koichi Kobayashi, Logan Smyth, Fedor Indutny, Mikeal Rogers, Maciej Małecki, Antranig Basman, Mickaël Delahaye)</li>
3431
<li>upgrade libuv to commit 835782a</li>
3532
<li>upgrade V8 to 3.5.8</li>
3633
</ul>

locale/en/blog/release/v0.7.10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ on the API before it is locked down for stability.
4141
<li>child_process: expose UV_PROCESS_DETACHED as options.detached (Charlie McConnell)</li>
4242
<li>child_process: new stdio API for .spawn() method (Fedor Indutny)</li>
4343
<li>child_process: spawn().ref() and spawn().unref() (Fedor Indutny)</li>
44-
<li>Upgrade npm to 1.1.25</li>
44+
<li>Upgrade npm to 1.1.25
4545
<ul><li>Enable npm link on windows</li>
4646
<li>Properly remove sh-shim on Windows</li>
47-
<li>Abstract out registry client and logger</li></ul>
47+
<li>Abstract out registry client and logger</li></ul></li>
4848
</ul>
4949

5050
<p>Source Code: <a href="https://nodejs.org/dist/v0.7.10/node-v0.7.10.tar.gz">https://nodejs.org/dist/v0.7.10/node-v0.7.10.tar.gz</a></p>

locale/en/blog/release/v4.6.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Semver Patch:
4444
* [[`3ff82deb2c`](https://github.com/nodejs/node/commit/3ff82deb2c)] - **lib**: make tls.checkServerIdentity() more strict (Ben Noordhuis) [nodejs/node-private#63](https://github.com/nodejs/node-private/pull/63)
4545
* [[`7c696e201a`](https://github.com/nodejs/node/commit/7c696e201a)] - **openssl**: fix keypress requirement in apps on win32 (Shigeki Ohtsu) [nodejs/node#1389](https://github.com/nodejs/node/pull/1389)
4646
* [[`44e5776c0f`](https://github.com/nodejs/node/commit/44e5776c0f)] - **openssl**: fix keypress requirement in apps on win32 (Shigeki Ohtsu) [nodejs/node#1389](https://github.com/nodejs/node/pull/1389)
47-
* [[`c7a601c090`](https://github.com/nodejs/node/commit/c7a601c090)] - **test**: remove openssl options of -no_<prot> (Shigeki Ohtsu) [#8714](https://github.com/nodejs/node/pull/8714)
47+
* [[`c7a601c090`](https://github.com/nodejs/node/commit/c7a601c090)] - **test**: remove openssl options of -no_\<prot> (Shigeki Ohtsu) [#8714](https://github.com/nodejs/node/pull/8714)
4848

4949
Windows 32-bit Installer: https://nodejs.org/dist/v4.6.0/node-v4.6.0-x86.msi<br>
5050
Windows 64-bit Installer: https://nodejs.org/dist/v4.6.0/node-v4.6.0-x64.msi<br>

locale/en/blog/release/v6.7.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Semver Patch:
4848
* [[`38bed98a92`](https://github.com/nodejs/node/commit/38bed98a92)] - **openssl**: fix keypress requirement in apps on win32 (Shigeki Ohtsu) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
4949
* [[`a25fc3f715`](https://github.com/nodejs/node/commit/a25fc3f715)] - **openssl**: fix keypress requirement in apps on win32 (Shigeki Ohtsu) [iojs/io.js#1389](https://github.com/iojs/io.js/pull/1389)
5050
* [[`5902ba3989`](https://github.com/nodejs/node/commit/5902ba3989)] - **src**: Malloc/Calloc size 0 returns non-null pointer (Rich Trott) [#8572](https://github.com/nodejs/node/pull/8572)
51-
* [[`a14d832884`](https://github.com/nodejs/node/commit/a14d832884)] - **test**: remove openssl options of -no_<prot> (Shigeki Ohtsu) [#8714](https://github.com/nodejs/node/pull/8714)
51+
* [[`a14d832884`](https://github.com/nodejs/node/commit/a14d832884)] - **test**: remove openssl options of -no_\<prot> (Shigeki Ohtsu) [#8714](https://github.com/nodejs/node/pull/8714)
5252

5353
Windows 32-bit Installer: https://nodejs.org/dist/v6.7.0/node-v6.7.0-x86.msi<br>
5454
Windows 64-bit Installer: https://nodejs.org/dist/v6.7.0/node-v6.7.0-x64.msi<br>

0 commit comments

Comments
 (0)