yeni sürüm etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
yeni sürüm etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
7 Ağustos 2012 Salı
NodeJS 0.8.6 Kararlı Sürüm Güncellemesi
Hiç yorum yok:
Gönderen
Unknown
at
Salı, Ağustos 07, 2012
Etiketler
güncelleme
,
nodejs güncelleme
,
yeni sürüm
2012.08.07, Version 0.8.6 (Stable)
This is the first release to include binary distributions for all supported Unix operating systems (Linux, Darwin, and SunOS). To use the binary distribution tarballs, you can unpack them directly into a destination directory:
cd ~/node/ # or /usr/local if you're feeling brave
tar xzvf /path/to/binary.tar.gz --strip=1
This is an experimental feature. Please use it and provide feedback.- npm: Upgrade to v1.1.48
- Add 'make binary' to build binary tarballs for all Unixes (Nathan Rajlich)
- zlib: Emit 'close' on destroy(). (Dominic Tarr)
- child_process: Fix stdout=null when stdio=['pipe'] (Tyler Neylon)
- installer: prevent ETXTBSY errors (Ben Noordhuis)
- installer: honor --without-npm, default install path (Ben Noordhuis)
- net: make pause work with connecting sockets (Bert Belder)
- installer: fix cross-compile installs (Ben Noordhuis)
- net: fix .listen({fd:0}) (Ben Noordhuis)
- windows: map WSANO_DATA to UV_ENOENT (Bert Belder)
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.6/node-v0.8.6.pkg
Windows Installer: http://nodejs.org/dist/v0.8.6/node-v0.8.6-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.6/x64/node-v0.8.6-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.6/x64/
Linux 32-bit Binary Package: http://nodejs.org/dist/v0.8.6/node-v0.8.6-linux-x86.tar.gz
Linux 64-bit Binary Package: http://nodejs.org/dist/v0.8.6/node-v0.8.6-linux-x64.tar.gz
Solaris 32-bit Binary Package: http://nodejs.org/dist/v0.8.6/node-v0.8.6-sunos-x86.tar.gz
Solaris 64-bit Binary Package: http://nodejs.org/dist/v0.8.6/node-v0.8.6-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.8.6/
Website: http://nodejs.org/docs/v0.8.6/
Documentation: http://nodejs.org/docs/v0.8.6/api/
Shasums:
c23a57601150b3ec59aeeb0eef607d9e430e17c2 node-v0.8.6-darwin-x64.tar.gz
8f7e4e837f61991eff4605678ab27c82e854bc38 node-v0.8.6-darwin-x86.tar.gz
32ce9d28d6a294878ce9ee8f23b6fa7ecb3130e7 node-v0.8.6-linux-x64.tar.gz
6f71518f044705ff1a7d9400a573906a99c5834c node-v0.8.6-linux-x86.tar.gz
ec9c02e9713a81d8f4848924cc38e5ed28a06fc4 node-v0.8.6-sunos-x64.tar.gz
ac96cc4ce3eee4dc54ef7936ad4fd8eb04fbe359 node-v0.8.6-sunos-x86.tar.gz
0a2aca229c9cb2ec4a4a82ff88de7ea0868d1890 node-v0.8.6-x86.msi
84127d73a968f5951a9682b592a79779d1396c9e node-v0.8.6.pkg
34c7ad2bb5450653748c65840155852d67742258 node-v0.8.6.tar.gz
42f3b792326efdfc9b0d95eebd7f9f716cadb1c0 node.exe
fc56e816081ebef450ce7ed92bfd543d53191ac3 node.exp
e91f1648e4e8f7586790443248326222101c286c node.lib
8106b33d1cdae69103ca07b16c7f5d690308d751 node.pdb
6226474859e1cf2f1314d92b6207183bb36c6007 x64/node-v0.8.6-x64.msi
3c1ac597956ea9f1e7eab62f85a23e3e436cd0e8 x64/node.exe
599df091faecff536f52d17463c70e07cf9ed54f x64/node.exp
70bac4dcb9f845c8c8cb9443ff09f839fc86aac7 x64/node.lib
eb59a0ed841c9e93c406b4c636b2048973cbfae4 x64/node.pdb
3 Ağustos 2012 Cuma
NodeJS 0.8.5 Kararlı Sürüm Güncellemesi
Hiç yorum yok:
Gönderen
Unknown
at
Cuma, Ağustos 03, 2012
Etiketler
güncelleme
,
nodejs güncelleme
,
yeni sürüm
2012.08.02, Version 0.8.5 (Stable)
- node: tag Encode and friends NODE_EXTERN (Ben Noordhuis)
- fs: fix ReadStream / WriteStream missing callback (Gil Pedersen)
- fs: fix readFileSync("/proc/cpuinfo") regression (Ben Noordhuis)
- installer: don't assume bash is installed (Ben Noordhuis)
- Report errors properly from --eval and stdin (isaacs)
- assert: fix throws() throws an error without message property (koichik)
- cluster: fix libuv assert in net.listen() (Ben Noordhuis)
- build: always link sunos builds with libumem (Trent Mick)
- build: improve armv7 / hard-float detection (Adam Malcontenti-Wilson)
- https: Use host header as effective servername (isaacs)
- sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill)
- linux: fix 'two watchers, one path' segfault (Ben Noordhuis)
- windows: fix memory leaks in many fs functions (Bert Belder)
- windows: don't allow directories to be opened for writing/appending (Bert Belder)
- windows: make fork() work even when not all stdio handles are valid (Bert Belder)
- windows: make unlink() not remove mount points, and improve performance (Bert Belder)
- build: Sign pkg installer for OS X (isaacs)
Source Code: http://nodejs.org/dist/v0.8.5/node-v0.8.5.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.5/node-v0.8.5.pkg
Windows Installer: http://nodejs.org/dist/v0.8.5/node-v0.8.5-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.5/x64/node-v0.8.5-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.5/x64/
Other release files: http://nodejs.org/dist/v0.8.5/
Website: http://nodejs.org/docs/v0.8.5/
Documentation: http://nodejs.org/docs/v0.8.5/api/
Shasums:
74b470d04c3dac9f5838d4ed61e2fb50e394114a node-v0.8.5-x86.msi
28280575b717306b34440c83aace720dccc3047f node-v0.8.5.pkg
835ba5ca429e56f65aeb1a5d9730fff105e86337 node-v0.8.5.tar.gz
c8ce66eefd6d75b44cdf29bb49aeffe4ea534b7f node.exe
d3832fb5a7a45d739c9d3faa7e13115bdaaa9cc7 node.exp
5dee595f12dbfdee14b6e8aebc07a77ee96e5e45 node.lib
ac62ec2d2508dfcd0c2f5cfcf725286ad876fb7a node.pdb
12876d80668b066b460833d096998525d8eceec7 npm-1.1.46.tgz
4e820e5a99512e194ec30878ede08488211c8391 npm-1.1.46.zip
95882b6aeab74725197b10d31ff4ee3a0723574c x64/node-v0.8.5-x64.msi
9d9c0652e57e05708b59bba78a55bc1237fcfb73 x64/node.exe
f13f377c432c5a8fb4661abaae3a07c46ac74a66 x64/node.exp
a17e3e8742ac084e1f7f99f721470e9d6182e75f x64/node.lib
4026170fed5a55fad6ee569daa9666cbb9d5ae3d x64/node.pdb
Kaydol:
Kayıtlar
(Atom)