File tree 4 files changed +34
-9
lines changed
4 files changed +34
-9
lines changed Original file line number Diff line number Diff line change 1
- 2011.08.01, Version 0.5.3 (unstable)
1
+ 2011.08.12, Version 0.5.4 (unstable)
2
+
3
+ * libuv/Windows compatibility improvements
4
+
5
+ * Build on Microsoft Visual Studio via GYP. Use generate-projects.bat in the
6
+ to build sln files. (Peter Bright, Igor Zinkovsky)
7
+
8
+ * Make Mikeal's HTTP agent client the default. Use old HTTP client with
9
+ --use-http1
10
+
11
+ * Fixes https host header default port handling. (Mikeal Rogers)
12
+
13
+ * #1440 strip byte order marker when loading *.js and *.json files
14
+ (Ben Noordhuis)
15
+
16
+ * #1434 Improve util.format() compatibility with browser. (Koichi Kobayashi)
17
+
18
+ * Provide unchecked uint entry points for integer Buffer.read/writeInt
19
+ methods. (Robert Mustacchi)
20
+
21
+ * CMake improvements (Tom Huges)
22
+
23
+ * Upgrade V8 to 3.5.4.
24
+
25
+
26
+ 2011.08.01, Version 0.5.3 (unstable), 4585330afef44ddfb6a4054bd9b0f190b352628b
2
27
3
28
* Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
4
29
Original file line number Diff line number Diff line change 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
29
< li > < a href ="http://nodejs.org/docs/v0.4.10/api "> v0.4.10 docs</ a > </ li >
30
- < li > < a href ="http://nodejs.org/docs/v0.5.3 /api "> v0.5.3 docs</ a > </ li >
30
+ < li > < a href ="http://nodejs.org/docs/v0.5.4 /api "> v0.5.4 docs</ a > </ li >
31
31
< br />
32
32
< li > < a href ="https://github.com/joyent/node/wiki "> Wiki</ a > </ li >
33
33
< li > < a href ="http://blog.nodejs.org/ "> Blog</ a > </ li >
@@ -116,11 +116,11 @@ <h2 id="download">Download</h2>
116
116
< li > < a href ="http://nodejs.org/docs/v0.4.10/api/index.html "> Documentation</ a >
117
117
</ ul >
118
118
119
- < p > 2011.08.01 v0.5.3 (unstable)
119
+ < p > 2011.08.12 v0.5.4 (unstable)
120
120
< ul class ="release ">
121
- < li > < a href ="http://nodejs.org/dist/v0.5.3 /node-v0.5.3 .tar.gz "> < code > node-v0.5.3 .tar.gz</ code > Source code</ a >
122
- < li > < a href ="http://nodejs.org/dist/v0.5.3 /node.exe "> < code > node.exe</ code > Windows executable</ a >
123
- < li > < a href ="http://nodejs.org/docs/v0.5.3 /api/index.html "> Documentation</ a >
121
+ < li > < a href ="http://nodejs.org/dist/v0.5.4 /node-v0.5.4 .tar.gz "> < code > node-v0.5.4 .tar.gz</ code > Source code</ a >
122
+ < li > < a href ="http://nodejs.org/dist/v0.5.4 /node.exe "> < code > node.exe</ code > Windows executable</ a >
123
+ < li > < a href ="http://nodejs.org/docs/v0.5.4 /api/index.html "> Documentation</ a >
124
124
</ ul >
125
125
126
126
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.5.3 Manual & Documentation</ title >
5
+ < title > {{section}}Node.js v0.5.4 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.5.3 Manual & Documentation</ h1 >
14
+ < h1 > Node.js v0.5.4 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 5
31
31
#define NODE_PATCH_VERSION 4
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