Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
2012.07.20, Version 0.9.0 (Unstable)
Browse files Browse the repository at this point in the history
* nextTick: Handle tick callbacks before any other I/O (isaacs)

* Enable color customization of `util.inspect` (Pavel Lang)

* tls: Speed and memory improvements (Fedor Indutny)

* readline: Use one history item for reentered line (Vladimir Beloborodov)

* punycode: update to v1.1.1 (Mathias Bynens)

* Fix #3521 Make process.env more like a regular Object (isaacs)
  • Loading branch information
isaacs committed Jul 20, 2012
1 parent 0cf2354 commit 1b9f78e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -350,3 +350,4 @@ Ivan Torres <mexpolk@gmail.com>
Philipp Hagemeister <phihag@phihag.de>
George Shank <shankga@gmail.com>
Mike Morearty <mike@morearty.com>
Pavel Lang <langpavel@phpskelet.org>
17 changes: 16 additions & 1 deletion ChangeLog
@@ -1,4 +1,19 @@
2012.07.19, Version 0.8.3 (Stable)
2012.07.20, Version 0.9.0 (Unstable)

* nextTick: Handle tick callbacks before any other I/O (isaacs)

* Enable color customization of `util.inspect` (Pavel Lang)

* tls: Speed and memory improvements (Fedor Indutny)

* readline: Use one history item for reentered line (Vladimir Beloborodov)

* punycode: update to v1.1.1 (Mathias Bynens)

* Fix #3521 Make process.env more like a regular Object (isaacs)


2012.07.19, Version 0.8.3 (Stable), 60bf2d6cb33e4ce55604f73889ab840a9de8bdab

* V8: upgrade to 3.11.10.15

Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Expand Up @@ -25,7 +25,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 9
#define NODE_PATCH_VERSION 0
#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 1b9f78e

Please sign in to comment.