Great! On Tuesday, March 12, 2013 12:05:39 AM UTC+8, Isaac Schlueter wrote: > > I am pleased to announce a new stable version of Node. > > This branch brings significant improvements to many areas, with a > focus on API polish, ease of use, and backwards compatibility. > > For a very brief overview of the relevant API changes since v0.8, > please see the API changes wiki page: > <https://github.com/joyent/node/wiki/Api-changes-between-v0.8-and-v0.10> > > For a more thorough breakdown of what changed, you can read the blog > post on this release: > <http://blog.nodejs.org/2013/03/11/node-v0-10-0-stable/> (It would > not fit comfortably in an email this time.) > > Thank you very much to everyone who helped bring this to fruition, > especially those of you who have been using streams2 in your modules, > and banging away on the unstable releases. Node's continued progress > and stability depends on your input. > > > And now, the traditional release notes: > > > 2013.03.11, Version 0.10.0 (Stable) > > * npm: Upgrade to 1.2.14 > > * core: Append filename properly in dlopen on windows (isaacs) > > * zlib: Manage flush flags appropriately (isaacs) > > * domains: Handle errors thrown in nested error handlers (isaacs) > > * buffer: Strip high bits when converting to ascii (Ben Noordhuis) > > * win/msi: Enable modify and repair (Bert Belder) > > * win/msi: Add feature selection for various Node parts (Bert Belder) > > * win/msi: use consistent registry key paths (Bert Belder) > > * child_process: support sending dgram socket (Andreas Madsen) > > * fs: Raise EISDIR on Windows when calling fs.read/write on a dir (isaacs) > > * unix: fix strict aliasing warnings, macro-ify functions (Ben Noordhuis) > > * unix: honor UV_THREADPOOL_SIZE environment var (Ben Noordhuis) > > * win/tty: fix typo in color attributes enumeration (Bert Belder) > > * win/tty: don't touch insert mode or quick edit mode (Bert Belder) > > > Source Code: http://nodejs.org/dist/v0.10.0/node-v0.10.0.tar.gz > > Macintosh Installer (Universal): > http://nodejs.org/dist/v0.10.0/node-v0.10.0.pkg > > Windows Installer: http://nodejs.org/dist/v0.10.0/node-v0.10.0-x86.msi > > Windows x64 Installer: > http://nodejs.org/dist/v0.10.0/x64/node-v0.10.0-x64.msi > > Windows x64 Files: http://nodejs.org/dist/v0.10.0/x64/ > > Linux 32-bit Binary: > http://nodejs.org/dist/v0.10.0/node-v0.10.0-linux-x86.tar.gz > > Linux 64-bit Binary: > http://nodejs.org/dist/v0.10.0/node-v0.10.0-linux-x64.tar.gz > > Solaris 32-bit Binary: > http://nodejs.org/dist/v0.10.0/node-v0.10.0-sunos-x86.tar.gz > > Solaris 64-bit Binary: > http://nodejs.org/dist/v0.10.0/node-v0.10.0-sunos-x64.tar.gz > > Other release files: http://nodejs.org/dist/v0.10.0/ > > Website: http://nodejs.org/docs/v0.10.0/ > > Documentation: http://nodejs.org/docs/v0.10.0/api/ > > Shasums: > > ``` > b9e9bca99cdb5563cad3d3f04baa262e317b827c node-v0.10.0-darwin-x64.tar.gz > 0227c9bc3df5b62267b9d4e3b0a92b3a70732229 node-v0.10.0-darwin-x86.tar.gz > 9f5f7350d6f889ea8e794516ecfea651e8e53d24 node-v0.10.0-linux-x64.tar.gz > cc5f1cd6a2f2530bc400e761144bbaf8fcb66cc4 node-v0.10.0-linux-x86.tar.gz > 42c14b7eab398976b1ac0a8e6e96989059616af5 node-v0.10.0-sunos-x64.tar.gz > ddcadbac66d1acea48aa6c5462d0a0d7308ea823 node-v0.10.0-sunos-x86.tar.gz > 70eacf2cca7abec79fac4ca502e8d99590a2108a node-v0.10.0-x86.msi > c48c269b9b0f0a95e6e9234d4597d1c8a1c45c5a node-v0.10.0.pkg > 7321266347dc1c47ed2186e7d61752795ce8a0ef node-v0.10.0.tar.gz > f8c6f55469551243ea461f023cc57c024f57fef2 node.exe > 253ae79e411fcfddcf28861559ececb4b335db64 node.exp > acb8febb5ea714c065f201ced5423b0838fdf1b6 node.lib > 0fdad1400036dd26d720070f783d3beeb3bb9c0a node.pdb > abcaf8ef606655a05e73ee5d06715ffd022aad22 x64/node-v0.10.0-x64.msi > e5d0c235629b26430b6e07c07ee2c7dcda82f35e x64/node.exe > 43b3fb3a6aaf6a04f578ee607a9455c1e23acf08 x64/node.exp > 87dd6eb6c8127a1af0dcca639961441fc303d75a x64/node.lib > 50aca715777fa42b854e6cfc56b6199a54aabd3c x64/node.pdb > ``` >
-- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
