Skip to content

Commit b75a5e2

Browse files
committed
add missing 0.11.16 entry, fix 0.12.7 entry
1 parent 3f69388 commit b75a5e2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

doc/changelogs/CHANGELOG_ARCHIVE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</tr>
1515
<tr>
1616
<td valign="top">
17+
<a href="#0.11.16">0.11.16</a><br/>
1718
<a href="#0.11.15">0.11.15</a><br/>
1819
<a href="#0.11.14">0.11.14</a><br/>
1920
<a href="#0.11.13">0.11.13</a><br/>
@@ -179,6 +180,17 @@
179180
* [0.10.x](CHANGELOG_V010.md)
180181
* [io.js](CHANGELOG_IOJS.md)
181182

183+
<a id="0.11.16"></a>
184+
185+
## 2015.01.29, Version 0.11.16 (Unstable)
186+
187+
* openssl: Upgrade to 1.0.1l
188+
* npm: Upgrade to 2.3.0
189+
* url: revert support of `path` for url.format" (Julien Gilli)
190+
* assert: use `util.inspect()` to create error messages (cjihrig)
191+
* net: throw on invalid socket timeouts (cjihrig)
192+
* url: fix parsing of ssh urls (Evan Lucas)
193+
182194
<a id="0.11.15"></a>
183195

184196
## 2015.01.20, Version 0.11.15 (Unstable)

doc/changelogs/CHANGELOG_V012.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ Security Update
282282

283283
## 2015.11.25, Version 0.12.8 (LTS), @rvagg
284284

285+
### Commits
286+
285287
* \[[`d9399569bd`](https://github.com/nodejs/node/commit/d9399569bd)] - build: backport tools/release.sh (Rod Vagg) <https://github.com/nodejs/node/pull/3642>
286288
* \[[`78c5b4c8bd`](https://github.com/nodejs/node/commit/78c5b4c8bd)] - build: backport config for new CI infrastructure (Rod Vagg) <https://github.com/nodejs/node/pull/3642>
287289
* \[[`83441616a5`](https://github.com/nodejs/node/commit/83441616a5)] - build: fix --without-ssl compile time error (Ben Noordhuis) <https://github.com/nodejs/node/pull/3825>
@@ -313,6 +315,10 @@ Security Update
313315
* \[[`881d9bea01`](https://github.com/nodejs/node/commit/881d9bea01)] - doc: readable event clarification (James M Snell) <https://github.com/nodejs/node-v0.x-archive/pull/25591>
314316
* \[[`b6378f0c75`](https://github.com/nodejs/node/commit/b6378f0c75)] - doc: stream.unshift does not reset reading state (James M Snell) <https://github.com/nodejs/node-v0.x-archive/pull/25591>
315317

318+
<a id="0.12.7"></a>
319+
320+
## 2015-07-09, Version 0.12.7 (Stable)
321+
316322
### Commits
317323

318324
* \[[`0cf9f27703`](https://github.com/nodejs/node/commit/0cf9f27703)] - **deps**: upgrade openssl sources to 1.0.1p [#25654](https://github.com/joyent/node/pull/25654)

0 commit comments

Comments
 (0)