| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -208,7 +208,7 @@ See https://github.com/nodejs/node/labels/confirmed-bug for complete and current | |||
| 208 | 208 | ||
| 209 | 209 | ### Notable changes | |
| 210 | 210 | ||
| 211 | - * **buffer**: Fixed a minor errors that was causing crashes (Michaël Zasso) [#2635](https://github.com/nodejs/node/pull/2635), | ||
| 211 | + * **buffer**: Fixed a minor errors that was causing crashes (Michaël Zasso) [#2635](https://github.com/nodejs/node/pull/2635), | ||
| 212 | 212 | * **child_process**: Fix error that was causing crashes (Evan Lucas) [#2727](https://github.com/nodejs/node/pull/2727) | |
| 213 | 213 | * **crypto**: Replace use of rwlocks, unsafe on Windows XP / 2003 (Ben Noordhuis) [#2723](https://github.com/nodejs/node/pull/2723) | |
| 214 | 214 | * **libuv**: Upgrade from 1.7.3 to 1.7.4 (Saúl Ibarra Corretgé) [#2817](https://github.com/nodejs/node/pull/2817) | |
@@ -1439,7 +1439,7 @@ _Note: a new version of the 'url' module was reverted prior to release as it was | |||
| 1439 | 1439 | - Add support for default author field to make `npm init -y` work without user-input (@othiym23) [npm/npm/d8eee6cf9d](https://github.com/npm/npm/commit/d8eee6cf9d2ff7aca68dfaed2de76824a3e0d9af) | |
| 1440 | 1440 | - Include local modules in `npm outdated` and `npm update` (@ArnaudRinquin) [npm/npm#7426](https://github.com/npm/npm/issues/7426) | |
| 1441 | 1441 | - The prefix used before the version number on `npm version` is now configurable via `tag-version-prefix` (@kkragenbrink) [npm/npm#8014](https://github.com/npm/npm/issues/8014) | |
| 1442 | - * **os**: `os.tmpdir()` is now cross-platform consistent and will no longer returns a path with a trailling slash on any platform (Christian Tellnes) [#747](https://github.com/nodejs/node/pull/747) | ||
| 1442 | + * **os**: `os.tmpdir()` is now cross-platform consistent and will no longer returns a path with a trailing slash on any platform (Christian Tellnes) [#747](https://github.com/nodejs/node/pull/747) | ||
| 1443 | 1443 | * **process**: | |
| 1444 | 1444 | - `process.nextTick()` performance has been improved by between 2-42% across the benchmark suite, notable because this is heavily used across core (Brian White) [#1571](https://github.com/nodejs/node/pull/1571) | |
| 1445 | 1445 | - New `process.geteuid()`, `process.seteuid(id)`, `process.getegid()` and `process.setegid(id)` methods allow you to get and set effective UID and GID of the process (Evan Lucas) [#1536](https://github.com/nodejs/node/pull/1536) | |
@@ -2478,7 +2478,7 @@ _Note: version **1.4.0** was tagged and built but not released. A libuv bug was | |||
| 2478 | 2478 | * [[`10277d2`](https://github.com/nodejs/node/commit/10277d2e57ee7fe9e0e3f63f10b9ea521e86e7f0)] - docs: include mention of new crypto methods (Calvin Metcalf) | |
| 2479 | 2479 | * [[`9a8f186`](https://github.com/nodejs/node/commit/9a8f18613da4956c963377e2ad55cdd3dabc32aa)] - child_process: add debug and error details (Zach Bruggeman) | |
| 2480 | 2480 | * [[`6f7a978`](https://github.com/nodejs/node/commit/6f7a9784eaef82a1aa6cf53bbbd7224c446876a0)] - crypto: clear error on return in TLS methods (Fedor Indutny) | |
| 2481 | - * [[`50daee7`](https://github.com/nodejs/node/commit/50daee7243a3f987e1a28d93c43f913471d6885a)] - stream: simpler stream constructon (Sam Newman) | ||
| 2481 | + * [[`50daee7`](https://github.com/nodejs/node/commit/50daee7243a3f987e1a28d93c43f913471d6885a)] - stream: simpler stream construction (Sam Newman) | ||
| 2482 | 2482 | * [[`e0730ee`](https://github.com/nodejs/node/commit/e0730eeaa5231841a7eba080c8170e41278c3c52)] - benchmark: allow compare via fine-grained filters (Brian White) | |
| 2483 | 2483 | * [[`96ffcb9`](https://github.com/nodejs/node/commit/96ffcb9a210a2fa1248ae5931290193573512a96)] - src: reduce cpu profiler overhead (Ben Noordhuis) | |
| 2484 | 2484 | * [[`3e675e4`](https://github.com/nodejs/node/commit/3e675e44b59f1be8e5581de000f3cb17ef747c14)] - benchmark: don't use template strings (Evan Lucas) | |
@@ -2575,7 +2575,7 @@ _Note: version **1.4.0** was tagged and built but not released. A libuv bug was | |||
| 2575 | 2575 | * [[`b5166cb`](https://github.com/nodejs/node/commit/b5166cb7d269cd1bf90d1768f82767b05b9ac1f8)] - benchmark: add bench-(url & events) make targets (Yosuke Furukawa) | |
| 2576 | 2576 | * [[`5843ae8`](https://github.com/nodejs/node/commit/5843ae8dfba5db83f2c04ed2db847049cbd2ab0d)] - Revert "doc: clarify fs.symlink and fs.symlinkSync parameters" (Bert Belder) | |
| 2577 | 2577 | * [[`668bde8`](https://github.com/nodejs/node/commit/668bde8ac0d16382cbc98c904d8b5f55fd9fd9f0)] - win,msi: broadcast WM_SETTINGCHANGE after install (Mathias Küsel) | |
| 2578 | - * [[`69ce064`](https://github.com/nodejs/node/commit/69ce0641dc6a84c90ffdd0906790cd945f1c3629)] - build: remove artefacts on distclean (Johan Bergström) | ||
| 2578 | + * [[`69ce064`](https://github.com/nodejs/node/commit/69ce0641dc6a84c90ffdd0906790cd945f1c3629)] - build: remove artifacts on distclean (Johan Bergström) | ||
| 2579 | 2579 | * [[`1953886`](https://github.com/nodejs/node/commit/1953886126a2ab3e7291a73767ee4302a391a208)] - test: fs.createReadStream().destroy() fd leak (Rod Vagg) | |
| 2580 | 2580 | * [[`497fd72`](https://github.com/nodejs/node/commit/497fd72e21d2d1216e8457928d1a8082349fd0e5)] - fs: fix fd leak in ReadStream.destroy() (Alex Kocharin) | |
| 2581 | 2581 | * [[`8b09ae7`](https://github.com/nodejs/node/commit/8b09ae76f1d854a0db579fc0737df4809ce6087d)] - doc: add links for http_parser/libuv upgrades (Michael Hart) | |
@@ -4145,7 +4145,7 @@ https://github.com/nodejs/node/commit/01994e8119c24f2284bac0779b32acb49c95bee7 | |||
| 4145 | 4145 | * fs: make 'end' work with ReadStream without 'start' (Ben Noordhuis) | |
| 4146 | 4146 | * https: optimize createConnection() (Ryunosuke SATO) | |
| 4147 | 4147 | * buffer: speed up base64 encoding by 20% (Ben Noordhuis) | |
| 4148 | - * doc: Colorize API stabilitity index headers in docs (Luke Arduini) | ||
| 4148 | + * doc: Colorize API stability index headers in docs (Luke Arduini) | ||
| 4149 | 4149 | * net: socket.readyState corrections (bentaber) | |
| 4150 | 4150 | * http: Performance enhancements for http under streams2 (isaacs) | |
| 4151 | 4151 | * stream: fix to emit end event on http.ClientResponse (Shigeki Ohtsu) | |
@@ -4353,7 +4353,7 @@ https://github.com/nodejs/node/commit/2c4eef0d972838c51999d32c0d251857a713dc18 | |||
| 4353 | 4353 | ||
| 4354 | 4354 | * npm: Upgrade to v1.2.2 | |
| 4355 | 4355 | * dns: make error message match errno (Dan Milon) | |
| 4356 | - * tls: follow RFC6125 more stricly (Fedor Indutny) | ||
| 4356 | + * tls: follow RFC6125 more strictly (Fedor Indutny) | ||
| 4357 | 4357 | * buffer: reject negative SlowBuffer offsets (Ben Noordhuis) | |
| 4358 | 4358 | * install: add simplejson fallback (Chris Dent) | |
| 4359 | 4359 | * http: fix "Cannot call method 'emit' of null" (Ben Noordhuis) | |
@@ -4616,7 +4616,7 @@ https://github.com/nodejs/node/commit/2134aa3d5c622fc3c3b02ccb713fcde0e0df479a | |||
| 4616 | 4616 | - Support for parallel use of the cache folder | |
| 4617 | 4617 | - Retry on registry timeouts or network failures (Trent Mick) | |
| 4618 | 4618 | - Reduce 'engines' failures to a warning | |
| 4619 | - - Use new zsh completion if aviailable (Jeremy Cantrell) | ||
| 4619 | + - Use new zsh completion if available (Jeremy Cantrell) | ||
| 4620 | 4620 | ||
| 4621 | 4621 | * Fix [#3577](https://github.com/joyent/node/issues/3577) Un-break require('sys') | |
| 4622 | 4622 | * util: speed up formatting of large arrays/objects (Ben Noordhuis) | |
@@ -4907,7 +4907,7 @@ https://github.com/nodejs/node/commit/9cc55dca6f67a6096c858b841c677b0593404321 | |||
| 4907 | 4907 | ||
| 4908 | 4908 | * Upgrade V8 to 3.8.6 | |
| 4909 | 4909 | * Use GYP build system on unix (Ben Noordhuis) | |
| 4910 | - * Experimenetal isolates support (Ben Noordhuis) | ||
| 4910 | + * Experimental isolates support (Ben Noordhuis) | ||
| 4911 | 4911 | * Improvements to Cluster API (Andreas Madsen) | |
| 4912 | 4912 | * Use isolates for internal debugger (Fedor Indutny) | |
| 4913 | 4913 | * Bug fixes | |
@@ -5290,7 +5290,7 @@ https://github.com/nodejs/node/commit/220e61c1f65bf4db09699fcf6399c0809c0bc446 | |||
| 5290 | 5290 | * Remove cmake build system, support for Cygwin, legacy code base, | |
| 5291 | 5291 | process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle | |
| 5292 | 5292 | ||
| 5293 | - * Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko, | ||
| 5293 | + * Documentation improvements (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko, | ||
| 5294 | 5294 | koichik, Maciej Małecki, Guglielmo Ferri, isaacs) | |
| 5295 | 5295 | ||
| 5296 | 5296 | * Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis) | |
@@ -5615,7 +5615,7 @@ https://github.com/nodejs/node/commit/a745d19ce7d1c0e3778371af4f0346be70cf2c8e | |||
| 5615 | 5615 | * cmake improvements (Tom Hughes) | |
| 5616 | 5616 | * node_net.cc: fix incorrect sizeof() (Tom Hughes) | |
| 5617 | 5617 | * Windows/cygwin: no more GetConsoleTitleW errors on XP (Bert Belder) | |
| 5618 | - * Doc improvments (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier) | ||
| 5618 | + * Doc improvements (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier) | ||
| 5619 | 5619 | ||
| 5620 | 5620 | ## 2011.07.19, Version 0.4.10 (stable) | |
| 5621 | 5621 | ||
@@ -6100,7 +6100,7 @@ https://github.com/nodejs/node/commit/2a4568c85f33869c75ff43ccd30f0ec188b43eab | |||
| 6100 | 6100 | ||
| 6101 | 6101 | * Fix Buffer.toString() on 0-length slices. (Peter Griess) | |
| 6102 | 6102 | * Cache modules based on filename rather than ID (Isaac Schlueter) | |
| 6103 | - * querystring improvments (Jan Kassens, Micheil Smith) | ||
| 6103 | + * querystring improvements (Jan Kassens, Micheil Smith) | ||
| 6104 | 6104 | * Support DEL in the REPL. (Jérémy Lal) | |
| 6105 | 6105 | * Upgrade http-parser, upgrade V8 to 2.3.2 | |
| 6106 | 6106 | ||
@@ -6513,10 +6513,10 @@ https://github.com/nodejs/node/commit/39ca93549af91575ca9d4cbafd1e170fbcef3dfa | |||
| 6513 | 6513 | ||
| 6514 | 6514 | * API: request.uri -> request.url | |
| 6515 | 6515 | It is no longer an object, but a string. The 'url' module | |
| 6516 | - was addded to parse that string. That is, node no longer | ||
| 6516 | + was added to parse that string. That is, node no longer | ||
| 6517 | 6517 | parses the request URL automatically. | |
| 6518 | 6518 | require('url').parse(request.url) | |
| 6519 | - is roughly equivlent to the old request.uri object. | ||
| 6519 | + is roughly equivalent to the old request.uri object. | ||
| 6520 | 6520 | (isaacs) | |
| 6521 | 6521 | ||
| 6522 | 6522 | * Bugfix: Several libeio related race conditions. | |
@@ -6785,7 +6785,7 @@ https://github.com/nodejs/node/commit/12bb0d46ce761e3d00a27170e63b40408c15b558 | |||
| 6785 | 6785 | * Bugfix: Internally use full paths when loading modules | |
| 6786 | 6786 | this fixes a shebang loading problem. | |
| 6787 | 6787 | ||
| 6788 | - * Bugfix: Add '--' command line argument for seperating v8 | ||
| 6788 | + * Bugfix: Add '--' command line argument for separating v8 | ||
| 6789 | 6789 | args from program args. | |
| 6790 | 6790 | ||
| 6791 | 6791 | * Add man page. | |
@@ -6852,7 +6852,7 @@ https://github.com/nodejs/node/commit/b0fd3e281cb5f7cd8d3a26bd2b89e1b59998e5ed | |||
| 6852 | 6852 | connection before sending data every time (Kevin van Zonneveld) | |
| 6853 | 6853 | ||
| 6854 | 6854 | * Bugfix: stdin fd (0) being ignored by node.File. (Abe Fettig) | |
| 6855 | - * API: Remove connnection.fullClose() | ||
| 6855 | + * API: Remove connection.fullClose() | ||
| 6856 | 6856 | ||
| 6857 | 6857 | * API: Return the EventEmitter from addListener for chaining. | |
| 6858 | 6858 | * API: tcp.Connection "disconnect" event renamed to "close" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments