This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -372,3 +372,6 @@ Francois Marier <francois@mozilla.com>
372
372
Trevor Norris <trev.norris@gmail.com>
373
373
Joshua Erickson <josh@snoj.us>
374
374
Kai Sasaki Lewuathe <sasaki_kai@lewuathe.sakura.ne.jp>
375
+ Nicolas Chambrier <naholyr@gmail.com>
376
+ Tim Bradshaw <tfb@cley.com>
377
+ Johannes Ewald <mail@johannesewald.de>
Original file line number Diff line number Diff line change 1
- 2012.12.13, Version 0.8.16 (Stable)
1
+ 2012.01.09, Version 0.8.17 (Stable)
2
+
3
+ * npm: Upgrade to v1.2.0
4
+ - peerDependencies (Domenic Denicola)
5
+ - node-gyp v0.8.2 (Nathan Rajlich)
6
+ - Faster installs from github user/project shorthands (Nathan Zadoks)
7
+
8
+ * typed arrays: fix 32 bit size/index overflow (Ben Noordhuis)
9
+
10
+ * http: Improve performance of single-packet responses (Ben Noordhuis)
11
+
12
+ * install: fix openbsd man page location (Ben Noordhuis)
13
+
14
+ * http: bubble up parser errors to ClientRequest (Brian White)
15
+
16
+
17
+ 2012.12.13, Version 0.8.16 (Stable), 1c9c6277d5cfcaaac8569c0c8f7daa64292048a9
2
18
3
19
* npm: Upgrade to 1.1.69
4
20
Original file line number Diff line number Diff line change 30
30
# define NODE_TAG ""
31
31
#endif
32
32
33
- #define NODE_VERSION_IS_RELEASE 0
33
+ #define NODE_VERSION_IS_RELEASE 1
34
34
35
35
#ifndef NODE_STRINGIFY
36
36
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
Original file line number Diff line number Diff line change 2
2
cat ChangeLog | {
3
3
s=-1
4
4
while read line; do
5
+ if [ " ${line: 0: 1} " == " -" ]; then
6
+ line=" $line "
7
+ fi
5
8
if [ " ${line: 0: 1} " == " 2" ]; then
6
9
let " ++s"
7
10
fi
You can’t perform that action at this time.
0 commit comments