Skip to content

Commit f06abda

Browse files
committed
2012.03.13, Version 0.7.6 (unstable)
* Upgrade v8 to 3.9.17 * Upgrade npm to 1.1.8 - Add support for os/cpu fields in package.json (Adam Blackburn) - Automatically node-gyp packages containing a binding.gyp - Fix failures unpacking in UNC shares - Never create un-listable directories - Handle cases where an optionalDependency fails to build * events: newListener emit correct fn when using 'once' (Roly Fentanes) * url: Ignore empty port component (Łukasz Walukiewicz) * module: replace 'children' array (isaacs) * tls: parse multiple values of a key in ssl certificate (Sambasiva Suda) * cluster: support passing of named pipes (Ben Noordhuis) * Windows: include syscall in fs errors (Bert Belder) * http: #2888 Emit end event only once (Igor Zinkovsky) * readline: add multiline support (Rlidwka) * process: add `process.hrtime()` (Nathan Rajlich) * net, http, https: add localAddress option (Dmitry Nizovtsev) * addon improvements (Nathan Rajlich) * build improvements (Ben Noordhuis, Sadique Ali, T.C. Hollingsworth, Nathan Rajlich) * add support for "SEARCH" request methods (Nathan Rajlich) * expose the zlib and http_parser version in process.versions (Nathan Rajlich)
1 parent 10dc129 commit f06abda

File tree

7 files changed

+68
-14
lines changed

7 files changed

+68
-14
lines changed

AUTHORS

+14
Original file line numberDiff line numberDiff line change
@@ -273,3 +273,17 @@ Tomasz Buchert <[email protected]>
273273
Myles Byrne <[email protected]>
274274
T.C. Hollingsworth <[email protected]>
275275
Cam Pedersen <[email protected]>
276+
Roly Fentanes <[email protected]>
277+
Ted Young <[email protected]>
278+
Joshua Holbrook <[email protected]>
279+
Blake Miner <[email protected]>
280+
Vincent Ollivier <[email protected]>
281+
Jimb Esser <[email protected]>
282+
Sambasiva Suda <[email protected]>
283+
Sadique Ali <[email protected]>
284+
Dmitry Nizovtsev <[email protected]>
285+
Alex Kocharin <[email protected]>
286+
287+
Shea Levy <[email protected]>
288+
Nao Iizuka <[email protected]>
289+
Christian Ress <[email protected]>

ChangeLog

+41-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
1-
2012.02.23, Version 0.7.5 (unstable)
1+
2012.03.13, Version 0.7.6 (unstable)
2+
3+
* Upgrade v8 to 3.9.17
4+
5+
* Upgrade npm to 1.1.8
6+
- Add support for os/cpu fields in package.json (Adam Blackburn)
7+
- Automatically node-gyp packages containing a binding.gyp
8+
- Fix failures unpacking in UNC shares
9+
- Never create un-listable directories
10+
- Handle cases where an optionalDependency fails to build
11+
12+
* events: newListener emit correct fn when using 'once' (Roly Fentanes)
13+
14+
* url: Ignore empty port component (Łukasz Walukiewicz)
15+
16+
* module: replace 'children' array (isaacs)
17+
18+
* tls: parse multiple values of a key in ssl certificate (Sambasiva Suda)
19+
20+
* cluster: support passing of named pipes (Ben Noordhuis)
21+
22+
* Windows: include syscall in fs errors (Bert Belder)
23+
24+
* http: #2888 Emit end event only once (Igor Zinkovsky)
25+
26+
* readline: add multiline support (Rlidwka)
27+
28+
* process: add `process.hrtime()` (Nathan Rajlich)
29+
30+
* net, http, https: add localAddress option (Dmitry Nizovtsev)
31+
32+
* addon improvements (Nathan Rajlich)
33+
34+
* build improvements (Ben Noordhuis, Sadique Ali, T.C. Hollingsworth, Nathan Rajlich)
35+
36+
* add support for "SEARCH" request methods (Nathan Rajlich)
37+
38+
* expose the zlib and http_parser version in process.versions (Nathan Rajlich)
39+
40+
41+
2012.02.23, Version 0.7.5 (unstable), d384b8b0d2ab7f05465f0a3e15fe20b4e25b5f86
242

343
* startup speed improvements (Maciej Małecki)
444

doc/about/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h1>Node's goal is to provide an easy way to build scalable
130130
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
131131
</ul>
132132

133-
<p>Copyright 2012 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.5/LICENSE">license</a>.</p>
133+
<p>Copyright 2012 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.6/LICENSE">license</a>.</p>
134134
</div>
135135

136136

doc/community/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h2 class="irc">IRC</h2>
180180
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
181181
</ul>
182182

183-
<p>Copyright 2012 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.5/LICENSE">license</a>.</p>
183+
<p>Copyright 2012 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.6/LICENSE">license</a>.</p>
184184
</div>
185185

186186
<script>

doc/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<a href="#download" class="button" id="downloadbutton">Download</a>
3333
<a href="http://nodejs.org/api/index.html" class="button" id="docsbutton">Docs</a>
34-
<p class="version">v0.7.5</p>
34+
<p class="version">v0.7.6</p>
3535
</div>
3636
<div id="quotes" class="clearfix">
3737
<h2>Node.js in the Industry</h2>
@@ -78,15 +78,15 @@ <h2>Node.js in the Industry</h2>
7878
<a href="#" id="download-close">X</a>
7979
<img id="download-logo" src="http://nodejs.org/images/download-logo.png" alt="node.js">
8080
<ul id="installers" class="clearfix">
81-
<li><a href="http://nodejs.org/dist/v0.7.5/node-v0.7.5.msi">Windows Installer</a><br>node-v0.7.5.msi</li>
82-
<li><a href="http://nodejs.org/dist/v0.7.5/node-v0.7.5.pkg">Macintosh Installer</a><br>node-v0.7.5.pkg</li>
83-
<li id="source"><a href="http://nodejs.org/dist/v0.7.5/node-v0.7.5.tar.gz">Source Code</a><br>node-v0.7.5.tar.gz</li>
81+
<li><a href="http://nodejs.org/dist/v0.7.6/node-v0.7.6.msi">Windows Installer</a><br>node-v0.7.6.msi</li>
82+
<li><a href="http://nodejs.org/dist/v0.7.6/node-v0.7.6.pkg">Macintosh Installer</a><br>node-v0.7.6.pkg</li>
83+
<li id="source"><a href="http://nodejs.org/dist/v0.7.6/node-v0.7.6.tar.gz">Source Code</a><br>node-v0.7.6.tar.gz</li>
8484
</ul>
8585
<ul id="documentation">
86-
<li><a href="https://raw.github.com/joyent/node/v0.7.5/ChangeLog">Change Log</a></li>
87-
<li><a href="http://nodejs.org/docs/v0.7.5/api/index.html">Documentation</a></li>
88-
<li><a href="http://nodejs.org/dist/v0.7.5">Other release files</a></li>
89-
<li><a href="https://raw.github.com/joyent/node/v0.7.5/LICENSE">License</a></li>
86+
<li><a href="https://raw.github.com/joyent/node/v0.7.6/ChangeLog">Change Log</a></li>
87+
<li><a href="http://nodejs.org/docs/v0.7.6/api/index.html">Documentation</a></li>
88+
<li><a href="http://nodejs.org/dist/v0.7.6">Other release files</a></li>
89+
<li><a href="https://raw.github.com/joyent/node/v0.7.6/LICENSE">License</a></li>
9090
<li><a href="https://github.com/joyent/node">Git Repository</a></li>
9191
<li><a href="https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager">Installing
9292
with a Package Manager</a>
@@ -211,7 +211,7 @@ <h2>Explore Node.js</h2>
211211
<!-- <li><a hrfe="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> -->
212212
</ul>
213213

214-
<p>Copyright 2012 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.5/LICENSE">license</a>.</p>
214+
<p>Copyright 2012 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.7.6/LICENSE">license</a>.</p>
215215
</div>
216216

217217

doc/logos/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Desktop Background</h2>
8282
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
8383
</ul>
8484

85-
<p>Copyright <a href="http://joyent.com">Joyent, Inc</a>., Node.js is a <a href="/trademark-policy.pdf">trademark of Joyent, Inc</a>., <a href="https://raw.github.com/joyent/node/v0.7.5/LICENSE">View License</a></p>
85+
<p>Copyright <a href="http://joyent.com">Joyent, Inc</a>., Node.js is a <a href="/trademark-policy.pdf">trademark of Joyent, Inc</a>., <a href="https://raw.github.com/joyent/node/v0.7.6/LICENSE">View License</a></p>
8686
</div>
8787

8888
<script>

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_MAJOR_VERSION 0
3030
#define NODE_MINOR_VERSION 7
3131
#define NODE_PATCH_VERSION 6
32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)