nodejs güncelleme etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
nodejs güncelleme etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

27 Kasım 2012 Salı

NodeJS 0.8.15 Kararlı Sürüm Güncellemesi

Hiç yorum yok:

NodeJS 0.8.15 kararlı sürüm güncellemesi yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır.


2012.11.26, Version 0.8.15 (Stable)
  • npm: Upgrade to 1.1.66 (isaacs)
  • linux: use /proc/cpuinfo for CPU frequency (Ben Noordhuis)
  • windows: map WSAESHUTDOWN to UV_EPIPE (Ben Noordhuis)
  • windows: map ERROR_GEN_FAILURE to UV_EIO (Bert Belder)
  • unix: do not set environ unless one is provided (Charlie McConnell)
  • domains: don't crash if domain is set to null (Bert Belder)
  • windows: fix the x64 debug build (Bert Belder)
  • net, tls: fix connect() resource leak (Ben Noordhuis)
Source Code: http://nodejs.org/dist/v0.8.15/node-v0.8.15.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.15/node-v0.8.15.pkg
Windows Installer: http://nodejs.org/dist/v0.8.15/node-v0.8.15-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.15/x64/node-v0.8.15-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.15/x64/
Linux 32-bit Binary: http://nodejs.org/dist/v0.8.15/node-v0.8.15-linux-x86.tar.gz
Linux 64-bit Binary: http://nodejs.org/dist/v0.8.15/node-v0.8.15-linux-x64.tar.gz
Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.15/node-v0.8.15-sunos-x86.tar.gz
Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.15/node-v0.8.15-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.8.15/
Website: http://nodejs.org/docs/v0.8.15/
Documentation: http://nodejs.org/docs/v0.8.15/api/
Shasums:
084f5132d8f2ad704086285a600790c4de323e59  node-v0.8.15-darwin-x64.tar.gz
8a17c611d96aba9427de21125c2d1696e937245e  node-v0.8.15-darwin-x86.tar.gz
cbd126c613eb42438a63a789b380b840793b2c83  node-v0.8.15-linux-x64.tar.gz
73431db2519d4520c6f8ac7303ec6170e6eb17c6  node-v0.8.15-linux-x86.tar.gz
1ed591003d0f502131540aadbabd95c22d2d936a  node-v0.8.15-sunos-x64.tar.gz
0c5908f857a65d5f6e8cfc17e4d8114aa4d9f521  node-v0.8.15-sunos-x86.tar.gz
5c5447b6ef451cfa4762db00aabd740425ea112d  node-v0.8.15-x86.msi
1e06dc52609dd106fd3553f4a9d12e66bcac1f45  node-v0.8.15.pkg
a7874cde1a87497992f1f8ea0fdaa760f617a94f  node-v0.8.15.tar.gz
9251cc51eaa856bdf7c1a92d49419731e6dec830  node.exe
e4230b867122b42a16cc27eccadde3996cfdf266  node.exp
f4f7ca1d11877bcb1e50f0a139a0b7438ea406cb  node.lib
02bc3e986eebb77fcabde4e492d858e14096ac34  node.pdb
9c1020cc2c7443238093f0cde3875097788e5c7f  x64/node-v0.8.15-x64.msi
8a76699adbee52ee704408e6708ff5b5b6ebc02f  x64/node.exe
b9fba72a0da7d2b25dcdcbcf514b877f1cb6399a  x64/node.exp
81511b51ef403214f0ba97ed29cb5d45ff6a21f7  x64/node.lib
1519acd77acd41e03238f6ed9a006d97ade4a055  x64/node.pdb

26 Ekim 2012 Cuma

NodeJS 0.8.14 Kararlı Sürüm Güncellemesi

Hiç yorum yok:

NodeJS 0.8.14 kararlı sürüm güncellemesi yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır.


Note: v0.8.13 contains a regression in the EventEmitter class. This is a bugfix release, but contains no new features. Most of the release notes are copied from v0.8.13, since it didn't live long.
2012.10.25, Version 0.8.14 (Stable)
  • events: Don't clobber pre-existing _events obj in EE ctor (isaacs)
  • V8: Upgrade to 3.11.10.25
  • npm: Upgrade to 1.1.65
  • url: parse hostnames that start with - or _ (Ben Noordhuis)
  • repl: Fix Windows 8 terminal issue (Bert Belder)
  • typed arrays: use signed char for signed int8s (Aaron Jacobs)
  • crypto: fix bugs in DiffieHellman (Ben Noordhuis)
  • configure: turn on VFPv3 on ARMv7 (Ben Noordhuis)
  • Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis)
  • repl: ensure each REPL instance gets its own "context" (Nathan Rajlich)
Source Code: http://nodejs.org/dist/v0.8.14/node-v0.8.14.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.14/node-v0.8.14.pkg
Windows Installer: http://nodejs.org/dist/v0.8.14/node-v0.8.14-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.14/x64/node-v0.8.14-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.14/x64/
Linux 32-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-linux-x86.tar.gz
Linux 64-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-linux-x64.tar.gz
Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-sunos-x86.tar.gz
Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.8.14/
Website: http://nodejs.org/docs/v0.8.14/
Documentation: http://nodejs.org/docs/v0.8.14/api/
Shasums:
da24261edde0b5c598c3bd6225ca1644cd641798  node-v0.8.13-x86.msi
519a0d5daa52eb3f412f5ea86779a1a7f3f73f3d  node-v0.8.14-darwin-x64.tar.gz
93c38392cb07e5e7386503e8e8b1932dabcd3f09  node-v0.8.14-darwin-x86.tar.gz
f737747a3c2b62c5e059d866ea27f2f050a12e0a  node-v0.8.14-linux-x64.tar.gz
cd9db5907cf0796b5277954cb994789a9815f72c  node-v0.8.14-linux-x86.tar.gz
b6e1c21c2bc9543255bda936bb7206490085dd6b  node-v0.8.14-sunos-x64.tar.gz
c16a01e116fda023db9b1cd14f8e9520d39cf2c7  node-v0.8.14-sunos-x86.tar.gz
47a1186004f6ce5e25a8555429d72b15519bc7f1  node-v0.8.14.tar.gz
dbfee332c34ecf963e14f94fb494994cb2a50ecd  node.exe
e0d51708701e00689b6ca4d3427ba8e6161714b4  node.exp
5418baf0b0199a38fdf867c695d4e96306ac05b0  node.lib
2a65df5da1c86901d120812a002647cb6a114c05  node.pdb
8df2cc066f6cee53deb43eba92a3a1bfd30e9ae7  x64/node-v0.8.14-x64.msi
84f44295f9ed0f09ee80fd85b3ad1e0c93212795  x64/node.exe
b20a8aa61f386166c9ce1b51bb14d97eefd39090  x64/node.exp
dd254fab57148ad6315d87fd6c8ef6ef45baae35  x64/node.lib
c4ad89d4d71d82f20c7ce620319ad35aca7e56ad  x64/node.pdb

NodeJS 0.8.13 Kararlı Sürüm Güncellemesi

Hiç yorum yok:

NodeJS 0.8.13 kararlı sürüm güncellemesi yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır. Bu versiyondaki ufak bir hatadan dolayı kullanılması önerilmiyor ve 0.8.14 versiyonu hazırlanıyor.


2012.10.25, Version 0.8.13 (Stable)
  • V8: Upgrade to 3.11.10.25
  • npm: Upgrade to 1.1.65
  • url: parse hostnames that start with - or _ (Ben Noordhuis)
  • repl: Fix Windows 8 terminal issue (Bert Belder)
  • typed arrays: use signed char for signed int8s (Aaron Jacobs)
  • crypto: fix bugs in DiffieHellman (Ben Noordhuis)
  • configure: turn on VFPv3 on ARMv7 (Ben Noordhuis)
  • Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis)
  • repl: ensure each REPL instance gets its own "context" (Nathan Rajlich)
Source Code: http://nodejs.org/dist/v0.8.13/node-v0.8.13.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.13/node-v0.8.13.pkg
Windows Installer: http://nodejs.org/dist/v0.8.13/node-v0.8.13-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.13/x64/node-v0.8.13-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.13/x64/
Linux 32-bit Binary: http://nodejs.org/dist/v0.8.13/node-v0.8.13-linux-x86.tar.gz
Linux 64-bit Binary: http://nodejs.org/dist/v0.8.13/node-v0.8.13-linux-x64.tar.gz
Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.13/node-v0.8.13-sunos-x86.tar.gz
Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.13/node-v0.8.13-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.8.13/
Website: http://nodejs.org/docs/v0.8.13/
Documentation: http://nodejs.org/docs/v0.8.13/api/
Shasums:
1f396f068e40639f70e5d60e8e33d0cbb5597748  node-v0.8.13-darwin-x64.tar.gz
afa416c3b6209f3d72926537c85d5943b3b07a0d  node-v0.8.13-darwin-x86.tar.gz
bdcf8b69ccba2ca326c8ff2921232c1663a79d78  node-v0.8.13-linux-x64.tar.gz
d1fc168b092234bac665dc65d242f3367dfc0f24  node-v0.8.13-linux-x86.tar.gz
d3d5b19c133c73f060efa4bbe274195c9579f4be  node-v0.8.13-sunos-x64.tar.gz
98916b4f0c9855dd02d87223d6369f5fa281cbe5  node-v0.8.13-sunos-x86.tar.gz
732f70fbb800c8fee6202e939502c0f23f76d4a1  node-v0.8.13-x86.msi
e2da495a2f8dd4b0cd25810c3b4e6b2e9e71cfe3  node-v0.8.13.pkg
9112a128d83f3e7d26ba0965eb426de0f18c3149  node-v0.8.13.tar.gz
f8c75e5877f103a842067adff6f6580d1c250c9b  node.exe
b950a56fa0a00b78212c5d95e4ca6381f8285df9  node.exp
6fcfb00aaf78be643330f645d2d83d461bc1cbe7  node.lib
b6b0d540061e83bbe165afbc25aeeb19b00fbbf2  node.pdb
8017014664dca6b255724f30827553ca420580af  x64/node-v0.8.13-x64.msi
8a9fd20b6b24aa3bb8eda8f2f9fa1ede19588a41  x64/node.exe
74ceab4f7d3192bbd2d13d602fe66e3caf7d08e2  x64/node.exp
780c395cab41a0ef59bdd82fe39f370fa1c5e839  x64/node.lib
526bd6fadffcea8f56b0a761ccae01f65b018947  x64/node.pdb

13 Ekim 2012 Cumartesi

NodeJS 0.8.12 Kararlı Sürüm Güncellemesi

Hiç yorum yok:

NodeJS 0.8.12 kararlı sürüm güncellemesi yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır.



2012.10.12, Version 0.8.12 (Stable)
  • npm: Upgrade to 1.1.63
  • crypto: Reduce stability index to 2-Unstable (isaacs)
  • windows: fix handle leak in uv_fs_utime (Bert Belder)
  • windows: fix application crashed popup in debug version (Bert Belder)
  • buffer: report proper retained size in profiler (Ben Noordhuis)
  • buffer: fix byteLength with UTF-16LE (koichik)
  • repl: make "end of input" JSON.parse() errors throw in the REPL (Nathan Rajlich)
  • repl: make invalid RegExp modifiers throw in the REPL (Nathan Rajlich)
  • http: handle multiple Proxy-Authenticate values (Willi Eggeling)
Source Code: http://nodejs.org/dist/v0.8.12/node-v0.8.12.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.12/node-v0.8.12.pkg
Windows Installer: http://nodejs.org/dist/v0.8.12/node-v0.8.12-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.12/x64/node-v0.8.12-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.12/x64/
Linux 32-bit Binary: http://nodejs.org/dist/v0.8.12/node-v0.8.12-linux-x86.tar.gz
Linux 64-bit Binary: http://nodejs.org/dist/v0.8.12/node-v0.8.12-linux-x64.tar.gz
Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.12/node-v0.8.12-sunos-x86.tar.gz
Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.12/node-v0.8.12-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.8.12/
Website: http://nodejs.org/docs/v0.8.12/
Documentation: http://nodejs.org/docs/v0.8.12/api/
Shasums:
2d40157436b34e9e347c587de9945e7022eb9acc  node-v0.8.12-darwin-x64.tar.gz
b6ba1d2e478881e0a5248cb319ce0913ca39a51b  node-v0.8.12-darwin-x86.tar.gz
5353dfab2005992deee13e6e00a30509c8c86d4b  node-v0.8.12-linux-x64.tar.gz
9e501b995469d554e3356b6f5f85b72abed83310  node-v0.8.12-linux-x86.tar.gz
b3e8e655b3c6f0a2c641dcb0e22372edb6f45ffd  node-v0.8.12-sunos-x64.tar.gz
82c46d12a52e09bda3ad4bd0cdb8ad18480e679a  node-v0.8.12-sunos-x86.tar.gz
d70e7bc718699651281110cd9f3f13ae50ac36be  node-v0.8.12-x86.msi
d24d17d34425eb86cc237b8e68fdd5d199cb0ad8  node-v0.8.12.pkg
719397c7f65365b2ec6510863ac62bd291784910  node-v0.8.12.tar.gz
ac7151c05730982eb37a7f390386219c4d05b57d  node.exe
000771bbc1e26f8ac5d11183b6538f25214b64a6  node.exp
b036c368ff65f96ca44ac0ccf8d742c41ce00a95  node.lib
98edc84132157d44df7a4d08b6788843fe542961  node.pdb
d1cccae53dcb54e08a8771ef0f9406e327ac4db3  x64/node-v0.8.12-x64.msi
0aa3088bd6a55864d25e84091b3a3b796ce20ce9  x64/node.exe
1d6dc06515cead63a2e547aacc73cfb7ad8003a2  x64/node.exp
7f55dd2367523c151e4d8492c596f076e0e5d151  x64/node.lib
e34d679b61c77026dd0f437d3d91a84b83a422d3  x64/node.pdb

28 Eylül 2012 Cuma

NodeJS 0.8.11 Kararlı Sürüm Güncellemesi

Hiç yorum yok:

NodeJS 0.8.11 kararlı sürüm güncellemesi yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır.





This is just a minor bugfix release to correct the regression in v0.8.10.
If you haven't yet upgraded to v0.8.10, then please use this release instead.
2012.09.27, Version 0.8.11 (Stable)
  • fs: Fix stat() size reporting for large files (Ben Noordhuis)
Source Code: http://nodejs.org/dist/v0.8.11/node-v0.8.11.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.11/node-v0.8.11.pkg
Windows Installer: http://nodejs.org/dist/v0.8.11/node-v0.8.11-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.11/x64/node-v0.8.11-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.11/x64/
Linux 32-bit Binary: http://nodejs.org/dist/v0.8.11/node-v0.8.11-linux-x86.tar.gz
Linux 64-bit Binary: http://nodejs.org/dist/v0.8.11/node-v0.8.11-linux-x64.tar.gz
Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.11/node-v0.8.11-sunos-x86.tar.gz
Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.11/node-v0.8.11-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.8.11/
Website: http://nodejs.org/docs/v0.8.11/
Documentation: http://nodejs.org/docs/v0.8.11/api/
Shasums:
3677fdcce837233d4d3d5cdfb8685123ef38fcc2  node-v0.8.11-darwin-x64.tar.gz
24213b076d5c95a1ee7598c540a454a4d6b1d899  node-v0.8.11-darwin-x86.tar.gz
380e533b7953767ec3a43109d37615238296d15c  node-v0.8.11-linux-x64.tar.gz
0d9c1bd3a97aa7a5adf6274271f4a8e7745ff704  node-v0.8.11-linux-x86.tar.gz
d4dbb70ca6a3e06c763b7be5fffaae1c7630bd69  node-v0.8.11-sunos-x64.tar.gz
d8fcd334118576a744a57eb1f3565c242810f4f1  node-v0.8.11-sunos-x86.tar.gz
80a14ed82672d3c5c14f60f41ba3f03d65dde13f  node-v0.8.11-x86.msi
8a096cdaf7c3e76ee82373214b51a7c7f306de47  node-v0.8.11.pkg
e9dd36cbbe03c632ee7e9c52e06122fa022981c8  node-v0.8.11.tar.gz
5bf31a7e2518d06df1dd05f135617db8c32d8a2e  node.exe
79a21c6de2d8e38937865c4cd36306b92e37c832  node.exp
31862938d8cd95efe0e6121764c7797a1487fe51  node.lib
2bbcad390e7fc122be74cb1a116f5420057e9600  node.pdb
30798c0b6d69b13ba94c3501b222f88212f77149  x64/node-v0.8.11-x64.msi
1e69c413252121ab475420795023f9799823d3f7  x64/node.exe
470683d233c9d0295f45f5635203560b242d6f7c  x64/node.exp
2134bf022d719da1e455585792af8782ffe81d33  x64/node.lib
1c2a22d0ce3c902f5dae7fde15d32bd9393a2153  x64/node.pdb

26 Eylül 2012 Çarşamba

NodeJS 0.8.10 Kararlı Sürüm Güncellemesi

Hiç yorum yok:

NodeJS 0.8.10 kararlı sürüm güncellemesi yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır.

*Bu sürümde oluşan bir hatadan dolayı bu sürümü kullananları acil olarak 0.8.11 sürümüne geçmesi önerilir.



2012.09.25, Version 0.8.10 (Stable)
  • npm: Upgrade to 1.1.62
  • repl: make invalid RegExps throw in the REPL (Nathan Rajlich)
  • v8: loosen artificial mmap constraint (Bryan Cantrill)
  • process: fix setuid() and setgid() error reporting (Ben Noordhuis)
  • domain: Properly exit() on domain disposal (isaacs)
  • fs: fix watchFile() missing deletion events (Ben Noordhuis)
  • fs: fix assert in fs.watch() (Ben Noordhuis)
  • fs: don't segfault on deeply recursive stat() (Ben Noordhuis)
  • http: Remove timeout handler when data arrives (Frédéric Germain)
  • http: make the client "res" object gets the same domain as "req" (Nathan Rajlich)
  • windows: don't blow up when an invalid FD is used (Bert Belder)
  • unix: map EDQUOT to UV_ENOSPC (Charlie McConnell)
  • linux: improve /proc/cpuinfo parser (Ben Noordhuis)
  • win/tty: reset background brightness when color is set to default (Bert Belder)
  • unix: put child process stdio fds in blocking mode (Ben Noordhuis)
  • unix: fix EMFILE busy loop (Ben Noordhuis)
  • sunos: don't set TCP_KEEPALIVE (Ben Noordhuis)
  • tls: Use slab allocator for memory management (Fedor Indutny)
  • openssl: Use optimized assembly code for x86 and x64 (Bert Belder)
Source Code: http://nodejs.org/dist/v0.8.10/node-v0.8.10.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.10/node-v0.8.10.pkg
Windows Installer: http://nodejs.org/dist/v0.8.10/node-v0.8.10-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.10/x64/node-v0.8.10-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.10/x64/
Linux 32-bit Binary: http://nodejs.org/dist/v0.8.10/node-v0.8.10-linux-x86.tar.gz
Linux 64-bit Binary: http://nodejs.org/dist/v0.8.10/node-v0.8.10-linux-x64.tar.gz
Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.10/node-v0.8.10-sunos-x86.tar.gz
Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.10/node-v0.8.10-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.8.10/
Website: http://nodejs.org/docs/v0.8.10/
Documentation: http://nodejs.org/docs/v0.8.10/api/
Shasums:
ae327ce5cc9f46e7d1bdd04f06ea299e44f9a0fc  node-v0.8.10-darwin-x64.tar.gz
812405695e3522bfd998d67b6de2daff55ff0a7b  node-v0.8.10-darwin-x86.tar.gz
8ef4e489817a79aaea75cffd09cc4b072c38fe2e  node-v0.8.10-linux-x64.tar.gz
76f289b12ba41730c43b59d286de5cee571c9064  node-v0.8.10-linux-x86.tar.gz
61e40e8a5e911b26889ad33856029d783388778a  node-v0.8.10-sunos-x64.tar.gz
2fd06dc2d145fdba6b2800186ffcaebb0fe3b109  node-v0.8.10-sunos-x86.tar.gz
3e49e1c958815d0144cafe5e43c2fa83e775dd1c  node-v0.8.10-x86.msi
9605340dca27725110eebcb15fdf61599622e308  node-v0.8.10.pkg
c596cce77726724441cf7fc98f42df3a5335ab8e  node-v0.8.10.tar.gz
f6d172e3452e2bf429dc75836a385eff22407c83  node.exe
ccb8c0e0fa052d8da48ea421cc7a220bb89835f9  node.exp
7ea077e6ca1216d5e8f42e445f75f0542f7d85c4  node.lib
d86ad55c37ac1a0975731ab444fc58c93a7bca47  node.pdb
90fc70b09f92f788fc68a116f589a86ca3309fdb  x64/node-v0.8.10-x64.msi
4b62cedf4bbbff1ffb8df6d52c9a57255f383ad3  x64/node.exe
6b4b813c3b065154ce437b7f36a15beceeb76af0  x64/node.exp
9e7dd3ddca3ba37483ac2125c39a52e72035e1d0  x64/node.lib
28de8dd05af5e390f5bd63508bd27b7c683177de  x64/node.pdb

12 Eylül 2012 Çarşamba

NodeJS 0.8.9 Kararlı Sürüm Güncellemesi

Hiç yorum yok:

NodeJS 0.8.9 kararlı sürüm güncellemesi yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır.



2012.09.11, Version 0.8.9 (Stable)
  • v8: upgrade to 3.11.10.22
  • GYP: upgrade to r1477
  • npm: Upgrade to 1.1.61
  • npm: Don't create world-writable files (isaacs)
  • windows: fix single-accept mode for shared server sockets (Bert Belder)
  • windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
  • windows: don't throw when a signal handler is attached (Bert Belder)
  • unix: fix memory leak in udp (Ben Noordhuis)
  • unix: map errno ESPIPE (Ben Noordhuis)
  • unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
  • sunos: fix os.cpus() on x86_64 (Ben Noordhuis)
  • child process: fix processes with IPC channel don't emit 'close' (Bert Belder)
  • build: add a "--dest-os" option to force a gyp "flavor" (Nathan Rajlich)
  • build: set process.platform to "sunos" on SunOS (Nathan Rajlich)
  • build: fix make -j fails after make clean (Bearice Ren)
  • build: fix openssl configuration for "arm" builds (Nathan Rajlich)
  • tls: support unix domain socket/named pipe in tls.connect (Shigeki Ohtsu)
  • https: make https.get() accept a URL (koichik)
  • http: respect HTTP/1.0 TE header (Ben Noordhuis)
  • crypto, tls: Domainify setSNICallback, pbkdf2, randomBytes (Ben Noordhuis)
  • stream.pipe: Don't call destroy() unless it's a function (isaacs)
Source Code: http://nodejs.org/dist/v0.8.9/node-v0.8.9.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.9/node-v0.8.9.pkg
Windows Installer: http://nodejs.org/dist/v0.8.9/node-v0.8.9-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.9/x64/node-v0.8.9-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.9/x64/
Linux 32-bit Binary: http://nodejs.org/dist/v0.8.9/node-v0.8.9-linux-x86.tar.gz
Linux 64-bit Binary: http://nodejs.org/dist/v0.8.9/node-v0.8.9-linux-x64.tar.gz
Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.9/node-v0.8.9-sunos-x86.tar.gz
Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.9/node-v0.8.9-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.8.9/
Website: http://nodejs.org/docs/v0.8.9/
Documentation: http://nodejs.org/docs/v0.8.9/api/
Shasums:
68aa7341807fb114f334151b7a1c8859e96b83d4  node-v0.8.9-darwin-x64.tar.gz
9e4a9422c1fd71750e9c46235d58aedaac3ba002  node-v0.8.9-darwin-x86.tar.gz
6236f781632555abf69d77f4bdfeb1e4e83779f3  node-v0.8.9-linux-x64.tar.gz
7f46084541d4909f44cfef2bb95f1e4f7435629e  node-v0.8.9-linux-x86.tar.gz
33b0fe68f63519f3c8e6dc4d2aa51c96f62d2a56  node-v0.8.9-sunos-x64.tar.gz
e05863cb3a7d4add340ad434228f57da04a03b3d  node-v0.8.9-sunos-x86.tar.gz
104f325d5289c51c6eb6a0634691dcdb39abb1db  node-v0.8.9-x86.msi
1dd2cf48fb9b1f3e11e6e6750084ad4b2a2b0a85  node-v0.8.9.pkg
2d3234adceedc2dc87284af88609ede6ecd71734  node-v0.8.9.tar.gz
2997e2075cd04cf693453ce5664fa37615faa9a7  node.exe
d2834bd8ed3569b7880211dfe31a4f21cd475ab8  node.exp
41eac45ae350324de321a85787897bd8aa6b371c  node.lib
ab6666144b23b2594521d27a95fb36b0904d48a2  node.pdb
f29db0a61a7bb32a7198ab059eca25b1283b9d6d  x64/node-v0.8.9-x64.msi
2a7e69cef1bf7bc88109e007406e6feeaaa007b2  x64/node.exe
0423cd6602684c24e65358b9caa51740af67677b  x64/node.exp
92155062a70100bfb5cf1389dd93e8851e7f3d0b  x64/node.lib
cbbee351b84d7da0a91f56d6bbf6805e7b85cc8f  x64/node.pdb

29 Ağustos 2012 Çarşamba

NodeJS 0.9.1 Kararsız Sürüm Güncellemesi

Hiç yorum yok:

NodeJS 0.9.1 kararsız sürüm güncellemesi yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır.


2012.08.28, Version 0.9.1 (Unstable)
  • buffer: Add Buffer.isEncoding(enc) to test for valid encoding values (isaacs)
  • Raise UV_ECANCELED on premature close. (Ben Noordhuis)
  • Remove c-ares from libuv, move to a top-level node dependency (Bert Belder)
  • ref/unref for all HandleWraps, timers, servers, and sockets (Timothy J Fontaine)
  • addon: remove node-waf, superseded by node-gyp (Ben Noordhuis)
  • child_process: emit error on exec failure (Ben Noordhuis)
  • cluster: do not use internal server API (Andreas Madsen)
  • constants: add O_DIRECT (Ian Babrou)
  • crypto: add sync interface to crypto.pbkdf2() (Ben Noordhuis)
  • darwin: emulate fdatasync() (Fedor Indutny)
  • dgram: make .bind() always asynchronous (Ben Noordhuis)
  • events: Make emitter.listeners() side-effect free (isaacs, Joe Andaverde)
  • fs: Throw early on invalid encoding args (isaacs)
  • fs: fix naming of truncate/ftruncate functions (isaacs)
  • http: bubble up parser errors to ClientRequest (Brian White)
  • linux: improve cpuinfo parser on ARM and MIPS (Ben Noordhuis)
  • net: add support for IPv6 addresses ending in :: (Josh Erickson)
  • net: support Server.listen(Pipe) (Andreas Madsen)
  • node: don't scan add-on for "init" symbol (Ben Noordhuis)
  • remove process.uvCounters() (Ben Noordhuis)
  • repl: console writes to repl rather than process stdio (Nathan Rajlich)
  • timers: implement setImmediate (Timothy J Fontaine)
  • tls: fix segfault in pummel/test-tls-ci-reneg-attack (Ben Noordhuis)
  • tools: Move gyp addon tools to node-gyp (Nathan Rajlich)
  • unix: preliminary signal handler support (Ben Noordhuis)
  • unix: remove dependency on ev_child (Ben Noordhuis)
  • unix: work around darwin bug, don't poll() on pipe (Fedor Indutny)
  • util: Formally deprecate util.pump() (Ben Noordhuis)
  • windows: make active and closing handle state independent (Bert Belder)
  • windows: report spawn errors to the exit callback (Bert Belder)
  • windows: signal handling support with uv_signal_t (Bert Belder)
Source Code: http://nodejs.org/dist/v0.9.1/node-v0.9.1.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.9.1/node-v0.9.1.pkg
Windows Installer: http://nodejs.org/dist/v0.9.1/node-v0.9.1-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.9.1/x64/node-v0.9.1-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.9.1/x64/
Linux 32-bit Binary: http://nodejs.org/dist/v0.9.1/node-v0.9.1-linux-x86.tar.gz
Linux 64-bit Binary: http://nodejs.org/dist/v0.9.1/node-v0.9.1-linux-x64.tar.gz
Solaris 32-bit Binary: http://nodejs.org/dist/v0.9.1/node-v0.9.1-sunos-x86.tar.gz
Solaris 64-bit Binary: http://nodejs.org/dist/v0.9.1/node-v0.9.1-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.9.1/
Website: http://nodejs.org/docs/v0.9.1/
Documentation: http://nodejs.org/docs/v0.9.1/api/
Shasums:
b86a5b0b2c9a89d08baaeb3d5270a8f247b4ba43  node-v0.9.1-darwin-x64.tar.gz
800af9d15a4b65e624351bb94dedc3b7eb322b86  node-v0.9.1-darwin-x86.tar.gz
a7ea43b0db472ca84dc9838960dae57ff0abaa72  node-v0.9.1-linux-x64.tar.gz
89c4be492a946eefa45aa87d16787875aa0f2dff  node-v0.9.1-linux-x86.tar.gz
6495d2814541e945dba5941b8d3facf2a61dc55d  node-v0.9.1-sunos-x64.tar.gz
05ea83ba4d648f5b949833bb28d69e6eeebabb78  node-v0.9.1-sunos-x86.tar.gz
3ccf1ac2fea7f2d05bcaed590bc54ee61c982fbb  node-v0.9.1-x86.msi
bd0ede40e4681b16088284fe6a18ae3a5c5a3795  node-v0.9.1.tar.gz
159470a999ef23fa940ad3c54265053c3d2a4332  node.exe
02472e388a44b91e2644178a0fe011354fcd361e  node.exp
c6d6ce22be4b47ad022d82dd91ebd4c040742fee  node.lib
7b4cec8b4106d90a077388fe483fdbb13119dcb1  node.pdb
a5fbf5e22c7623a9206abc6608d084ff53c7c4c9  x64/node-v0.9.1-x64.msi
9755685a9d7bea6dc63d3260829c26c5b0430a7a  x64/node.exe
621f177733647848f7f667926fe4f498a1f50c97  x64/node.exp
5877dffbf012c458dab88f3392af59cb33720d2f  x64/node.lib
dc513ce5c16771dcfab9c1777d5949252290b412  x64/node.pdb

22 Ağustos 2012 Çarşamba

NodeJS 0.8.8 Kararlı Sürüm Güncellemesi

Hiç yorum yok:

NodeJS 0.8.8 kararlı sürüm güncellemesi yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır.


2012.08.22, Version 0.8.8 (Stable)
  • V8: upgrade to 3.11.10.19
  • npm: upgrade to 1.1.59
  • windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
  • unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
  • unix: fix integer overflow in uv_hrtime (Tim Holy)
  • sunos: fix uv_cpu_info() on x86_64 (Ben Noordhuis)
  • tls: update default cipher list (Ben Noordhuis)
  • unix: Fix llvm and older gcc duplicate symbol warnings (Bert Belder)
  • fs: fix use after free in stat watcher (Ben Noordhuis)
  • build: Fix using manually compiled gcc on OS X (Nathan Rajlich)
  • windows: make junctions work again (Bert Belder)
Source Code: http://nodejs.org/dist/v0.8.8/node-v0.8.8.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.8/node-v0.8.8.pkg
Windows Installer: http://nodejs.org/dist/v0.8.8/node-v0.8.8-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.8/x64/node-v0.8.8-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.8/x64/
Linux 32-bit Binary: http://nodejs.org/dist/v0.8.8/node-v0.8.8-linux-x86.tar.gz
Linux 64-bit Binary: http://nodejs.org/dist/v0.8.8/node-v0.8.8-linux-x64.tar.gz
SunOS 32-bit Binary: http://nodejs.org/dist/v0.8.8/node-v0.8.8-sunos-x86.tar.gz
SunOS 64-bit Binary: http://nodejs.org/dist/v0.8.8/node-v0.8.8-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.8.8/
Website: http://nodejs.org/docs/v0.8.8/
Documentation: http://nodejs.org/docs/v0.8.8/api/
Shasums:
ecf54d3aad371621446ee0432f7c182a4494a1a3
node-v0.8.8-darwin-x64.tar.gz
d1aca7c797fd262e2f0c601fe5cc3815622ce801
node-v0.8.8-darwin-x86.tar.gz
603c36611c54651c149a26dc5bc6f833b0b846d0  node-v0.8.8-linux-x64.tar.gz
30c66fc26845b14ef99d3e043bb4dfcba605bd45  node-v0.8.8-linux-x86.tar.gz
cd0d46d232d882dd4afe955bd8acd6c435c2f5fe  node-v0.8.8-sunos-x64.tar.gz
857facbd156d4f7a49b9e1c5610b4a1f893bf534  node-v0.8.8-sunos-x86.tar.gz
bb08591a6f973f3699085abb50f6bdc9586f01f9  node-v0.8.8-x86.msi
14239f6f379953405ca914b129c19b379718ba64  node-v0.8.8.pkg
5ddafc059d2f774e35e6375f5b61157879a46f0f  node-v0.8.8.tar.gz
6cc8a0a363c1efa184f6b72970a5d1182b5b44aa  node.exe
395c73c055886e2e981b46f3c363837613456d82  node.exp
ca8a9560b3da13ecddbbc2fb15c1b3ab85d7371b  node.lib
b8e0e35b0ecc7c3514ad8ca4549c57dd8a221be4  node.pdb
b604a56a236f632cdf55c366a882d3ecb2312fba  x64/node-v0.8.8-x64.msi
e80c1f4791e80243c5ddc7ea1e92ebd58fc4e10f  x64/node.exe
8baf5b459e7f2074e0237d40c8c80e89b47660a3  x64/node.exp
4448fc2bfef66b7334016c0ab2e118c1cbc8544c  x64/node.lib
0ddddf2c2fcd746827863b2454ddb4a8f6c3844e  x64/node.pdb

16 Ağustos 2012 Perşembe

NodeJS 0.8.7 Kararlı Sürüm Güncellemesi

Hiç yorum yok:

NodeJS 0.8.7 kararlı sürüm güncellemesi yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır.

2012.08.15, Version 0.8.7 (Stable)
  • npm: Upgrade to 1.1.49
  • website: download page (Golo Roden)
  • crypto: fix uninitialized memory access in openssl (Ben Noordhuis)
  • buffer, crypto: fix buffer decoding (Ben Noordhuis)
  • build: compile with -fno-tree-vrp when gcc >= 4.0 (Ben Noordhuis)
  • tls: handle multiple CN fields when verifying cert (Ben Noordhuis)
  • doc: remove unused util from child_process (Kyle Robinson Young)
  • build: rework -fvisibility=hidden detection (Ben Noordhuis)
  • windows: don't duplicate invalid stdio handles (Bert Belder)
  • windows: fix typos in process-stdio.c (Bert Belder)
Source Code: http://nodejs.org/dist/v0.8.7/node-v0.8.7.tar.gz
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.7/node-v0.8.7.pkg
Windows Installer: http://nodejs.org/dist/v0.8.7/node-v0.8.7-x86.msi
Windows x64 Installer: http://nodejs.org/dist/v0.8.7/x64/node-v0.8.7-x64.msi
Windows x64 Files: http://nodejs.org/dist/v0.8.7/x64/
Linux 32-bit Binary: http://nodejs.org/dist/v0.8.7/node-v0.8.7-linux-x86.tar.gz
Linux 64-bit Binary: http://nodejs.org/dist/v0.8.7/node-v0.8.7-linux-x64.tar.gz
Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.7/node-v0.8.7-sunos-x86.tar.gz
Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.7/node-v0.8.7-sunos-x64.tar.gz
Other release files: http://nodejs.org/dist/v0.8.7/
Website: http://nodejs.org/docs/v0.8.7/
Documentation: http://nodejs.org/docs/v0.8.7/api/
Shasums:
3ff82e65a845a2d5f27ea57e8a1e29e6d10f5128  node-v0.8.7-darwin-x64.tar.gz
d72ac02727aaefa094f8d06a0a124078da007df0  node-v0.8.7-darwin-x86.tar.gz
0882e19157e98c3e2214e772e3ae714125863ae6  node-v0.8.7-linux-x64.tar.gz
3e388d47f6e79acccfab117cceaeed19ceb1b14c  node-v0.8.7-linux-x86.tar.gz
ffb81708df10d3c225d8f2ce57965a40db6ca556  node-v0.8.7-sunos-x64.tar.gz
19df6ae999e4a5c1dada83b72516b3941eeb701e  node-v0.8.7-sunos-x86.tar.gz
19f90a0cfa41c7eaf683393d46d06aecc2f99f84  node-v0.8.7-x86.msi
0c2dcf2d5491be7b429681193a13c18de1ba488a  node-v0.8.7.pkg
58ffb5884304e2f8415d8cee7921c42f66fc8d7b  node-v0.8.7.tar.gz
ecaee480f0337e92870ca83aed1b49863b3f659d  node.exe
ea2e25daad114692357383bfc8b4ac910fe02d99  node.exp
70c8f054a5c42f6d4e3ca5154ca1a360f549d66f  node.lib
180bcc036cd5deaef49bf12fddeeafc2e78152e3  node.pdb
12ad712ff9e28eb1bdf7e508ce3a2b872ec37d4d  x64/node-v0.8.7-x64.msi
c30607099ad4699b11e3ca37f94a9da196a36dc6  x64/node.exe
f864ed339952604c2205e25927fb4851da5b79b6  x64/node.exp
ce711929befe756f942a039213aeece2ef3edcc1  x64/node.lib
11bb755b054bc6ee2e441758f7d42d131cf6d557  x64/node.pdb

7 Ağustos 2012 Salı

NodeJS 0.8.6 Kararlı Sürüm Güncellemesi

Hiç yorum yok:

NodeJS 0.8.6 kararlı sürüm güncellemesi yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır.


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)
Source Code: http://nodejs.org/dist/v0.8.6/node-v0.8.6.tar.gz
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:

Hızla eksiklerini kapatan NodeJS, 0.8.5 versiyonunu yayınladı.İndirme linkleri ve yapılan değişikliklerin listesi aşağıdadır.

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)
Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.5/node-v0.8.5.pkg
Other release files: http://nodejs.org/dist/v0.8.5/
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