2012.01.27, Version 0.6.9 (stable)
-
dgram: Bring back missing functionality for Unix (Dan VerWeire,
Roman Shtylman, Ben Noordhuis)- Note: Windows UDP support not yet complete.
-
http: Fix parser memory leak (koichik)
-
zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse)
-
module: fix –debug-brk on symlinked scripts (Fedor Indutny)
-
Documentation Restyling (Matthew Fitzsimmons)
-
Update npm to 1.1.0-3 (isaacs)
-
Windows: fix regression in stat() calls to C:\ (Bert Belder)
Source Code: http://nodejs.org/dist/v0.6.9/node-v0.6.9.tar.gz
Windows Installer: http://nodejs.org/dist/v0.6.9/node-v0.6.9.msi
Macintosh Installer: http://nodejs.org/dist/v0.6.9/node-v0.6.9.pkg
Website: http://nodejs.org/docs/v0.6.9/
Documentation: http://nodejs.org/docs/v0.6.9/api/
How much of UDP under windows actually works?
Only the U and the D, they are still working on the P.
Any idea when this will be finished?
You’re looking at an old version. We’re up to 0.6.13. UDP has been finished for some time now.
Pingback: Node Roundup: Ryan Dahl Steps Down, Thimble, Mongo Model, Banking.js, Navcodec
Hello,
I was following the C++ addons examples (for 0.6.9), but it seems that only the “Hello world” one works. The others yield an error as follows:
node: symbol lookup error: /home/stefan/nodecode/module/build/Release/detect.node: undefined symbol: _ZN6detect4initEv
The code is exactly the same as on the site, I just renamed the class and the method called at load-time. The call actually looks like: detect::init();
Any ideas what might be going on here?
Thank you.
I’d recommend posting this as an issue on the github repository[1], or as a message to the mailing list[2].
1: https://github.com/joyent/node/issues
2: http://groups.google.com/group/nodejs
Thank you, will give it a try.