Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 6174ea6

Browse files
piscisaureusbnoordhuis
authored andcommitted
doc: don't use '
Ref: #3964
1 parent 9f57e42 commit 6174ea6

16 files changed

+33
-33
lines changed

doc/blog/release/node-version-0-7-9-unstable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ slug: node-version-0-7-9-unstable
2222
</li>
2323
<li><p>fs: 64bit offsets for fs calls (Igor Zinkovsky)</p>
2424
</li>
25-
<li><p>fs: add sync open flags &apos;rs&apos; and &apos;rs+&apos; (Kevin Bowman)</p>
25+
<li><p>fs: add sync open flags &#39;rs&#39; and &#39;rs+&#39; (Kevin Bowman)</p>
2626
</li>
2727
<li><p>windows: enable creating directory junctions with fs.symlink (Igor Zinkovsky, Bert Belder)</p>
2828
</li>

doc/blog/release/version-0-6-11-stable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ slug: version-0-6-11-stable
1818
</li>
1919
<li><p>tls: mitigate session renegotiation attacks (Ben Noordhuis)</p>
2020
</li>
21-
<li><p>tcp, pipe: don&apos;t assert on uv_accept() errors (Ben Noordhuis)</p>
21+
<li><p>tcp, pipe: don&#39;t assert on uv_accept() errors (Ben Noordhuis)</p>
2222
</li>
2323
<li><p>tls: Allow establishing secure connection on the existing socket (koichik)</p>
2424
</li>
@@ -38,13 +38,13 @@ slug: version-0-6-11-stable
3838
</li>
3939
<li><p>dtrace: add missing translator (Dave Pacheco)</p>
4040
</li>
41-
<li><p>unix: don&apos;t flush tty on switch to raw mode (Ben Noordhuis)</p>
41+
<li><p>unix: don&#39;t flush tty on switch to raw mode (Ben Noordhuis)</p>
4242
</li>
4343
<li><p>windows: reset brightness when reverting to default text color (Bert Belder)</p>
4444
</li>
4545
<li><p>npm: update to 1.1.1</p>
4646

47-
<p>- Update which, fstream, mkdirp, request, and rimraf<br>- Fix #2123 Set path properly for lifecycle scripts on windows<br>- Mark the root as seen, so we don&apos;t recurse into it. Fixes #1838. (Martin Cooper)</p>
47+
<p>- Update which, fstream, mkdirp, request, and rimraf<br>- Fix #2123 Set path properly for lifecycle scripts on windows<br>- Mark the root as seen, so we don&#39;t recurse into it. Fixes #1838. (Martin Cooper)</p>
4848

4949
</li>
5050
</ul>

doc/blog/release/version-0-6-12-stable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ slug: version-0-6-12-stable
1818
</li>
1919
<li><p>#2827 net: fix race write() before and after connect() (koichik)</p>
2020
</li>
21-
<li><p>#2554 #2567 throw if fs args for &apos;start&apos; or &apos;end&apos; are strings (AJ ONeal)</p>
21+
<li><p>#2554 #2567 throw if fs args for &#39;start&#39; or &#39;end&#39; are strings (AJ ONeal)</p>
2222
</li>
2323
<li><p>punycode: Update to v1.0.0 (Mathias Bynens)</p>
2424
</li>
@@ -45,7 +45,7 @@ slug: version-0-6-12-stable
4545
- install: support --save with url install targets<br>
4646
- shrinkwrap: behave properly with url-installed modules<br>
4747
- support installing uncompressed tars or single file modules from urls etc.<br>
48-
- don&apos;t run make clean on rebuild<br>
48+
- don&#39;t run make clean on rebuild<br>
4949
- support HTTPS-over-HTTP proxy tunneling<br>
5050
</p>
5151
</li>

doc/blog/release/version-0-6-14-stable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: version-0-6-14-stable
1010

1111
</p>
1212
<ul>
13-
<li><p>net: don&apos;t crash when queued write fails (Igor Zinkovsky)</p>
13+
<li><p>net: don&#39;t crash when queued write fails (Igor Zinkovsky)</p>
1414
</li>
1515
<li><p>sunos: fix EMFILE on process.memoryUsage() (Bryan Cantrill)</p>
1616
</li>
@@ -26,9 +26,9 @@ slug: version-0-6-14-stable
2626
<p>
2727
- upgrade node-gyp to 0.3.7<br>
2828
- work around AV-locked directories on Windows<br>
29-
- Fix isaacs/npm#2293 Don&apos;t try to &apos;uninstall&apos; /<br>
29+
- Fix isaacs/npm#2293 Don&#39;t try to &#39;uninstall&#39; /<br>
3030
- Exclude symbolic links from packages.<br>
31-
- Fix isaacs/npm#2275 Spurious &apos;unresolvable cycle&apos; error.<br>
31+
- Fix isaacs/npm#2275 Spurious &#39;unresolvable cycle&#39; error.<br>
3232
- Exclude/include dot files as if they were normal files
3333
</p>
3434
</li>

doc/blog/release/version-0-6-15-stable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ slug: version-0-6-15-stable
1818
</li>
1919
<li><p>add 64bit offset fs functions (Igor Zinkovsky)</p>
2020
</li>
21-
<li><p>windows: don&apos;t report ENOTSOCK when attempting to bind an udp handle twice (Bert Belder)</p>
21+
<li><p>windows: don&#39;t report ENOTSOCK when attempting to bind an udp handle twice (Bert Belder)</p>
2222
</li>
2323
<li><p>windows: backport pipe-connect-to-file fixes from master (Bert Belder)</p>
2424
</li>
2525
<li><p>windows: never call fs event callbacks after closing the watcher (Bert Belder)</p>
2626
</li>
27-
<li><p>fs.readFile: don&apos;t make the callback before the fd is closed (Bert Belder)</p>
27+
<li><p>fs.readFile: don&#39;t make the callback before the fd is closed (Bert Belder)</p>
2828
</li>
2929
<li><p>windows: use 64bit offsets for uv_fs apis (Igor Zinkovsky)</p>
3030
</li>

doc/blog/release/version-0-6-16-stable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ slug: version-0-6-16-stable
3434
</li>
3535
<li><p>http_parser: Eat CRLF between requests, even on connection:close. (Ben Noordhuis)</p>
3636
</li>
37-
<li><p>don&apos;t check return value of unsetenv (Ben Noordhuis)</p>
37+
<li><p>don&#39;t check return value of unsetenv (Ben Noordhuis)</p>
3838
</li>
3939
</ul>
4040
<p>Source Code: <a href="http://nodejs.org/dist/v0.6.16/node-v0.6.16.tar.gz">http://nodejs.org/dist/v0.6.16/node-v0.6.16.tar.gz</a>

doc/blog/release/version-0-6-18-stable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ slug: version-0-6-18-stable
2424
</li>
2525
<li><p>#3258: fs.ReadStream.pause() emits duplicate data event (koichik)</p>
2626
</li>
27-
<li><p>pipe_wrap: don&apos;t assert() on pipe accept errors (Ben Noordhuis)</p>
27+
<li><p>pipe_wrap: don&#39;t assert() on pipe accept errors (Ben Noordhuis)</p>
2828
</li>
2929
<li><p>Better exception output for module load and process.nextTick (Felix Geisendörfer)</p>
3030
</li>
3131
<li><p>zlib: fix error reporting (Ben Noordhuis)</p>
3232
</li>
33-
<li><p>http: Don&apos;t destroy on timeout (isaacs)</p>
33+
<li><p>http: Don&#39;t destroy on timeout (isaacs)</p>
3434
</li>
35-
<li><p>#3231: http: Don&apos;t try to emit error on a null&apos;ed req object (isaacs)</p>
35+
<li><p>#3231: http: Don&#39;t try to emit error on a null&#39;ed req object (isaacs)</p>
3636
</li>
3737
<li><p>#3236: http: Refactor ClientRequest.onSocket (isaacs)</p>
3838
</li>

doc/blog/release/version-0-7-10-unstable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on the API before it is locked down for stability.
4444
</li>
4545
<li><p>windows/msi: add start menu links when installing (Jeroen Janssen)</p>
4646
</li>
47-
<li><p>windows: don&apos;t install x64 version into the &apos;program files (x86)&apos; folder (Matt Gollob)</p>
47+
<li><p>windows: don&#39;t install x64 version into the &#39;program files (x86)&#39; folder (Matt Gollob)</p>
4848
</li>
4949
<li><p>domain: Fix #3379 domain.intercept no longer passes error arg to cb (Marc Harter)</p>
5050
</li>

doc/blog/release/version-0-7-11-unstable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on the github issue tracker.
2828
</li>
2929
<li><p>Fix #3425: removeAllListeners should delete array (Reid Burke)</p>
3030
</li>
31-
<li><p>cluster: don&apos;t silently drop messages when the write queue gets big (Bert Belder)</p>
31+
<li><p>cluster: don&#39;t silently drop messages when the write queue gets big (Bert Belder)</p>
3232
</li>
3333
<li><p>Add Buffer.concat method (isaacs)</p>
3434
</li>
@@ -40,7 +40,7 @@ on the github issue tracker.
4040
</li>
4141
<li><p>Windows: Enable ETW events on Windows for existing DTrace probes. (Igor Zinkovsky)</p>
4242
</li>
43-
<li><p>test: bundle node-weak in test/gc so that it doesn&apos;t need to be downloaded (Nathan Rajlich)</p>
43+
<li><p>test: bundle node-weak in test/gc so that it doesn&#39;t need to be downloaded (Nathan Rajlich)</p>
4444
</li>
4545
<li><p>Make many tests pass on Windows (Bert Belder)</p>
4646
</li>

doc/blog/release/version-0-7-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ slug: version-0-7-12
1313
<p>Please try out this release. There will be very virtually no changes between this and the v0.8.x release family. This is the last chance to comment before it is locked down for stability. The API is effectively frozen now. </p>
1414
<p>This version adds backwards-compatible shims for binary addons that use libeio and libev directly. If you find that binary modules that could compile on v0.6 can not compile on this version, please let us know. Note that libev is officially deprecated in v0.8, and will be removed in v0.9. You should be porting your modules to use libuv as soon as possible. </p>
1515
<p>V8 is on 3.11.10 currently, and will remain on the V8 3.11.x branch for the duration of Node v0.8.x. </p>
16-
<ul> <li><p>npm: Upgrade to 1.1.30<br> - Improved &apos;npm init&apos;<br> - Fix the &apos;cb never called&apos; error from &apos;oudated&apos; and &apos;update&apos;<br> - Add --save-bundle|-B config<br> - Fix isaacs/npm#2465: Make npm script and windows shims cygwin-aware<br> - Fix isaacs/npm#2452 Use --save(-dev|-optional) in npm rm<br> - <code>logstream</code> option to replace removed <code>logfd</code> (Rod Vagg)<br> - Read default descriptions from README.md files </p>
16+
<ul> <li><p>npm: Upgrade to 1.1.30<br> - Improved &#39;npm init&#39;<br> - Fix the &#39;cb never called&#39; error from &#39;oudated&#39; and &#39;update&#39;<br> - Add --save-bundle|-B config<br> - Fix isaacs/npm#2465: Make npm script and windows shims cygwin-aware<br> - Fix isaacs/npm#2452 Use --save(-dev|-optional) in npm rm<br> - <code>logstream</code> option to replace removed <code>logfd</code> (Rod Vagg)<br> - Read default descriptions from README.md files </p>
1717
</li> <li><p>Shims to support deprecated <code>ev_*</code> and <code>eio_*</code> methods (Ben Noordhuis)</p>
1818
</li> <li><p>#3118 net.Socket: Delay pause/resume until after connect (isaacs)</p>
1919
</li> <li><p>#3465 Add ./configure --no-ifaddrs flag (isaacs)</p>

0 commit comments

Comments
 (0)