Revision f9b237f4

View differences:

AUTHORS
350 350
Philipp Hagemeister <phihag@phihag.de>
351 351
George Shank <shankga@gmail.com>
352 352
Mike Morearty <mike@morearty.com>
353
Pavel Lang <langpavel@phpskelet.org>
ChangeLog
1
2012.07.19, Version 0.8.3 (Stable)
1
2012.07.20, Version 0.9.0 (Unstable)
2

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

  
5
* c-ares: upgrade to 1.9.0 (Saúl Ibarra Corretgé)
6

  
7
* dns: ignore rogue DNS servers reported by windows (Saúl Ibarra Corretgé)
8

  
9
* unix: speed up uv_async_send() (Ben Noordhuis)
10

  
11
* darwin: get cpu model correctly on mac (Xidorn Quan)
12

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

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

  
17
* tls: Speed and memory improvements (Fedor Indutny)
18

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

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

  
23

  
24
2012.07.19, Version 0.8.3 (Stable), 60bf2d6cb33e4ce55604f73889ab840a9de8bdab
2 25

  
3 26
* V8: upgrade to 3.11.10.15
4 27

  
src/node_version.h
25 25
#define NODE_MAJOR_VERSION 0
26 26
#define NODE_MINOR_VERSION 9
27 27
#define NODE_PATCH_VERSION 0
28
#define NODE_VERSION_IS_RELEASE 0
28
#define NODE_VERSION_IS_RELEASE 1
29 29

  
30 30
#ifndef NODE_STRINGIFY
31 31
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

Also available in: Unified diff