From f5ab8a7141ddc843d0a4e39cb6e7b1e87dbb6235 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 13 Feb 2012 15:26:48 -0800 Subject: 2012.02.14, Version 0.7.4 (unstable) * Upgrade V8 to 3.9.5 * Upgrade npm to 1.1.1 * build: Detect host_arch better (Karl Skomski) * debugger: export `debug_port` to `process` (Fedor Indutny) * api docs: CSS bug fixes (isaacs) * build: use -fPIC for native addons on UNIX (Nathan Rajlich) * Re-add top-level v8::Locker (Marcel Laverdet) * Move images out of the dist tarballs (isaacs) * libuv: Remove uv_export and uv_import (Ben Noordhuis) --- ChangeLog | 23 ++++++++++++++++++++++- doc/about/index.html | 2 +- doc/community/index.html | 2 +- doc/index.html | 18 +++++++++--------- doc/logos/index.html | 2 +- doc/template.html | 6 +++--- 6 files changed, 37 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3eb32b16a5..a97e0d3cc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,25 @@ -2012.02.07, Version 0.7.3 (unstable) +2012.02.14, Version 0.7.4 (unstable) + +* Upgrade V8 to 3.9.5 + +* Upgrade npm to 1.1.1 + +* build: Detect host_arch better (Karl Skomski) + +* debugger: export `debug_port` to `process` (Fedor Indutny) + +* api docs: CSS bug fixes (isaacs) + +* build: use -fPIC for native addons on UNIX (Nathan Rajlich) + +* Re-add top-level v8::Locker (Marcel Laverdet) + +* Move images out of the dist tarballs (isaacs) + +* libuv: Remove uv_export and uv_import (Ben Noordhuis) + + +2012.02.07, Version 0.7.3 (unstable), 99059aad8d654acda4abcfaa68df182b50f2ec90 * Upgrade V8 to 3.9.2 diff --git a/doc/about/index.html b/doc/about/index.html index 8277bf0559..63dc395d18 100644 --- a/doc/about/index.html +++ b/doc/about/index.html @@ -130,7 +130,7 @@ console.log('Server running at http://127.0.0.1:1337/');
  • -

    Copyright 2010 Joyent, Inc, Node.js is a trademark of Joyent, Inc. View license.

    +

    Copyright 2010 Joyent, Inc, Node.js is a trademark of Joyent, Inc. View license.

    diff --git a/doc/community/index.html b/doc/community/index.html index 833ba2fb69..fe497a5ab8 100644 --- a/doc/community/index.html +++ b/doc/community/index.html @@ -180,7 +180,7 @@
  • -

    Copyright 2010 Joyent, Inc, Node.js is a trademark of Joyent, Inc. View license.

    +

    Copyright 2010 Joyent, Inc, Node.js is a trademark of Joyent, Inc. View license.

    -- cgit v1.2.1