Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Node version 0.9.2 (Unstable)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Isaac Schlueter  
View profile  
 More options Sep 17 2012, 9:32 pm
From: Isaac Schlueter <i...@izs.me>
Date: Mon, 17 Sep 2012 18:31:50 -0700
Local: Mon, Sep 17 2012 9:31 pm
Subject: Node version 0.9.2 (Unstable)
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
```


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobias Petry  
View profile  
 More options Sep 18 2012, 9:46 am
From: Tobias Petry <tobias_pe...@hotmail.com>
Date: Tue, 18 Sep 2012 06:46:42 -0700 (PDT)
Local: Tues, Sep 18 2012 9:46 am
Subject: Re: Node version 0.9.2 (Unstable)

Is there any roadmap for features which will be implemented in feature
branch 0.9.x?

Best regards Tobias

Am Dienstag, 18. September 2012 03:32:01 UTC+2 schrieb Isaac Schlueter:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Noordhuis  
View profile  
 More options Sep 18 2012, 11:43 am
From: Ben Noordhuis <i...@bnoordhuis.nl>
Date: Tue, 18 Sep 2012 17:43:18 +0200
Local: Tues, Sep 18 2012 11:43 am
Subject: Re: [nodejs] Re: Node version 0.9.2 (Unstable)

On Tue, Sep 18, 2012 at 3:46 PM, Tobias Petry <tobias_pe...@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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codepilot Account  
View profile  
 More options Sep 18 2012, 12:44 pm
From: codepilot Account <codepi...@gmail.com>
Date: Tue, 18 Sep 2012 09:44:14 -0700
Local: Tues, Sep 18 2012 12:44 pm
Subject: Re: [nodejs] Re: Node version 0.9.2 (Unstable)

I like to Buffer to json, that makes life better.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Isaac Schlueter  
View profile  
 More options Sep 18 2012, 12:45 pm
From: Isaac Schlueter <i...@izs.me>
Date: Tue, 18 Sep 2012 09:45:04 -0700
Local: Tues, Sep 18 2012 12:45 pm
Subject: Re: [nodejs] Re: Node version 0.9.2 (Unstable)
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Elcomb  
View profile  
 More options Sep 18 2012, 12:48 pm
From: Scott Elcomb <pse...@gmail.com>
Date: Tue, 18 Sep 2012 12:48:19 -0400
Local: Tues, Sep 18 2012 12:48 pm
Subject: Re: [nodejs] Re: Node version 0.9.2 (Unstable)

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/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dennis Kehrig  
View profile  
 More options Sep 18 2012, 2:10 pm
From: Dennis Kehrig <mailgoo...@denniskehrig.de>
Date: Tue, 18 Sep 2012 11:10:17 -0700 (PDT)
Local: Tues, Sep 18 2012 2:10 pm
Subject: Re: [nodejs] Re: Node version 0.9.2 (Unstable)

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

That, or 0.10.0 ;)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Isaac Schlueter  
View profile  
 More options Sep 18 2012, 2:54 pm
From: Isaac Schlueter <i...@izs.me>
Date: Tue, 18 Sep 2012 11:54:47 -0700
Local: Tues, Sep 18 2012 2:54 pm
Subject: Re: [nodejs] Re: Node version 0.9.2 (Unstable)
I suspect that 0.10.0 will land this year, yes.

On Tue, Sep 18, 2012 at 11:10 AM, Dennis Kehrig


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »