Node v0.4.9

86 просмотров
Перейти к первому непрочитанному сообщению

Ryan Dahl

не прочитано,
29 июн. 2011 г., 07:38:2029.06.2011
– nodejs
2011.06.29, Version 0.4.9 (stable)

* Improve documentation

* #1095 error handling bug in stream.pipe() (Felix Geisendörfer)

* #1097 Fix a few leaks in node_crypto.cc (Ben Noordhuis)

* #562 #1078 Parse file:// urls properly (Ryan Petrello)

* #880 Option to disable SSLv2 (Jérémy Lal)

* #1087 Disabling SSL compression disabled with early OpenSSLs.

* #1144 debugger: don't allow users to input non-valid commands
(Siddharth Mahendraker)

* Perf improvement for util.inherits

* #1166 Support for signature verification with RSA/DSA public keys
(Mark Cavage)

* #1177 Remove node_modules lookup optimization to better support
nested project structures (Mathias Buus)

* #1203 Add missing scope.Close to fs.sendfileSync

* #1187 Support multiple 'link' headers

* #1196 Fix -e/--eval can't load module from node_modules (Koichi Kobayashi)

* Upgrade V8 to 3.1.8.25, upgrade http-parser.


Download: http://nodejs.org/dist/node-v0.4.9.tar.gz

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

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

Miloš Rašić

не прочитано,
29 июн. 2011 г., 07:44:2329.06.2011
– nod...@googlegroups.com
You hate me. I just compiled 0.4.8 on a server 15 minutes ago. Well, here we go again...

--
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

Ryan Dahl

не прочитано,
29 июн. 2011 г., 08:43:5929.06.2011
– nod...@googlegroups.com
On Wed, Jun 29, 2011 at 1:44 PM, Miloš Rašić <milos...@gmail.com> wrote:
> You hate me. I just compiled 0.4.8 on a server 15 minutes ago. Well, here we
> go again...

Yes, I was waiting for you to do that.

christkv

не прочитано,
29 июн. 2011 г., 08:51:5529.06.2011
– nodejs
Hi Ryan

Does this contain the v8 engine with fast buffers support ?

On Jun 29, 2:43 pm, Ryan Dahl <r...@tinyclouds.org> wrote:

Ryan Dahl

не прочитано,
29 июн. 2011 г., 10:12:3929.06.2011
– nod...@googlegroups.com
On Wed, Jun 29, 2011 at 2:51 PM, christkv <chri...@gmail.com> wrote:
> Hi Ryan
>
> Does this contain the v8 engine with fast buffers support ?
>

Fast buffers is a Node thing. Yes it does.

Vyacheslav Egorov

не прочитано,
29 июн. 2011 г., 10:24:4129.06.2011
– nod...@googlegroups.com
Christian probably means Crankshaft support for external arrays which
makes fast buffers faster :-)

Then answer is no.

--
Vyacheslav Egorov

christkv

не прочитано,
29 июн. 2011 г., 12:03:2329.06.2011
– nodejs
Exactly that super fast buffers :)

On Jun 29, 4:24 pm, Vyacheslav Egorov <vego...@chromium.org> wrote:
> Christian probably means Crankshaft support for external arrays which
> makes fast buffers faster :-)
>
> Then answer is no.
>
> --
> Vyacheslav Egorov
>
>
>
> On Wed, Jun 29, 2011 at 4:12 PM, Ryan Dahl <r...@tinyclouds.org> wrote:

Ben Noordhuis

не прочитано,
29 июн. 2011 г., 13:02:5829.06.2011
– nod...@googlegroups.com
On Wed, Jun 29, 2011 at 18:03, christkv <chri...@gmail.com> wrote:
> On Jun 29, 4:24 pm, Vyacheslav Egorov <vego...@chromium.org> wrote:
>> Christian probably means Crankshaft support for external arrays which
>> makes fast buffers faster :-)
>>
>> Then answer is no.
>
> Exactly that super fast buffers :)

Drop a bleeding-edge V8[1] in deps/v8 and recompile, it'll pick up the
new version. WFM.

[1] https://github.com/v8/v8

christkv

не прочитано,
29 июн. 2011 г., 13:13:1129.06.2011
– nodejs
It's for a faster js version of the bson parser. Unfortunately the new
parser is slower with buffers util the crankshaft fast buffer stuff is
introduced so I'll wait until it's in node stable officially before
releasing

On Jun 29, 7:02 pm, Ben Noordhuis <i...@bnoordhuis.nl> wrote:

Tim Caswell

не прочитано,
29 июн. 2011 г., 15:50:4229.06.2011
– nod...@googlegroups.com
When are we pulling in a new version of V8? Are we just freezing the
version in the 0.4.x series for ABI stability? With latest V8 I can
run the jslint benchmark 5 times faster.

Ben Noordhuis

не прочитано,
29 июн. 2011 г., 16:06:1929.06.2011
– nod...@googlegroups.com
On Wed, Jun 29, 2011 at 21:50, Tim Caswell <t...@creationix.com> wrote:
> When are we pulling in a new version of V8?  Are we just freezing the
> version in the 0.4.x series for ABI stability?  With latest V8 I can
> run the jslint benchmark 5 times faster.

33af272 upgrades V8 to 3.4.8 so that's probably going into 0.4.10.

Nathan Rajlich

не прочитано,
29 июн. 2011 г., 19:14:4629.06.2011
– nod...@googlegroups.com
I think I remember ryan saying that node 0.4.x will stay with V8 3.1.x for ABI stability...


--

Ryan Dahl

не прочитано,
30 июн. 2011 г., 00:33:5630.06.2011
– nod...@googlegroups.com
On Wed, Jun 29, 2011 at 9:50 PM, Tim Caswell <t...@creationix.com> wrote:
> When are we pulling in a new version of V8?  Are we just freezing the
> version in the 0.4.x series for ABI stability?  With latest V8 I can
> run the jslint benchmark 5 times faster.

v0.4 is sticking with V8 v3.1 for ABI stability, yes.

The unstable v0.5 series will start soon with the latest V8.

Ответить всем
Отправить сообщение автору
Переслать
0 новых сообщений