Skip to content

Commit 952e513

Browse files
committed
2012.07.10 Version 0.6.20 (maintenance)
* npm: Upgrade to 1.1.37 (isaacs) * benchmark: Backport improvements made in master (isaacs) * build: always link with -lz (Trent Mick) * core: use proper #include directives (Ben Noordhuis) * cluster: don't silently drop messages when the write queue gets big (Bert Belder) * windows: don't print error when GetConsoleTitleW returns an empty string (Bert Belder)
1 parent 17061d9 commit 952e513

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

ChangeLog

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
2012.06.06 Version 0.6.19 (stable)
1+
2012.07.10 Version 0.6.20 (maintenance)
2+
3+
* npm: Upgrade to 1.1.37 (isaacs)
4+
5+
* benchmark: Backport improvements made in master (isaacs)
6+
7+
* build: always link with -lz (Trent Mick)
8+
9+
* core: use proper #include directives (Ben Noordhuis)
10+
11+
* cluster: don't silently drop messages when the write queue gets big (Bert Belder)
12+
13+
* windows: don't print error when GetConsoleTitleW returns an empty string (Bert Belder)
14+
15+
16+
2012.06.06 Version 0.6.19 (stable), debf552ed2d4a53957446e82ff3c52a8182d5ff4
217

318
* npm: upgrade to 1.1.24
419

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_MAJOR_VERSION 0
3030
#define NODE_MINOR_VERSION 6
3131
#define NODE_PATCH_VERSION 20
32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

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

0 commit comments

Comments
 (0)