A patch release, perhaps we can ship this tomorrow before any semver-minor commits land. I'm mainly excited about removing the bit about Windows in the Known Issues section of the release notes.
- [
fe4434b77a] - deps: upgrade v8 to 4.1.0.25 (Johan Bergström) #1224
- [
d8f383ba3f] - doc: update AUTHORS list (Rod Vagg) #1234
- [
bc9c1a5a7b] - doc: fix typo in CHANGELOG (Mathieu Darse) #1230
- [
99c79f8d41] - doc: call js function in null context (Ben Noordhuis) #1125
- [
55abf34be5] - doc: don't use using namespace v8 (Ben Noordhuis) #1125
- [
c4e1b82120] - doc: replace v8::Handle with v8::Local (Ben Noordhuis) #1125
- [
2f1b78347c] - doc: remove unnecessary v8::HandleScopes (Ben Noordhuis) #1125
- [
409d413363] - doc: remove uses of v8::Isolate::GetCurrent() (Ben Noordhuis) #1125
- [
33fea6ed5f] - lib: don't penalize setInterval() common case (Ben Noordhuis) #1221
- [
31da9758a0] - lib: don't penalize setTimeout() common case (Ben Noordhuis) #1221
- [
6fc5e95354] - module: allow require('.') (Michaël Zasso) #1185
- [
9ae1a61214] - node: ensure that streams2 won't .end() stdin (Fedor Indutny) #1233
- [
b64983d77c] - src: reset signal handler to SIG_DFL on FreeBSD (Fedor Indutny) #1218
- [
9705a34e96] - test: move sequential/test-signal-unregister (Ben Noordhuis) #1227
- [
10a9c00563] - test: fix timing issue in signal test (Ben Noordhuis) #1227
- [
999fbe9d96] - test: fix crypto-binary-default bad crypto check (Brendan Ashworth) #1141
- [
2b3b2d392f] - test: add setTimeout/setInterval multi-arg tests (Ben Noordhuis) #1221
- [
849319a260] - util: Check input to util.inherits (Connor Peet) #1240
- [
cf081a4712] - vm: fix crash on fatal error in debug context (Ben Noordhuis) #1229
A patch release, perhaps we can ship this tomorrow before any semver-minor commits land. I'm mainly excited about removing the bit about Windows in the Known Issues section of the release notes.
fe4434b77a] - deps: upgrade v8 to 4.1.0.25 (Johan Bergström) #1224d8f383ba3f] - doc: update AUTHORS list (Rod Vagg) #1234bc9c1a5a7b] - doc: fix typo in CHANGELOG (Mathieu Darse) #123099c79f8d41] - doc: call js function in null context (Ben Noordhuis) #112555abf34be5] - doc: don't useusing namespace v8(Ben Noordhuis) #1125c4e1b82120] - doc: replace v8::Handle with v8::Local (Ben Noordhuis) #11252f1b78347c] - doc: remove unnecessary v8::HandleScopes (Ben Noordhuis) #1125409d413363] - doc: remove uses of v8::Isolate::GetCurrent() (Ben Noordhuis) #112533fea6ed5f] - lib: don't penalize setInterval() common case (Ben Noordhuis) #122131da9758a0] - lib: don't penalize setTimeout() common case (Ben Noordhuis) #12216fc5e95354] - module: allow require('.') (Michaël Zasso) #11859ae1a61214] - node: ensure that streams2 won't.end()stdin (Fedor Indutny) #1233b64983d77c] - src: reset signal handler to SIG_DFL on FreeBSD (Fedor Indutny) #12189705a34e96] - test: move sequential/test-signal-unregister (Ben Noordhuis) #122710a9c00563] - test: fix timing issue in signal test (Ben Noordhuis) #1227999fbe9d96] - test: fix crypto-binary-default bad crypto check (Brendan Ashworth) #11412b3b2d392f] - test: add setTimeout/setInterval multi-arg tests (Ben Noordhuis) #1221849319a260] - util: Check input to util.inherits (Connor Peet) #1240cf081a4712] - vm: fix crash on fatal error in debug context (Ben Noordhuis) #1229