Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release proposal: v3.3.0 #2640

Merged
merged 1 commit into from
Sep 2, 2015
Merged

Release proposal: v3.3.0 #2640

merged 1 commit into from
Sep 2, 2015

Commits on Sep 2, 2015

  1. 2015-09-02 io.js v3.3.0 Release

    Notable changes:
    
    * build: Add a --link-module option to configure that can be used to
      bundle additional JavaScript modules into a built binary
      (Bradley Meck) nodejs#2497
    * docs: Merge outstanding doc updates from joyent/node
      (James M Snell) nodejs#2378
    * http_parser: Significant performance improvement by having
      http.Server consume all initial data from its net.Socket and parsing
      directly without having to enter JavaScript. Any 'data' listeners on
      the net.Socket will result in the data being "unconsumed" into
      JavaScript, thereby undoing any performance gains.
      (Fedor Indutny) nodejs#2355
    * libuv: Upgrade to 1.7.3 (from 1.6.1), see
      https://github.com/libuv/libuv/blob/v1.x/ChangeLog for details
      (Saúl Ibarra Corretgé) nodejs#2310
    * V8: Upgrade to 4.4.63.30 (from 4.4.63.26) (Michaël Zasso) nodejs#2482
    rvagg committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    1a6e52d View commit details
    Browse the repository at this point in the history