Skip to content

Commit

Permalink
doc: fix broken links in changelogs
Browse files Browse the repository at this point in the history
Some commit links in the changelogs were pointing to incorrect/missing
shas.

PR-URL: #8122
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
evanlucas authored and jasnell committed Oct 12, 2016
1 parent a8ece14 commit 839f1f0
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
32 changes: 16 additions & 16 deletions doc/changelogs/CHANGELOG_ARCHIVE.md
Expand Up @@ -1041,7 +1041,7 @@ https://github.com/nodejs/node/commit/fdf91afb494a7a2fff2913d817f589c191a2c88f
<a id="0.8.14"></a>
## 2012.10.25, Version 0.8.14 (Stable)

https://github.com/nodejs/node/commit/b00527fcf05c3d9f https://github.com/nodejs/node/commit/b5d5d790f9472906a59fe218
https://github.com/nodejs/node/commit/b00527fcf05c3d9f

* events: Don't clobber pre-existing _events obj in EE ctor (isaacs)

Expand Down Expand Up @@ -1339,7 +1339,7 @@ https://github.com/nodejs/node/commit/a72120190a8ffdbcd3d6ad2a2e6ceecd2087111e
<a id="0.7.11"></a>
## 2012.06.15, Version 0.7.11 (unstable)

https://github.com/nodejs/node/commit/5cfe0b86d5be266ef51bbba369c39e412ee51944
https://github.com/nodejs/node/commit/1f93aa5d5d207e8bd739d365dbf9ad6dbcc69571

* V8: Upgrade to v3.11.10
* npm: Upgrade to 1.1.26
Expand All @@ -1362,7 +1362,7 @@ https://github.com/nodejs/node/commit/5cfe0b86d5be266ef51bbba369c39e412ee51944
<a id="0.7.10"></a>
## 2012.06.11, Version 0.7.10 (unstable)

https://github.com/nodejs/node/commit/12a32a48a30182621b3f8e9b9695d1946b53c131
https://github.com/nodejs/node/commit/8d9766a9dfb1eea901219d2a865ce9300fe4d68e

* Roll V8 back to 3.9.24.31
* build: x64 target should always pass -m64 (Robert Mustacchi)
Expand Down Expand Up @@ -1542,7 +1542,7 @@ https://github.com/nodejs/node/commit/99059aad8d654acda4abcfaa68df182b50f2ec90
<a id="0.7.2"></a>
## 2012.02.01, Version 0.7.2 (unstable)

https://github.com/nodejs/node/commit/ec79acb3a6166e30f0bf271fbbfda1fb575b3321
https://github.com/nodejs/node/commit/a3efcd2006614c3835c9395b91ab89c1f260806c

* Update V8 to 3.8.9
* Support for sharing streams across Isolates (Igor Zinkovsky)
Expand Down Expand Up @@ -3460,7 +3460,7 @@ https://github.com/nodejs/node/commit/eca2de73ed786b935507fd1c6faccd8df9938fd3
<a id="0.1.14"></a>
## 2009.10.09, Version 0.1.14

https://github.com/nodejs/node/commit/b12c809bb84d1265b6a4d970a5b54ee8a4890513
https://github.com/nodejs/node/commit/d79b6e9f7ffad4c6aabbe5bd89108e2005366469

* Feature: Improved addon builds with node-waf
* Feature: node.SignalHandler (Brandon Beacher)
Expand All @@ -3483,7 +3483,7 @@ https://github.com/nodejs/node/commit/b12c809bb84d1265b6a4d970a5b54ee8a4890513
<a id="0.1.13"></a>
## 2009.09.30, Version 0.1.13

https://github.com/nodejs/node/commit/58493bb05b3da3dc8051fabc0bdea9e575c1a107
https://github.com/nodejs/node/commit/9c9d67eb6ce1162c8da05ff59624f6c3ade19bf7

* Feature: Multipart stream parser (Felix Geisendörfer)
* API: Move node.puts(), node.exec() and others to /utils.js
Expand Down Expand Up @@ -3563,15 +3563,15 @@ https://github.com/nodejs/node/commit/12bb0d46ce761e3d00a27170e63b40408c15b558
<a id="0.1.9"></a>
## 2009.09.05, Version 0.1.9

https://github.com/nodejs/node/commit/d029764bb32058389ecb31ed54a5d24d2915ad4c
https://github.com/nodejs/node/commit/ba6c5e38d54de30adfce69a21bafc81c35b07a03

* Bugfix: Compile on Snow Leopard.
* Bugfix: Malformed URIs raising exceptions.

<a id="0.1.8"></a>
## 2009.09.04, Version 0.1.8

https://github.com/nodejs/node/commit/e6d712a937b61567e81b15085edba863be16ba96
https://github.com/nodejs/node/commit/734e86b9e568de5f694ae290a2b5c9395b70937c

* Feature: External modules
* Feature: setTimeout() for node.tcp.Connection
Expand All @@ -3590,7 +3590,7 @@ https://github.com/nodejs/node/commit/e6d712a937b61567e81b15085edba863be16ba96
<a id="0.1.7"></a>
## 2009.08.27, Version 0.1.7

https://github.com/nodejs/node/commit/f7acef9acf8ba8433d697ad5ed99d2e857387e4b
https://github.com/nodejs/node/commit/31db4f1ed837f3835937f60d31368bdb31998386

* Feature: global 'process' object. Emits "exit".
* Feature: promise.wait()
Expand Down Expand Up @@ -3622,7 +3622,7 @@ https://github.com/nodejs/node/commit/9c97b1db3099d61cd292aa59ec2227a619f3a7ab
<a id="0.1.5"></a>
## 2009.08.21, Version 0.1.5

https://github.com/nodejs/node/commit/b0fd3e281cb5f7cd8d3a26bd2b89e1b59998e5ed
https://github.com/nodejs/node/commit/a73998d6f491227e595524dc70589369fb458224

* Bugfix: Buggy connections could crash node.js. Now check
connection before sending data every time (Kevin van Zonneveld)
Expand Down Expand Up @@ -3659,7 +3659,7 @@ https://github.com/nodejs/node/commit/0f888ed6de153f68c17005211d7e0f960a5e34f3
<a id="0.1.3"></a>
## 2009.08.06, Version 0.1.3

https://github.com/nodejs/node/commit/695f0296e35b30cf8322fd1bd934810403cca9f3
https://github.com/nodejs/node/commit/7464d423103b96c400d6875d390c19b637532ebf

* Upgrade v8 to 1.3.2
* Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not
Expand All @@ -3677,7 +3677,7 @@ https://github.com/nodejs/node/commit/695f0296e35b30cf8322fd1bd934810403cca9f3
<a id="0.1.2"></a>
## 2009.08.01, Version 0.1.2

https://github.com/nodejs/node/commit/025a34244d1cea94d6d40ad7bf92671cb909a96c
https://github.com/nodejs/node/commit/e10fbab00fd8325a7d05d1f854292143b8361e1f

* Add DNS API
* node.tcp.Server's backlog option is now an argument to listen()
Expand Down Expand Up @@ -3725,7 +3725,7 @@ https://github.com/nodejs/node/commit/77d407df2826b20e9177c26c0d2bb4481e497937
<a id="0.1.0"></a>
## 2009.06.30, Version 0.1.0

https://github.com/nodejs/node/commit/0fe44d52fe75f151bceb59534394658aae6ac328
https://github.com/nodejs/node/commit/813b53938b40484f63e7324c030e33711f26a149

* Update documentation, use asciidoc.
* EventEmitter and Promise interfaces. (Breaks previous API.)
Expand Down Expand Up @@ -3757,7 +3757,7 @@ https://github.com/nodejs/node/commit/fbe0be19ebfb422d8fa20ea5204c1713e9214d5f
<a id="0.0.5"></a>
## 2009.06.18, Version 0.0.5

https://github.com/nodejs/node/commit/3a2b41de74b6c343b8464a68eff04c4bfd9aebea
https://github.com/nodejs/node/commit/ec5f3dbae11ed121d24744861a8fce55636ecd66

* Support for IPv6
* Remove namespace node.constants
Expand Down Expand Up @@ -3786,7 +3786,7 @@ https://github.com/nodejs/node/commit/916b9ca715b229b0703f0ed6c2fc065410fb189c
<a id="0.0.3"></a>
## 2009.06.11, Version 0.0.3

https://github.com/nodejs/node/commit/6e0dfe50006ae4f5dac987f055e0c9338662f40a
https://github.com/nodejs/node/commit/4cfc982c776475eb65fb1080e6b575a86505a347

* Many bug fixes including the problem with http.Client on
macintosh
Expand Down
8 changes: 4 additions & 4 deletions doc/changelogs/CHANGELOG_IOJS.md
Expand Up @@ -663,8 +663,8 @@ See https://github.com/nodejs/node/labels/confirmed-bug for complete and current

### Commits

* [[`52b1230628`](https://github.com/nodejs/node/commit/52b1230628)] - **deps**: update deps/openssl/conf/arch/*/opensslconf.h (Shigeki Ohtsu) [#2141](https://github.com/nodejs/node/pull/2141)
* [[`20ff1e2ecb`](https://github.com/nodejs/node/commit/20ff1e2ecb)] - **deps**: upgrade openssl sources to 1.0.2d (Shigeki Ohtsu) [#2141](https://github.com/nodejs/node/pull/2141)
* [[`c70e68fa32`](https://github.com/nodejs/node/commit/c70e68fa32)] - **deps**: update deps/openssl/conf/arch/*/opensslconf.h (Shigeki Ohtsu) [#2141](https://github.com/nodejs/node/pull/2141)
* [[`ca93f7f2e6`](https://github.com/nodejs/node/commit/ca93f7f2e6)] - **deps**: upgrade openssl sources to 1.0.2d (Shigeki Ohtsu) [#2141](https://github.com/nodejs/node/pull/2141)


<a id="2.3.3"></a>
Expand Down Expand Up @@ -1359,7 +1359,7 @@ See https://github.com/nodejs/node/labels/confirmed-bug for complete and current
* [[`2e2fce0502`](https://github.com/nodejs/node/commit/2e2fce0502)] - **repl**: fix persistent history and env variable name (Roman Reiss) [#1593](https://github.com/nodejs/node/pull/1593)
* [[`ea5195ccaf`](https://github.com/nodejs/node/commit/ea5195ccaf)] - **repl**: do not save history for non-terminal repl (Fedor Indutny) [#1575](https://github.com/nodejs/node/pull/1575)
* [[`0450ce7db2`](https://github.com/nodejs/node/commit/0450ce7db2)] - **repl**: add mode detection, cli persistent history (Chris Dickinson) [#1513](https://github.com/nodejs/node/pull/1513)
* [[`af9fe3bbc7`](https://github.com/nodejs/node/commit/af9fe3bbc7)] - **(SEMVER-MAJOR)** **src**: bump NODE_MODULE_VERSION due to V8 API (Rod Vagg) [#1532](https://github.com/nodejs/node/pull/1532)
* [[`c1b9913e1f`](https://github.com/nodejs/node/commit/c1b9913e1f)] - **(SEMVER-MAJOR)** **src**: bump NODE_MODULE_VERSION due to V8 API (Rod Vagg) [#1532](https://github.com/nodejs/node/pull/1532)
* [[`279f6116aa`](https://github.com/nodejs/node/commit/279f6116aa)] - **src**: fix -Wmissing-field-initializers warning (Ben Noordhuis) [#1606](https://github.com/nodejs/node/pull/1606)
* [[`73062521a4`](https://github.com/nodejs/node/commit/73062521a4)] - **src**: deprecate smalloc public functions (Ben Noordhuis) [#1565](https://github.com/nodejs/node/pull/1565)
* [[`ccb199af17`](https://github.com/nodejs/node/commit/ccb199af17)] - **src**: fix deprecation warnings (Ben Noordhuis) [#1565](https://github.com/nodejs/node/pull/1565)
Expand Down Expand Up @@ -1443,7 +1443,7 @@ will be removed at a later point. (Roman Reiss) [#1363](https://github.com/nodej
### Commits

* [[`53ed89d927`](https://github.com/nodejs/node/commit/53ed89d927)] - ***Revert*** "**build**: use %PYTHON% instead of python" (Rod Vagg) [#1475](https://github.com/nodejs/node/pull/1475)
* [[`2b744b0ab7`](https://github.com/nodejs/node/commit/2b744b0ab7)] - **src**: revert NODE_MODULE_VERSION to 43 (Chris Dickinson) [#1460](https://github.com/nodejs/node/pull/1460)
* [[`f23b96352b`](https://github.com/nodejs/node/commit/f23b96352b)] - **src**: revert NODE_MODULE_VERSION to 43 (Chris Dickinson) [#1460](https://github.com/nodejs/node/pull/1460)
* [[`431673ebd1`](https://github.com/nodejs/node/commit/431673ebd1)] - **buffer**: fast-case for empty string in byteLength (Jackson Tian) [#1441](https://github.com/nodejs/node/pull/1441)
* [[`1b22bad35f`](https://github.com/nodejs/node/commit/1b22bad35f)] - **build**: fix logic for shared library flags (Jeremiah Senkpiel) [#1454](https://github.com/nodejs/node/pull/1454)
* [[`91943a99d5`](https://github.com/nodejs/node/commit/91943a99d5)] - **build**: use %PYTHON% instead of python (Rod Vagg) [#1444](https://github.com/nodejs/node/pull/1444)
Expand Down
6 changes: 3 additions & 3 deletions doc/changelogs/CHANGELOG_V4.md
Expand Up @@ -44,8 +44,8 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)

**Note:** Node.js v4 is covered by the

**Note:** Node.js v4 is covered by the
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
will be supported actively until April 2017 and maintained until April 2018.

Expand Down Expand Up @@ -1516,7 +1516,7 @@ Maintenance update.
* [[`1e1173fc5c`](https://github.com/nodejs/node/commit/1e1173fc5c)] - **configure**: respect CC_host in host arch detection (João Reis) [#4117](https://github.com/nodejs/node/pull/4117)
* [[`2e9b886fbf`](https://github.com/nodejs/node/commit/2e9b886fbf)] - **crypto**: DSA parameter validation in FIPS mode (Stefan Budeanu) [#3756](https://github.com/nodejs/node/pull/3756)
* [[`00b77d9e84`](https://github.com/nodejs/node/commit/00b77d9e84)] - **crypto**: Improve error checking and reporting (Stefan Budeanu) [#3753](https://github.com/nodejs/node/pull/3753)
* [[`3dd90ddc73`](https://github.com/nodejs/node/commit/3dd90ddc73)] - **deps**: upgrade to npm 2.14.12 (Kat Marchán) [#4110](https://github.com/nodejs/node/pull/4110)
* [[`810f76e440`](https://github.com/nodejs/node/commit/810f76e440)] - **deps**: upgrade to npm 2.14.12 (Kat Marchán) [#4110](https://github.com/nodejs/node/pull/4110)
* [[`51ae8d10b3`](https://github.com/nodejs/node/commit/51ae8d10b3)] - **deps**: Updated node LICENSE file with new npm license (Kat Marchán) [#4110](https://github.com/nodejs/node/pull/4110)
* [[`9e1edead22`](https://github.com/nodejs/node/commit/9e1edead22)] - **deps**: backport 819b40a from V8 upstream (Michaël Zasso) [#3938](https://github.com/nodejs/node/pull/3938)
* [[`a2ce3843cc`](https://github.com/nodejs/node/commit/a2ce3843cc)] - **deps**: upgrade npm to 2.14.9 (Forrest L Norvell) [#3686](https://github.com/nodejs/node/pull/3686)
Expand Down

0 comments on commit 839f1f0

Please sign in to comment.