diff options
author | isaacs <i@izs.me> | 2013-02-06 16:29:30 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-02-06 16:29:30 -0800 |
commit | 5cc3569f6d50560cec1c2dab17b9fb251d26a5df (patch) | |
tree | d95cd0399d4dfd0fa85f2c0746b15e9264305e26 /doc | |
parent | 7b0770bff56122c245f83e8ee9608e1a0082c15e (diff) | |
parent | 13897279ae18445cff77cf17e3337c63cf8ac4fe (diff) | |
download | node-5cc3569f6d50560cec1c2dab17b9fb251d26a5df.tar.gz |
Merge remote-tracking branch 'ry/v0.8' into master
Conflicts:
AUTHORS
ChangeLog
deps/npm/html/api/bin.html
deps/npm/html/api/bugs.html
deps/npm/html/api/commands.html
deps/npm/html/api/config.html
deps/npm/html/api/deprecate.html
deps/npm/html/api/docs.html
deps/npm/html/api/edit.html
deps/npm/html/api/explore.html
deps/npm/html/api/help-search.html
deps/npm/html/api/init.html
deps/npm/html/api/install.html
deps/npm/html/api/link.html
deps/npm/html/api/load.html
deps/npm/html/api/ls.html
deps/npm/html/api/npm.html
deps/npm/html/api/outdated.html
deps/npm/html/api/owner.html
deps/npm/html/api/pack.html
deps/npm/html/api/prefix.html
deps/npm/html/api/prune.html
deps/npm/html/api/publish.html
deps/npm/html/api/rebuild.html
deps/npm/html/api/restart.html
deps/npm/html/api/root.html
deps/npm/html/api/run-script.html
deps/npm/html/api/search.html
deps/npm/html/api/shrinkwrap.html
deps/npm/html/api/start.html
deps/npm/html/api/stop.html
deps/npm/html/api/submodule.html
deps/npm/html/api/tag.html
deps/npm/html/api/test.html
deps/npm/html/api/uninstall.html
deps/npm/html/api/unpublish.html
deps/npm/html/api/update.html
deps/npm/html/api/version.html
deps/npm/html/api/view.html
deps/npm/html/api/whoami.html
deps/npm/html/doc/README.html
deps/npm/html/doc/adduser.html
deps/npm/html/doc/bin.html
deps/npm/html/doc/bugs.html
deps/npm/html/doc/build.html
deps/npm/html/doc/bundle.html
deps/npm/html/doc/cache.html
deps/npm/html/doc/changelog.html
deps/npm/html/doc/coding-style.html
deps/npm/html/doc/completion.html
deps/npm/html/doc/config.html
deps/npm/html/doc/dedupe.html
deps/npm/html/doc/deprecate.html
deps/npm/html/doc/developers.html
deps/npm/html/doc/disputes.html
deps/npm/html/doc/docs.html
deps/npm/html/doc/edit.html
deps/npm/html/doc/explore.html
deps/npm/html/doc/faq.html
deps/npm/html/doc/folders.html
deps/npm/html/doc/global.html
deps/npm/html/doc/help-search.html
deps/npm/html/doc/help.html
deps/npm/html/doc/index.html
deps/npm/html/doc/init.html
deps/npm/html/doc/install.html
deps/npm/html/doc/json.html
deps/npm/html/doc/link.html
deps/npm/html/doc/ls.html
deps/npm/html/doc/npm.html
deps/npm/html/doc/outdated.html
deps/npm/html/doc/owner.html
deps/npm/html/doc/pack.html
deps/npm/html/doc/prefix.html
deps/npm/html/doc/prune.html
deps/npm/html/doc/publish.html
deps/npm/html/doc/rebuild.html
deps/npm/html/doc/registry.html
deps/npm/html/doc/removing-npm.html
deps/npm/html/doc/restart.html
deps/npm/html/doc/rm.html
deps/npm/html/doc/root.html
deps/npm/html/doc/run-script.html
deps/npm/html/doc/scripts.html
deps/npm/html/doc/search.html
deps/npm/html/doc/semver.html
deps/npm/html/doc/shrinkwrap.html
deps/npm/html/doc/star.html
deps/npm/html/doc/start.html
deps/npm/html/doc/stop.html
deps/npm/html/doc/submodule.html
deps/npm/html/doc/tag.html
deps/npm/html/doc/test.html
deps/npm/html/doc/uninstall.html
deps/npm/html/doc/unpublish.html
deps/npm/html/doc/update.html
deps/npm/html/doc/version.html
deps/npm/html/doc/view.html
deps/npm/html/doc/whoami.html
deps/npm/man/man1/global.1
deps/npm/man/man1/ls.1
deps/npm/man/man1/npm.1
deps/npm/man/man1/rm.1
deps/npm/man/man3/npm.3
deps/npm/node_modules/glob/glob.js
deps/npm/node_modules/glob/package.json
deps/npm/node_modules/node-gyp/package.json
deps/npm/node_modules/npm-registry-client/package.json
deps/npm/node_modules/npmconf/package.json
deps/npm/node_modules/read-installed/package.json
deps/npm/node_modules/rimraf/package.json
deps/npm/node_modules/rimraf/rimraf.js
deps/npm/package.json
deps/uv/src/win/error.c
doc/api/crypto.markdown
lib/zlib.js
src/node_version.h
src/node_zlib.cc
test/simple/test-buffer.js
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/cluster.markdown | 2 | ||||
-rw-r--r-- | doc/api/net.markdown | 3 | ||||
-rw-r--r-- | doc/blog/release/v0.8.19.md | 72 | ||||
-rw-r--r-- | doc/blog/release/v0.9.8.md | 76 |
4 files changed, 150 insertions, 3 deletions
diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown index b0abea8cd..af0a7a4ae 100644 --- a/doc/api/cluster.markdown +++ b/doc/api/cluster.markdown @@ -101,7 +101,7 @@ the worker pool for your application's needs. (Default=`false`) All settings set by the `.setupMaster` is stored in this settings object. -This object is not supposed to be change or set manually, by you. +This object is not supposed to be changed or set manually, by you. ## cluster.isMaster diff --git a/doc/api/net.markdown b/doc/api/net.markdown index fcd673fa6..160e2375e 100644 --- a/doc/api/net.markdown +++ b/doc/api/net.markdown @@ -299,8 +299,7 @@ then the socket will be opened as a TCP socket, if `host` is omitted, opened as a unix socket to that path. Normally this method is not needed, as `net.createConnection` opens the -socket. Use this only if you are implementing a custom Socket or if a -Socket is closed and you want to reuse it to connect to another server. +socket. Use this only if you are implementing a custom Socket. This function is asynchronous. When the ['connect'][] event is emitted the socket is established. If there is a problem connecting, the `'connect'` event diff --git a/doc/blog/release/v0.8.19.md b/doc/blog/release/v0.8.19.md new file mode 100644 index 000000000..28de48774 --- /dev/null +++ b/doc/blog/release/v0.8.19.md @@ -0,0 +1,72 @@ +category: release +date: Wed Feb 6 09:47:18 PST 2013 +version: 0.8.19 +title: Node v0.8.19 (Stable) +slug: node-v0-8-19-stable + +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) + + +Source Code: http://nodejs.org/dist/v0.8.19/node-v0.8.19.tar.gz + +Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.19/node-v0.8.19.pkg + +Windows Installer: http://nodejs.org/dist/v0.8.19/node-v0.8.19-x86.msi + +Windows x64 Installer: http://nodejs.org/dist/v0.8.19/x64/node-v0.8.19-x64.msi + +Windows x64 Files: http://nodejs.org/dist/v0.8.19/x64/ + +Linux 32-bit Binary: http://nodejs.org/dist/v0.8.19/node-v0.8.19-linux-x86.tar.gz + +Linux 64-bit Binary: http://nodejs.org/dist/v0.8.19/node-v0.8.19-linux-x64.tar.gz + +Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.19/node-v0.8.19-sunos-x86.tar.gz + +Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.19/node-v0.8.19-sunos-x64.tar.gz + +Other release files: http://nodejs.org/dist/v0.8.19/ + +Website: http://nodejs.org/docs/v0.8.19/ + +Documentation: http://nodejs.org/docs/v0.8.19/api/ + +Shasums: +``` +b97ded53b15196764afd1cc456c5b05a40d8bb2f node-v0.8.19-darwin-x64.tar.gz +685a21891320f3bfc1b878247d64c9912f83eb19 node-v0.8.19-darwin-x86.tar.gz +b66b2bb829f627e3cf05bc19ba8b15092b1deb4d node-v0.8.19-linux-x64.tar.gz +dcc0be09cf9d9ab863c720f7470a05baea2f7a18 node-v0.8.19-linux-x86.tar.gz +67fe40e63cbf0a0a079d8214687fb9848b67bbe2 node-v0.8.19-sunos-x64.tar.gz +c949abebb61bfbe21d4f51337d2b4c76965bc467 node-v0.8.19-sunos-x86.tar.gz +0e41157ca1cbc43aafc3ac65bdde5564e2e13de6 node-v0.8.19-x86.msi +a77d2ac238aba0003144ab2d04fc6d1356c18cc5 node-v0.8.19.pkg +f4fdbb642055be65579e11cb52c823573efabcf2 node-v0.8.19.tar.gz +7bafe93904e9741592bc9a593169cabec9cca0dd node.exe +0785e45ade6642b4fee320e950795110ef1ca94c node.exp +f623019194ff2e9cf975fe007032ece07adb4e49 node.lib +3ba7c54527b8f15521f9e667867e485ef46ffda4 node.pdb +d44bff1c52b24d385edd69db14507739e53a654a x64/node-v0.8.19-x64.msi +ec60e8b2e68529d3256a94193df62088a986a826 x64/node.exe +daf65fd50219588877637b414be36e78a859d4e6 x64/node.exp +c154205667ad7c9063cebeeb98af39f203c8c16e x64/node.lib +f4a494678c0da4bad787f25001bb209f37f82722 x64/node.pdb +``` diff --git a/doc/blog/release/v0.9.8.md b/doc/blog/release/v0.9.8.md new file mode 100644 index 000000000..47d74630b --- /dev/null +++ b/doc/blog/release/v0.9.8.md @@ -0,0 +1,76 @@ +category: release +date: Thu Jan 24 10:28:53 PST 2013 +version: 0.9.8 +title: Node v0.9.8 (Unstable) +slug: node-v0-9-8-unstable + +2013.01.24, Version 0.9.8 (Unstable) + +* npm: Upgrade to v1.2.3 + +* V8: Upgrade to 3.15.11.10 + +* streams: Support objects other than Buffers (Jake Verbaten) + +* buffer: remove float write range checks (Trevor Norris) + +* http: close connection on 304/204 responses with chunked encoding (Ben Noordhuis) + +* build: fix build with dtrace support on FreeBSD (Fedor Indutny) + +* console: Support formatting options in trace() (isaacs) + +* domain: empty stack on all exceptions (Dave Olszewski) + +* unix, windows: make uv_*_bind() error codes consistent (Andrius Bentkus) + +* linux: add futimes() fallback (Ben Noordhuis) + + +Source Code: http://nodejs.org/dist/v0.9.8/node-v0.9.8.tar.gz + +Macintosh Installer (Universal): http://nodejs.org/dist/v0.9.8/node-v0.9.8.pkg + +Windows Installer: http://nodejs.org/dist/v0.9.8/node-v0.9.8-x86.msi + +Windows x64 Installer: http://nodejs.org/dist/v0.9.8/x64/node-v0.9.8-x64.msi + +Windows x64 Files: http://nodejs.org/dist/v0.9.8/x64/ + +Linux 32-bit Binary: http://nodejs.org/dist/v0.9.8/node-v0.9.8-linux-x86.tar.gz + +Linux 64-bit Binary: http://nodejs.org/dist/v0.9.8/node-v0.9.8-linux-x64.tar.gz + +Solaris 32-bit Binary: http://nodejs.org/dist/v0.9.8/node-v0.9.8-sunos-x86.tar.gz + +Solaris 64-bit Binary: http://nodejs.org/dist/v0.9.8/node-v0.9.8-sunos-x64.tar.gz + +Other release files: http://nodejs.org/dist/v0.9.8/ + +Website: http://nodejs.org/docs/v0.9.8/ + +Documentation: http://nodejs.org/docs/v0.9.8/api/ + +Shasums: + +``` +30bbd1df69be189afca34d808932f5417986d966 node-v0.9.8-darwin-x64.tar.gz +e9e2e9477836e22a2e8242ddbc73400a2a5fac43 node-v0.9.8-darwin-x86.tar.gz +fddaef3c084121f21d466a29f1117a844761a4a6 node-v0.9.8-linux-arm-pi.tar.gz +0ec573b26722c45abf8db1c865f8169d49244877 node-v0.9.8-linux-x64.tar.gz +b5227fb14eaad8f0c3c4fbc97b30292dcc34046b node-v0.9.8-linux-x86.tar.gz +1d846eba7dc3c02c19d82915bfccba4efb77d54c node-v0.9.8-sunos-x64.tar.gz +e06c6b965d44084ef355d80b10d99f23005bdac7 node-v0.9.8-sunos-x86.tar.gz +4ba7fcefbd0d9cc83427500f4d71fa5ed0e82bb8 node-v0.9.8-x86.msi +c92303e41c45aef6959b6a70285cdd6be30ef0b4 node-v0.9.8.pkg +ce337f1f7baca56954412fbeaa25b4f9ea4c8528 node-v0.9.8.tar.gz +474b4afd7b8696edaf240f1710084c3c7e48a00c node.exe +22044cb9cf46570d9a41cc830eda962e57331da7 node.exp +3b612ca0692f8764dd722092d0ae6e5e2c6ae5fd node.lib +7b6e50f83202781bf827b554957d097f4ae66c46 node.pdb +c67b8047392e591434169c5d367ff2356ae640fd x64/node-v0.9.8-x64.msi +474b4afd7b8696edaf240f1710084c3c7e48a00c x64/node.exe +22044cb9cf46570d9a41cc830eda962e57331da7 x64/node.exp +3b612ca0692f8764dd722092d0ae6e5e2c6ae5fd x64/node.lib +7b6e50f83202781bf827b554957d097f4ae66c46 x64/node.pdb +``` |