Node version 0.9.2 (Unstable)

169 views
Skip to first unread message

Isaac Schlueter

unread,
Sep 17, 2012, 9:31:50 PM9/17/12
to nodejs
2012.09.17, Version 0.9.2 (Unstable)

* http_parser: upgrade to ad3b631

* openssl: upgrade 1.0.1c

* darwin: use FSEvents to watch directory changes (Fedor Indutny)

* unix: support missing API on NetBSD (Shigeki Ohtsu)

* unix: fix EMFILE busy loop (Ben Noordhuis)

* windows: un-break writable tty handles (Bert Belder)

* windows: map WSAESHUTDOWN to UV_EPIPE (Bert Belder)

* windows: make spawn with custom environment work again (Bert Belder)

* windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder)

* tls, https: validate server certificate by default (Ben Noordhuis)

* tls, https: throw exception on missing key/cert (Ben Noordhuis)

* tls: async session storage (Fedor Indutny)

* installer: don't install header files (Ben Noordhuis)

* buffer: implement Buffer.prototype.toJSON() (Nathan Rajlich)

* buffer: added support for writing NaN and Infinity (koichik)

* http: make http.ServerResponse emit 'end' (Ben Noordhuis)

* build: ./configure --ninja (Ben Noordhuis, Timothy J Fontaine)

* installer: fix --without-npm (Ben Noordhuis)

* cli: make -p equivalent to -pe (Ben Noordhuis)

* url: Go much faster by using Url class (isaacs)


Source Code: http://nodejs.org/dist/v0.9.2/node-v0.9.2.tar.gz

Macintosh Installer (Universal): http://nodejs.org/dist/v0.9.2/node-v0.9.2.pkg

Windows Installer: http://nodejs.org/dist/v0.9.2/node-v0.9.2-x86.msi

Windows x64 Installer: http://nodejs.org/dist/v0.9.2/x64/node-v0.9.2-x64.msi

Windows x64 Files: http://nodejs.org/dist/v0.9.2/x64/

Linux 32-bit Binary: http://nodejs.org/dist/v0.9.2/node-v0.9.2-linux-x86.tar.gz

Linux 64-bit Binary: http://nodejs.org/dist/v0.9.2/node-v0.9.2-linux-x64.tar.gz

Solaris 32-bit Binary:
http://nodejs.org/dist/v0.9.2/node-v0.9.2-sunos-x86.tar.gz

Solaris 64-bit Binary:
http://nodejs.org/dist/v0.9.2/node-v0.9.2-sunos-x64.tar.gz

Other release files: http://nodejs.org/dist/v0.9.2/

Website: http://nodejs.org/docs/v0.9.2/

Documentation: http://nodejs.org/docs/v0.9.2/api/

Shasums:

```
3d1bb82013cbefd199abedaf0fe91d18579939b5 node-v0.9.2-darwin-x64.tar.gz
0a8e43e13ae6ce13ee3c8bb281d9a26aacc3ba3c node-v0.9.2-darwin-x86.tar.gz
c5c2708d796d0e37c5a401af39bfa17c9c3b67c0 node-v0.9.2-linux-x64.tar.gz
0d0a09b34b74f2c9f310f044cd142d0b80885c22 node-v0.9.2-linux-x86.tar.gz
0bcc9a23e601cd8bef42a2e250d918ccb03b3f5b node-v0.9.2-sunos-x64.tar.gz
7827998ec5ca442f26f824f46b51f33d0c9bbbb7 node-v0.9.2-sunos-x86.tar.gz
ed1c7d8a966c786969e3b4f68081cc5b3c753a03 node-v0.9.2-x86.msi
e1a1270d3f2a398738a363c68e8f30fd47dd5eb6 node-v0.9.2.pkg
09dd5e2135ab67ee9544f2b6ce0c5ab0e95b02b8 node-v0.9.2.tar.gz
8bfd33550b0115f71aed15a0c114a13cd573e10b node.exe
3484b1c61442bd2ca7e00d06c61ad7fa6f61acad node.exp
37dcaa77234b63a3ce3cecdea27041b7565698cc node.lib
52abfb1b09f6facb0cda7c2e27b1bb48f8e75404 node.pdb
c4c3f87c5dd7a0d36d682fb449cc6a8a245a4789 x64/node-v0.9.2-x64.msi
d60fb389deada9eb753948bedb84b2f797424a93 x64/node.exe
04190c31210b2bc7ee80679167920567c166db75 x64/node.exp
dfb5a231905da844279bf86984813440e152becf x64/node.lib
d5c5e26395e5c714efd4855505dcf0a31c57e22e x64/node.pdb
```

Ben Noordhuis

unread,
Sep 18, 2012, 11:43:18 AM9/18/12
to nod...@googlegroups.com
On Tue, Sep 18, 2012 at 3:46 PM, Tobias Petry <tobias...@hotmail.com> wrote:
> Is there any roadmap for features which will be implemented in feature
> branch 0.9.x?

Not really. We're mostly making it up as we go along. (That's somewhat
tongue in cheek.)

In no particular order:

* removal of libev
* new streams interface
* flesh out domains more
* better debugger/profiler support
* rework the http client/server lib (mostly internal)

There are undoubtedly things I forgot.

codepilot Account

unread,
Sep 18, 2012, 12:44:14 PM9/18/12
to nod...@googlegroups.com
I like to Buffer to json, that makes life better.


--
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 nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Isaac Schlueter

unread,
Sep 18, 2012, 12:45:04 PM9/18/12
to nod...@googlegroups.com
Ben is uncharacteristically optimistic about what we'll accomplish in
the next month or so. Here's what I'd like to finish:

* Removal of libev
* New readable streams interface
* Better TLS performance and stability

The HTTP refactoring will probably have to wait for the next round.

On Tue, Sep 18, 2012 at 8:43 AM, Ben Noordhuis <in...@bnoordhuis.nl> wrote:

Scott Elcomb

unread,
Sep 18, 2012, 12:48:19 PM9/18/12
to nod...@googlegroups.com
On Tue, Sep 18, 2012 at 12:45 PM, Isaac Schlueter <i...@izs.me> wrote:
> Ben is uncharacteristically optimistic about what we'll accomplish in
> the next month or so. Here's what I'd like to finish:
>
> * Removal of libev
> * New readable streams interface
> * Better TLS performance and stability
>
> The HTTP refactoring will probably have to wait for the next round.

Is v1.0 expected this year? Sounds like it's getting close. =D

--
Scott Elcomb
@psema4 on Twitter / Identi.ca / Github & more

Atomic OS: Self Contained Microsystems
http://code.google.com/p/atomos/

Member of the Pirate Party of Canada
http://www.pirateparty.ca/

Isaac Schlueter

unread,
Sep 18, 2012, 2:54:47 PM9/18/12
to nod...@googlegroups.com
I suspect that 0.10.0 will land this year, yes.

On Tue, Sep 18, 2012 at 11:10 AM, Dennis Kehrig
<mailg...@denniskehrig.de> wrote:
>> Is v1.0 expected this year? Sounds like it's getting close. =D
>
>
> That, or 0.10.0 ;)
Reply all
Reply to author
Forward
0 new messages