File nodejs.changes of Package nodejs
-------------------------------------------------------------------
Fri Nov 2 16:18:09 UTC 2012 - mrueckert@suse.de
- added node-v0.8.12_missing_include.patch:
fixes a compiler warning about implicite declaration due to
missing include.
- enabled usage of system zlib and openssl
- enabled gdb support
- set CFLAGS/CXXFLAGS so the binary gets compiled with the optflags
-------------------------------------------------------------------
Thu Oct 25 01:38:35 UTC 2012 - douglarek@outlook.com
- update to version 0.8.12
* 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)
-------------------------------------------------------------------
Mon Sep 17 19:12:44 UTC 2012 - coolo@suse.com
- update to version 0.8.9
* 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)
* 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)
* child process: fix processes with IPC channel don't emit 'close' (Bert Belder)
* 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)
* unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
* unix: fix integer overflow in uv_hrtime (Tim Holy)
* 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)
* crypto: fix uninitialized memory access in openssl (Ben Noordhuis)
* buffer, crypto: fix buffer decoding (Ben Noordhuis)
* tls: handle multiple CN fields when verifying cert (Ben Noordhuis)
* doc: remove unused util from child_process (Kyle Robinson Young)
-------------------------------------------------------------------
Thu Jul 19 06:56:57 UTC 2012 - jzheng@suse.com
- update to version 0.8.2:
API changes between v0.6 and v0.8:
https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8
- update npm to 1.1.36
- remove node-segfault.patch, as 0.8.2 already has this fix
- remove nodejs-npm-lib64path.patch as no wscript any more
- remove libdir from configure as no such option in 0.8
- update nodejs-lib64path.patch to fix lib64 issue in x86_64
-------------------------------------------------------------------
Fri Jun 15 11:05:56 UTC 2012 - dvaleev@suse.com
- fix segfault
-------------------------------------------------------------------
Fri Jun 15 10:30:28 UTC 2012 - dvaleev@suse.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 15:52:08 UTC 2012 - cthiel@suse.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:11:59 UTC 2012 - saschpe@suse.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 11:22:33 UTC 2012 - cthiel@suse.com
- update to 0.6.14
see https://github.com/joyent/node/blob/v0.6.14-release/ChangeLog for details
-------------------------------------------------------------------
Wed Feb 15 16:17:00 UTC 2012 - tuukka.pasanen@ilmi.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 19:04:03 UTC 2012 - jmassaguerpla@suse.com
- Update to 0.6.8
-------------------------------------------------------------------
Thu Dec 1 19:39:23 UTC 2011 - jmassaguerpla@suse.com
- Added patch for npm docs
-------------------------------------------------------------------
Wed Nov 30 12:24:22 UTC 2011 - jmassaguerpla@suse.com
- Fix files section:
use %{_libdir} instead of lib64
-------------------------------------------------------------------
Tue Nov 29 15:51:50 UTC 2011 - jmassaguerpla@suse.com
- Removed 0.6.2 source
-------------------------------------------------------------------
Fri Nov 25 16:13:45 UTC 2011 - jmassaguerpla@suse.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 17:21:19 UTC 2011 - jmassaguerpla@suse.com
- Updated to 0.6.2
- Build and link against system v8
-------------------------------------------------------------------
Tue Oct 4 15:21:47 UTC 2011 - fcastelli@suse.com
- Revert to latest stable version of node (0.4.12). Some packages didn't work
properly with unstable.
-------------------------------------------------------------------
Tue Oct 4 14:14:36 UTC 2011 - fcastelli@suse.com
- Update to latest unstable version of node: 0.5.8
- Build & link against system v8
-------------------------------------------------------------------
Fri Sep 23 14:03:32 UTC 2011 - fcastelli@suse.com
- The devel package now requires gcc-c++ since most of the native nodejs
packages need it.
-------------------------------------------------------------------
Thu Sep 22 16:02:24 UTC 2011 - fcastelli@suse.com
- small cleanup inside of spec file