Changelog for
nodejs-0.6.19-1.1.x86_64.rpm :
Fri Jun 15 14:00:00 2012 dvaleevAATTsuse.com
- fix segfault
Fri Jun 15 14:00:00 2012 dvaleevAATTsuse.com
- update to version 0.6.19
npm: upgrade to 1.1.24
fs: no end emit after createReadStream.pause() (Andreas Madsen)
vm: cleanup module memory leakage (Marcel Laverdet)
unix: fix loop starvation under high network load (Ben Noordhuis)
unix: remove abort() in ev_unref() (Ben Noordhuis)
windows/tty: never report error after forcibly aborting line-buffered read (Bert Belder)
windows: skip GetFileAttributes call when opening a file (Bert Belder)
Tue May 8 14:00:00 2012 cthielAATTsuse.com
- update to version 0.6.17
* Upgrade npm to 1.1.21
* uv: Add support for EROFS errors
* uv: Add support for EIO and ENOSPC errors
* windows: Add support for EXDEV errors
* http: Fix client memory leaks
* fs: fix file descriptor leak in sync functions
* fs: fix ReadStream / WriteStream double close bug
- changes in version 0.6.16
* Upgrade V8 to 3.6.6.25
* Upgrade npm to 1.1.19
* Windows: add mappings for UV_ENOENT
* linux: add IN_MOVE_SELF to inotify event mask
* unix: call pipe handle connection cb on accept() error
* unix: handle EWOULDBLOCK
* map EWOULDBLOCK to UV_EAGAIN
* Map ENOMEM to UV_ENOMEM
* Child process: support the `gid` and `uid` options
* test: cluster: add worker death event test
* typo in node_http_parser
* http_parser: Eat CRLF between requests, even on connection:close.
* don\'t check return value of unsetenv
Wed Apr 18 14:00:00 2012 saschpeAATTsuse.de
- Update to version 0.6.15:
* Update npm to 1.1.16
* Show licenses in binary installers.
* unix: add uv_fs_read64, uv_fs_write64 and uv_fs_ftruncate64
* add 64bit offset fs functions
* fs.readFile: don\'t make the callback before the fd is closed
* Fix #2061: segmentation fault on OS X due to stat size mismatch
- Remove empty %clean section not cleaning up anything (and there\'s good default)
- Add spec file license header
- Ran spec-cleaner
Thu Apr 5 14:00:00 2012 cthielAATTsuse.com
- update to 0.6.14
see https://github.com/joyent/node/blob/v0.6.14-release/ChangeLog for details
Wed Feb 15 13:00:00 2012 tuukka.pasanenAATTilmi.fi
- Removed doc patch because it\'s included in neew 0.6.10 nodejs
- Upgraded to newest 0.6.10
- Testing on openSUSE 12.1
Fri Jan 27 13:00:00 2012 jmassaguerplaAATTsuse.com
- Update to 0.6.8
Thu Dec 1 13:00:00 2011 jmassaguerplaAATTsuse.com
- Added patch for npm docs
Wed Nov 30 13:00:00 2011 jmassaguerplaAATTsuse.com
- Fix files section:
use %{_libdir} instead of lib64
Tue Nov 29 13:00:00 2011 jmassaguerplaAATTsuse.com
- Removed 0.6.2 source
Fri Nov 25 13:00:00 2011 jmassaguerplaAATTsuse.com
- Updated to 0.6.3
[#2083] Land NPM in Node. It is included in packages/installers and installed on `make install`.
[#2076] Add logos to windows installer.
[#1711] Correctly handle http requests without headers. (Ben Noordhuis, Felix Geisendörfer)
TLS: expose more openssl SSL context options and constants. (Ben Noordhuis)
[#2177] Windows: don’t kill UDP socket when a packet fails to reach its destination. (Bert Belder)
Windows: support paths longer than 260 characters. (Igor Zinkovsky)
Windows: correctly resolve drive-relative paths. (Bert Belder)
[#2166] Don’t leave file descriptor open after lchmod. (Isaac Schlueter)
[#2084] Add OS X .pkg build script to make file.
[#2160] Documentation improvements. (Ben Noordhuis)
Wed Nov 23 13:00:00 2011 jmassaguerplaAATTsuse.com
- Updated to 0.6.2
- Build and link against system v8
Tue Oct 4 14:00:00 2011 fcastelliAATTsuse.com
- Revert to latest stable version of node (0.4.12). Some packages didn\'t work
properly with unstable.
Tue Oct 4 14:00:00 2011 fcastelliAATTsuse.com
- Update to latest unstable version of node: 0.5.8
- Build & link against system v8
Fri Sep 23 14:00:00 2011 fcastelliAATTsuse.com
- The devel package now requires gcc-c++ since most of the native nodejs
packages need it.
Thu Sep 22 14:00:00 2011 fcastelliAATTsuse.com
- small cleanup inside of spec file