This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree 4 files changed +38
-12
lines changed
4 files changed +38
-12
lines changed Original file line number Diff line number Diff line change 1
- 2011.11.18, Version 0.6.2 (stable)
1
+ 2011.11.25, Version 0.6.3 (stable)
2
+
3
+ * #2083 Land NPM in Node. It is included in packages/installers and installed
4
+ on `make install`.
5
+
6
+ * #2076 Add logos to windows installer.
7
+
8
+ * #1711 Correctly handle http requests without headers. (Ben Noordhuis,
9
+ Felix Geisendörfer)
10
+
11
+ * TLS: expose more openssl SSL context options and constants. (Ben Noordhuis)
12
+
13
+ * #2177 Windows: don't kill UDP socket when a packet fails to reach its
14
+ destination. (Bert Belder)
15
+
16
+ * Windows: support paths longer than 260 characters. (Igor Zinkovsky)
17
+
18
+ * Windows: correctly resolve drive-relative paths. (Bert Belder)
19
+
20
+ * #2166 Don't leave file descriptor open after lchmod. (Isaac Schlueter)
21
+
22
+ * #2084 Add OS X .pkg build script to make file.
23
+
24
+ * #2160 Documentation improvements. (Ben Noordhuis)
25
+
26
+
27
+ 2011.11.18, Version 0.6.2 (stable), a4402f0b2e410b19375a1d5c5fb7fe7f66f3c7f8
2
28
3
29
* doc improvements (Artur Adib, Trevor Burnham, Ryan Emery, Trent Mick)
4
30
23
49
* Upgrade V8 to 3.6.6.8
24
50
25
51
26
- 2011.11.11, Version 0.6.1 (stable)
52
+ 2011.11.11, Version 0.6.1 (stable), 170f2addb2dd0c625bc4a6d461e89a31ad68b79b
27
53
28
54
* doc improvements (Eric Lovett, Ben Noordhuis, Scott Anderson, Yoji SHIDARA)
29
55
Original file line number Diff line number Diff line change 26
26
< li > < a href ="#download "> Download</ a > </ li >
27
27
< li > < a href ="https://github.com/joyent/node/wiki/ChangeLog "> ChangeLog</ a > </ li >
28
28
< li > < a href ="#about "> About</ a > </ li >
29
- < li > < a href ="http://nodejs.org/docs/v0.6.2 /api "> v0.6.2 docs</ a > </ li >
29
+ < li > < a href ="http://nodejs.org/docs/v0.6.3 /api "> v0.6.3 docs</ a > </ li >
30
30
< br />
31
31
< li > < a href ="https://github.com/joyent/node/wiki "> Wiki</ a > </ li >
32
32
< li > < a href ="http://blog.nodejs.org/ "> Blog</ a > </ li >
@@ -105,14 +105,14 @@ <h2 id="video">Introduction</h2>
105
105
106
106
< h2 id ="download "> Download</ h2 >
107
107
108
- < p > 2011.11.18 v0.6.2
108
+ < p > 2011.11.25 v0.6.3
109
109
< ul class ="release ">
110
- < li > < a href ="http://nodejs.org/dist/v0.6.2 /node-v0.6.2 .tar.gz "> < code > node-v0.6.2 .tar.gz</ code >
110
+ < li > < a href ="http://nodejs.org/dist/v0.6.3 /node-v0.6.3 .tar.gz "> < code > node-v0.6.3 .tar.gz</ code >
111
111
Source code</ a > (< a href ="https://github.com/joyent/node/wiki/Installation "> build instructions</ a > )
112
- < li > < a href ="http://nodejs.org/dist/v0.6.2 /node-v0.6.2 .msi "> < code > node-v0.6.2 .msi</ code > Windows installer</ a >
113
- < li > < a href ="http://nodejs.org/dist/v0.6.2 /node-v0.6.2 .pkg "> < code > node-v0.6.2 .pkg</ code > Macintosh installer</ a >
114
- < li > < a href ="http://nodejs.org/docs/v0.6.2 /api/index.html "> Documentation</ a >
115
- < li > < a href ="http://nodejs.org/dist/v0.6.2 "> Other release files
112
+ < li > < a href ="http://nodejs.org/dist/v0.6.3 /node-v0.6.3 .msi "> < code > node-v0.6.3 .msi</ code > Windows installer</ a >
113
+ < li > < a href ="http://nodejs.org/dist/v0.6.3 /node-v0.6.3 .pkg "> < code > node-v0.6.3 .pkg</ code > Macintosh installer</ a >
114
+ < li > < a href ="http://nodejs.org/docs/v0.6.3 /api/index.html "> Documentation</ a >
115
+ < li > < a href ="http://nodejs.org/dist/v0.6.3 "> Other release files
116
116
(like < code > .exe</ code > and < code > .pdb</ code > )</ a >
117
117
</ ul >
118
118
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < title > {{section}}Node.js v0.6.2 Manual & Documentation</ title >
5
+ < title > {{section}}Node.js v0.6.3 Manual & Documentation</ title >
6
6
< link type ="image/x-icon " rel ="icon " href ="/favicon.ico " />
7
7
< link type ="image/x-icon " rel ="shortcut icon " href ="/favicon.ico " />
8
8
< link rel ="stylesheet " href ="assets/style.css " type ="text/css " media ="all " />
11
11
< body >
12
12
< div id ="container ">
13
13
< header >
14
- < h1 > Node.js v0.6.2 Manual & Documentation</ h1 >
14
+ < h1 > Node.js v0.6.3 Manual & Documentation</ h1 >
15
15
< div id ="gtoc ">
16
16
< p > < a href ="index.html "> Index</ a > | < a href ="all.html "> View on single page</ a > </ p >
17
17
</ div >
Original file line number Diff line number Diff line change 29
29
#define NODE_MAJOR_VERSION 0
30
30
#define NODE_MINOR_VERSION 6
31
31
#define NODE_PATCH_VERSION 3
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments