Skip to content

Commit 53978bd

Browse files
committed
2013.02.06, Version 0.8.19 (Stable)
* npm: Upgrade to v1.2.10 * zlib: pass object size hint to V8 (Ben Noordhuis) * zlib: reduce memory consumption, release early (Ben Noordhuis) * buffer: slow buffer copy compatibility fix (Trevor Norris) * zlib: don't assert on malformed dictionary (Ben Noordhuis) * zlib: don't assert on missing dictionary (Ben Noordhuis) * windows: better ipv6 support (Bert Belder) * windows: add error mappings related to unsupported protocols (Bert Belder) * windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder)
1 parent 5aef65a commit 53978bd

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,3 +377,5 @@ Tim Bradshaw <[email protected]>
377377
Johannes Ewald <[email protected]>
378378
Chris Dent <[email protected]>
379379
Dan Milon <[email protected]>
380+
Jacob Gable <[email protected]>
381+
Rick Yakubowski <[email protected]>

ChangeLog

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
2013.01.18, Version 0.8.18 (Stable)
1+
2013.02.06, Version 0.8.19 (Stable)
2+
3+
* npm: Upgrade to v1.2.10
4+
5+
* zlib: pass object size hint to V8 (Ben Noordhuis)
6+
7+
* zlib: reduce memory consumption, release early (Ben Noordhuis)
8+
9+
* buffer: slow buffer copy compatibility fix (Trevor Norris)
10+
11+
* zlib: don't assert on malformed dictionary (Ben Noordhuis)
12+
13+
* zlib: don't assert on missing dictionary (Ben Noordhuis)
14+
15+
* windows: better ipv6 support (Bert Belder)
16+
17+
* windows: add error mappings related to unsupported protocols (Bert Belder)
18+
19+
* windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder)
20+
21+
22+
2013.01.18, Version 0.8.18 (Stable), 2c4eef0d972838c51999d32c0d251857a713dc18
223

324
* npm: Upgrade to v1.2.2
425

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)