isaacs
051908e023
2012.02.02, Version 0.6.10 (stable)
* Update V8 to 3.6.6.20
* Add npm msysgit bash shim to msi installer (isaacs)
* buffers: fix intermittent out of bounds error (Ben Noordhuis)
* buffers: honor length argument in base64 decoder (Ben Noordhuis)
* windows: Fix path.exists regression (Bert Belder)
* Make QueryString.parse run faster (Philip Tellis)
* http: avoid freeing http-parser objects too early (koichik)
* timers: add v0.4 compatibility hack (Ben Noordhuis)
* Proper EPERM error code support (Igor Zinkovsky, Brandon Philips)
* dgram: Implement udp multicast methods on windows (Bert Belder)
13 years ago
isaacs
ec79acb3a6
working on 0.7.3 now
13 years ago
isaacs
a3efcd2006
2012.02.01, Version 0.7.2 (unstable)
* Update V8 to 3.8.9
* Support for sharing streams across Isolates (Igor Zinkovsky)
* #2636 - Fix case where http_parsers are freed too early (koichik)
* url: Support for IPv6 addresses in URLs (Łukasz Walukiewicz)
* child_process: Add disconnect() method to child processes (Andreas Madsen)
* fs: add O_EXCL support, exclusive open file (Ben Noordhuis)
* fs: more specific error messages (Tj Holowaychuk)
* tty: emit 'unknown' key event if key sequence not found (Dan VerWeire, Nathan Rajlich)
* build: compile release build too if BUILDTYPE=Debug (Ben Noordhuis)
* module: fix --debug-brk on symlinked scripts (Fedor Indutny)
* zlib: fix `Failed to set dictionary` issue (Fedor Indutny)
* waf: predict target arch for OS X (Fedor Indutny)
13 years ago
isaacs
5756d7916a
Now working on 0.6.10
13 years ago
isaacs
f19e20d33f
2012.01.27, Version 0.6.9 (stable)
* dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis)
- Note: Windows UDP support not yet complete.
* http: Fix parser memory leak (koichik)
* zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse)
* module: fix --debug-brk on symlinked scripts (Fedor Indutny)
* Documentation Restyling (Matthew Fitzsimmons)
* Update npm to 1.1.0-3 (isaacs)
* Windows: fix regression in stat() calls to C:\ (Bert Belder)
13 years ago
isaacs
77f2cb66d1
Now working on 0.7.2
13 years ago
isaacs
a74354735a
2012.01.23, Version 0.7.1 (unstable)
* Update V8 to 3.8.8
* Install node-waf by default (Fedor Indutny)
* crypto: Add ability to turn off PKCS padding (Ingmar Runge)
* v8: implement VirtualMemory class on SunOS (Ben Noordhuis)
* Add cluster.setupMaster (Andreas Madsen)
* move `path.exists*` to `fs.exists*` (Maciej Małecki)
* typed arrays: set class name (Ben Noordhuis)
* libuv bug fixes (Igor Zinkovsky, Ben Noordhuis, Dan VerWeire)
13 years ago
Maciej Małecki
ff512634ac
version: bump `NODE_PATCH_VERSION`
Patch version hasn't been bumped correctly in
72cbb7492c
.
13 years ago
isaacs
ec1d1ee61f
Now working on 0.6.9
13 years ago
isaacs
d18cebaf8a
2012.01.19, Version 0.6.8 (stable)
* Update V8 to 3.6.6.19
* Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny)
* Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie)
* path.extname bugfix with . and .. paths (Bert Belder)
* cluster: don't always kill the master on uncaughtException (Ben
* Noordhuis)
* Update npm to 1.1.0-2 (isaacs)
* typed arrays: set class name (Ben Noordhuis)
* zlib binding cleanup (isaacs, Bert Belder)
* dgram: use slab memory allocator (Michael Bernstein)
* fix segfault #2473
13 years ago
Ryan Dahl
72cbb7492c
Now working on v0.7.1-pre
13 years ago
Ryan Dahl
9cc55dca6f
Bump version to v0.7.0
13 years ago
isaacs
ff4096f958
Now working on v0.6.8
13 years ago
isaacs
d5a189acef
2012.01.06, Version 0.6.7 (stable)
* V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
* Upgrade V8 to 3.6.6.15
* Upgrade npm to 1.1.0-beta-10 (isaacs)
* many doc updates (Ben Noordhuis, Jeremy Martin, koichik, Dave Irvine,
Seong-Rak Choi, Shannen, Adam Malcontenti-Wilson, koichik)
* Fix segfault in node_http_parser.cc
* dgram, timers: fix memory leaks (Ben Noordhuis, Yoshihiro Kukuchi)
* repl: fix repl.start not passing the `ignoreUndefined` arg (Damon Oehlman)
* #1980 : Socket.pause null reference when called on a closed Stream (koichik)
* #2263 : XMLHttpRequest piped in a writable file stream hang (koichik)
* #2069 : http resource leak (koichik)
* buffer.readInt global pollution fix (Phil Sung)
* timers: fix performance regression (Ben Noordhuis)
* #2308 , #2246 : node swallows openssl error on request (koichik)
* #2114 : timers: remove _idleTimeout from item in .unenroll() (James Hartig)
* #2379 : debugger: Request backtrace w/o refs (Fedor Indutny)
* simple DTrace ustack helper (Dave Pacheco)
* crypto: rewrite HexDecode without snprintf (Roman Shtylman)
* crypto: don't ignore DH init errors (Ben Noordhuis)
13 years ago
isaacs
dd8018de95
now working on 0.6.7
13 years ago
isaacs
9a059ea69e
2011.12.14, Version 0.6.6 (stable)
* npm update to 1.1.0-beta-4 (Isaac Z. Schlueter)
* cli: fix output of --help (Ben Noordhuis)
* new website
* pause/resume semantics for stdin (Isaac Z. Schlueter)
* Travis CI integration (Maciej Małecki)
* child_process: Fix bug regarding closed stdin (Ben Noordhuis)
* Enable upgrades in MSI. (Igor Zinkovsky)
* net: Fixes memory leak (Ben Noordhuis)
* fs: handle fractional or NaN ReadStream buffer size (Ben Noordhuis)
* crypto: fix memory leaks in PBKDF2 error path (Ben Noordhuis)
13 years ago
Ryan Dahl
c50b0c9237
Now working on Node v0.6.6
13 years ago
Ryan Dahl
6cc94db653
Bump version to v0.6.5
13 years ago
Ben Noordhuis
a29a7c72fa
Now working on v0.6.5
13 years ago
Ben Noordhuis
9170077f13
Bump version to v0.6.4
13 years ago
Ben Noordhuis
2445fb8bdd
Fix double #define of NODE_VERSION_IS_RELEASE
13 years ago
Bert Belder
3a160646df
Now working on v0.6.4
13 years ago
Bert Belder
b159c6d62e
Bump version to v0.6.3
13 years ago
Ben Noordhuis
61e796decc
Now working on v0.6.3
14 years ago
Ben Noordhuis
a4402f0b2e
Bump version to v0.6.2
14 years ago
Ryan Dahl
40cb398867
Working on v0.7.0
14 years ago
Ryan Dahl
8082858ee7
Now working on v0.6.2
14 years ago
Ryan Dahl
170f2addb2
Bump version to v0.6.1
14 years ago
Ryan Dahl
9e00b7d3d0
Now working on v0.6.1
14 years ago
Ryan Dahl
865b077819
Bump version to v0.6.0
14 years ago
Ryan Dahl
9b808c2d1b
Now working on v0.5.11
14 years ago
Ryan Dahl
220e61c1f6
Bump version to v0.5.10
14 years ago
Ryan Dahl
24dabec039
now working on v0.5.10
14 years ago
Ryan Dahl
3bd9b08fb1
Bump version to v0.5.9
14 years ago
Ryan Dahl
8f23fd545d
Now working on v0.5.9
14 years ago
Ryan Dahl
7cc17a0cea
Bump version to v0.5.8
14 years ago
Ryan Dahl
cfe0f4226b
Now working on v0.4.13
14 years ago
Ryan Dahl
771ba34ca7
Bump version to v0.4.12
14 years ago
Ryan Dahl
dc578724b1
Now working on v0.4.12
14 years ago
Ryan Dahl
a745d19ce7
Bump version to v0.4.11
14 years ago
Ryan Dahl
dcd911e24b
Now working on v0.5.8
14 years ago
Ryan Dahl
558241166c
Bump version to v0.5.7
14 years ago
Bert Belder
0be4812c35
Now working on v0.5.7
14 years ago
Bert Belder
b49bec5580
Bump version to 0.5.6
14 years ago
Ben Noordhuis
8342f31af9
Now working on 0.5.6
14 years ago
Ben Noordhuis
d2d53d4bb2
Bump version to v0.5.5
14 years ago
Ryan Dahl
5b58473b40
Now working on v0.5.5
14 years ago
Ryan Dahl
cfba1f5922
Bump version to v0.5.4
14 years ago
Ryan Dahl
a979ab9d99
Improve gyp build - now works kind of
14 years ago
Ryan Dahl
158bfab922
Now working on v0.5.4
14 years ago