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 Jan 21 11:45:30 UTC 2016

Modified Files:
        pkgsrc/lang/nodejs: Makefile Makefile.common distinfo
        pkgsrc/lang/nodejs/patches: patch-tools_install.py
Removed Files:
        pkgsrc/lang/nodejs/patches: patch-deps_v8_tools_gyp_v8.gyp

Log Message:
Update lang/nodejs to 5.5.0.

* events: make sure console functions exist (Dave) #4479
* fs: add autoClose option to fs.createWriteStream (Saquib) #3679
* http: improves expect header handling (Daniel Sellers) #4501
* node: allow preload modules with -i (Evan Lucas) #4696
* v8,src: expose statistics about heap spaces (v8.getHeapSpaceStatistics())
  (Ben Ripkens) #4463
* Minor performance improvements:
  - lib: Use arrow functions instead of bind where possible (Minwoo Jung)
    #3622.
  - module: cache stat() results more aggressively (Ben Noordhuis) #4575
  - querystring: improve parse() performance (Brian White) #4675


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/nodejs/Makefile.common
cvs rdiff -u -r1.53 -r1.54 pkgsrc/lang/nodejs/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/lang/nodejs/patches/patch-deps_v8_tools_gyp_v8.gyp
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/nodejs/patches/patch-tools_install.py

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