Next | Query returned 40 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2017-04-06 16:57:49 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs4 to 4.8.2.

- crypto: fix memory leak if certificate is revoked
- deps: upgrade zlib to 1.2.11
   2017-03-30 18:40:11 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs4 to 4.8.1.

- buffer: The performance of .toJSON() is now up to 2859% faster on
  average.
- IPC: Batched writes have been enabled for process IPC on platforms
  that support Unix Domain Sockets.
  - Performance gains may be up to 40% for some workloads.
- http: Control characters are now always rejected when using
  http.request().
- node: Heap statistics now support values larger than 4GB.
   2017-02-22 12:41:26 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs4 to 4.8.0.

Notable Changes

- child_process: add shell option to spawn()
- deps:
  - v8: expose statistics about heap spaces
- crypto:
  - add ALPN Support
  - allow adding extra certs to well-known CAs
- fs: add the fs.mkdtemp() function.
- process:
  - add externalMemory to process
  - add process.cpuUsage()
   2017-02-13 15:18:20 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs4 to 4.7.3.

Notable Changes

- deps: upgrade openssl sources to 1.0.2k
   2017-01-06 10:59:25 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs4 to 4.7.2.

This is a special release that contains 0 commits. While promoting
additional platforms for v4.7.1 after the release, the tarballs on
the release server were overwritten and now have different shasums.
In order to remove any ambiguity around the release we have opted
to do a semver patch release with no changes.
   2017-01-04 14:09:23 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs4 to 4.7.1.

Notable Changes

- build: shared library support is now working for AIX builds
- repl: Passing options to the repl will no longer overwrite
  defaults
- timers: Re canceling a cancelled timers will no longer throw
   2016-12-09 00:00:17 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs4 to 4.7.0

The SEMVER-MINOR changes include:

- build: export openssl symbols on Windows making it possible to
  build addons linking against the bundled version of openssl
- debugger: make listen address configurable in the debugger server
- dgram: generalized send queue to handle close fixing a potential
  throw when dgram socket is closed in the listening event handler.
- http: Introduce the 451 status code "Unavailable For Legal Reasons"
- tls: introduce secureContext for tls.connect which is useful for
  caching client certificates, key, and CA certificates.

Notable SEMVER-PATCH changes include:

build:
- introduce the configure --shared option for embedders
- gtest: the test reporter now outputs tap comments as yamlish
- src: node no longer aborts when c-ares initialization fails
- tls: fix memory leak when writing data to TLSWrap instance during
  handshake
   2016-12-04 06:17:46 by Ryo ONODERA | Files touched by this commit (667)
Log message:
Recursive revbump from textproc/icu 58.1
   2016-11-09 14:26:40 by Filip Hajny | Files touched by this commit (3)
Log message:
Update lang/nodejs4 to 4.6.2.

- build: It is now possible to build the documentation from the release
  tarball
- buffer: Buffer.alloc() will no longer incorrectly return a zero filled
  buffer when an encoding is passed
- deps: upgrade npm in LTS to 2.15.11
- repl: Enable tab completion for global properties
- url: url.format() will now encode all # in search
   2016-10-18 22:37:56 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs4 to 4.6.1.

- c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more
  information at https://c-ares.haxx.se/adv_20160929.html

Next | Query returned 40 messages, browsing 11 to 20 | Previous