pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Thu Sep 17 10:42:34 UTC 2015

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo
        pkgsrc/lang/nodejs/patches: patch-common.gypi patch-deps_uv_common.gypi

Log Message:
Update lang/nodejs to 4.1.0. OK'd by jperkin.

Notable changes:

* buffer:
  - Buffers are now created in JavaScript, rather than C++. This
    increases the speed of buffer creation
  - Buffer#slice() now uses Uint8Array#subarray() internally,
    increasing slice() performance
* fs:
  - fs.utimes() now properly converts numeric strings, NaN, and
    Infinity
  - fs.WriteStream now implements _writev, allowing for super-fast
    bulk writes
* http: Fixed an issue with certain write() sizes causing errors
  when using http.request()
* npm: Upgrade to version 2.14.3, see
  https://github.com/npm/npm/releases/tag/v2.14.3 for more details
* src: V8 cpu profiling no longer erroneously shows idle time
* timers: #ref() and #unref() now return the timer they belong to
* v8: Lateral upgrade to 4.5.103.33 from 4.5.103.30, contains
  minor fixes. This fixes a previously known bug where some computed
  object shorthand properties did not work correctly

Full release notes:

  https://nodejs.org/en/blog/release/v4.1.0/


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/nodejs/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/nodejs/patches/patch-common.gypi
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/nodejs/patches/patch-deps_uv_common.gypi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index