File tree Expand file tree Collapse file tree 4 files changed +23
-6
lines changed
Expand file tree Collapse file tree 4 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1+ 2011.01.16, Version 0.3.5 (unstable)
2+
3+ * Built-in debugger improvements.
4+
5+ * Add setsid, setuid, setgid options to child_process.spawn
6+ (Isaac Schlueter)
7+
8+ * tty module improvements.
9+
10+ * Upgrade libev to 4.3, libeio to latest, c-ares to 1.7.4
11+
12+ * Allow third party hooks before main module load.
13+ (See 496be457b6a2bc5b01ec13644b9c9783976159b2)
14+
15+ * Don't stat() on cached modules. (Felix Geisendörfer)
16+
17+
1182011.01.08, Version 0.3.4 (unstable)
219
320* Primordal mingw build (Bert Belder)
Original file line number Diff line number Diff line change 2323 < li > < a href ="#about "> About</ a > </ li >
2424 < li > < a href ="#links "> Links</ a > </ li >
2525 < li > < a href ="#contributing "> Contributing</ a > </ li >
26- < li > < a href ="http://nodejs.org/docs/v0.3.4 /api "> v0.3.4 docs</ a > </ li >
26+ < li > < a href ="http://nodejs.org/docs/v0.3.5 /api "> v0.3.5 docs</ a > </ li >
2727 < li > < a href ="http://nodejs.org/docs/v0.2.6/api.html "> v0.2.6 docs</ a > </ li >
2828 </ ol >
2929 </ div >
@@ -92,9 +92,9 @@ <h2 id="download">Download</h2>
9292 </ p >
9393
9494 < p >
95- Unstable: 2011.01.08
96- < a href ="http://nodejs.org/dist/node-v0.3.4 .tar.gz "> node-v0.3.4 .tar.gz</ a >
97- (< a href ="http://nodejs.org/docs/v0.3.4 /api/index.html "> Documentation</ a > )
95+ Unstable: 2011.01.16
96+ < a href ="http://nodejs.org/dist/node-v0.3.5 .tar.gz "> node-v0.3.5 .tar.gz</ a >
97+ (< a href ="http://nodejs.org/docs/v0.3.5 /api/index.html "> Documentation</ a > )
9898 </ p >
9999
100100 < p > Historical: < a href ="http://nodejs.org/dist "> versions</ a > , < a href ="http://nodejs.org/docs "> docs</ a > </ p >
Original file line number Diff line number Diff line change 77#define NODE_MAJOR_VERSION 0
88#define NODE_MINOR_VERSION 3
99#define NODE_PATCH_VERSION 5
10- #define NODE_VERSION_IS_RELEASE 0
10+ #define NODE_VERSION_IS_RELEASE 1
1111
1212#ifndef NODE_STRINGIFY
1313#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
Original file line number Diff line number Diff line change 1- # git log --pretty='format:%ae %an' | tail -r | awk -f updateAuthors.awk
1+ # git log --pretty='format:%ae %an' | tac | awk -f tools/ updateAuthors.awk
22{
33 if (! x[ $1 ] ++ ) {
44 #print $0
You can’t perform that action at this time.
0 commit comments