Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 163ca27

Browse files
committed
2013.03.11, Version 0.10.0 (Stable)
* npm: Upgrade to 1.2.14 * core: Append filename properly in dlopen on windows (isaacs) * zlib: Manage flush flags appropriately (isaacs) * domains: Handle errors thrown in nested error handlers (isaacs) * buffer: Strip high bits when converting to ascii (Ben Noordhuis) * win/msi: Enable modify and repair (Bert Belder) * win/msi: Add feature selection for various node parts (Bert Belder) * win/msi: use consistent registry key paths (Bert Belder) * child_process: support sending dgram socket (Andreas Madsen) * fs: Raise EISDIR on Windows when calling fs.read/write on a dir (isaacs) * unix: fix strict aliasing warnings, macro-ify functions (Ben Noordhuis) * unix: honor UV_THREADPOOL_SIZE environment var (Ben Noordhuis) * win/tty: fix typo in color attributes enumeration (Bert Belder) * win/tty: don't touch insert mode or quick edit mode (Bert Belder)
1 parent 327b6e3 commit 163ca27

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,3 +426,5 @@ Aaron Cannon <cannona@fireantproductions.com>
426426
Xidorn Quan <quanxunzhen@gmail.com>
427427
Paolo Fragomeni <paolo@async.ly>
428428
Scott Blomquist <github@scott.blomqui.st>
429+
Henry Chin <hheennrryy@gmail.com>
430+
Julian Gruber <julian@juliangruber.com>

ChangeLog

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
1-
2013.03.06, Version 0.9.12 (Unstable)
1+
2013.03.11, Version 0.10.0 (Stable)
2+
3+
* npm: Upgrade to 1.2.14
4+
5+
* core: Append filename properly in dlopen on windows (isaacs)
6+
7+
* zlib: Manage flush flags appropriately (isaacs)
8+
9+
* domains: Handle errors thrown in nested error handlers (isaacs)
10+
11+
* buffer: Strip high bits when converting to ascii (Ben Noordhuis)
12+
13+
* win/msi: Enable modify and repair (Bert Belder)
14+
15+
* win/msi: Add feature selection for various node parts (Bert Belder)
16+
17+
* win/msi: use consistent registry key paths (Bert Belder)
18+
19+
* child_process: support sending dgram socket (Andreas Madsen)
20+
21+
* fs: Raise EISDIR on Windows when calling fs.read/write on a dir (isaacs)
22+
23+
* unix: fix strict aliasing warnings, macro-ify functions (Ben Noordhuis)
24+
25+
* unix: honor UV_THREADPOOL_SIZE environment var (Ben Noordhuis)
26+
27+
* win/tty: fix typo in color attributes enumeration (Bert Belder)
28+
29+
* win/tty: don't touch insert mode or quick edit mode (Bert Belder)
30+
31+
32+
2013.03.06, Version 0.9.12 (Unstable), 0debf5a82934da805592b6496756cdf27c993abc
233

334
* stream: Allow strings in Readable.push/unshift (isaacs)
435

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# define NODE_TAG ""
3131
#endif
3232

33-
#define NODE_VERSION_IS_RELEASE 0
33+
#define NODE_VERSION_IS_RELEASE 1
3434

3535
#ifndef NODE_STRINGIFY
3636
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)