This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -376,3 +376,5 @@ Paul Serby <paul.serby@clock.co.uk>
376
376
Andrew Paprocki <andrew@ishiboo.com>
377
377
Ricky Ng-Adam <rngadam@lophilo.com>
378
378
Aaditya Bhatia <aadityabhatia@gmail.com>
379
+ Max Ogden <max@maxogden.com>
380
+ Igor Soarez <igorsoarez@gmail.com>
Original file line number Diff line number Diff line change
1
+ 2012.10.24, Version 0.9.3 (Unstable)
2
+
3
+ * V8: Upgrade to 3.13.7.4
4
+
5
+ * crypto: Default to buffers instead of binary strings (isaacs, Fedor Indutny)
6
+
7
+ * crypto: add getHashes() and getCiphers() (Ben Noordhuis)
8
+
9
+ * unix: add custom thread pool, remove libeio (Ben Noordhuis)
10
+
11
+ * util: make `inspect()` accept an "options" argument (Nathan Rajlich)
12
+
13
+ * https: fix renegotation attack protection (Ben Noordhuis)
14
+
15
+ * cluster: make 'listening' handler see actual port (Aaditya Bhatia)
16
+
17
+ * windows: use USERPROFILE to get the user's home dir (Bert Belder)
18
+
19
+ * path: add platform specific path delimiter (Paul Serby)
20
+
21
+ * http: add response.headersSent property (Pavel Lang)
22
+
23
+ * child_process: make .fork()'d child auto-exit (Ben Noordhuis)
24
+
25
+ * events: add 'removeListener' event (Ben Noordhuis)
26
+
27
+ * string_decoder: Add 'end' method, do base64 properly (isaacs)
28
+
29
+ * buffer: include encoding value in exception when invalid (Ricky Ng-Adam)
30
+
31
+ * http: make http.ServerResponse no longer emit 'end' (isaacs)
32
+
33
+ * streams: fix pipe is destructed by 'end' from destination (koichik)
34
+
35
+
1
36
2012.09.17, Version 0.9.2 (Unstable)
2
37
3
38
* http_parser: upgrade to ad3b631
Original file line number Diff line number Diff line change 25
25
#define NODE_MAJOR_VERSION 0
26
26
#define NODE_MINOR_VERSION 9
27
27
#define NODE_PATCH_VERSION 3
28
- #define NODE_VERSION_IS_RELEASE 0
28
+ #define NODE_VERSION_IS_RELEASE 1
29
29
30
30
#ifndef NODE_STRINGIFY
31
31
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments