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

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 22, 2012
1 parent 85161a8 commit b8fcde4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -355,3 +355,4 @@ Eugen Dueck <eugen@dueck.org>
Gil Pedersen <git@gpost.dk>
Tyler Neylon <tylerneylon@gmail.com>
Golo Roden <webmaster@goloroden.de>
Ron Korving <rkorving@wizcorp.jp>
15 changes: 14 additions & 1 deletion ChangeLog
@@ -1,4 +1,17 @@
2012.08.15, Version 0.8.7 (Stable)
2012.08.22, Version 0.8.8 (Stable)

* 85161a8 (HEAD, v0.8.8-release) npm: upgrade to 1.1.58 (isaacs)
* badbd1a tls: update default cipher list (Ben Noordhuis)
* 2d92393 v8: upgrade to v3.11.10.19 (Bert Belder)
* d38d7be unix: don't explicitly instantiate v8::Persistent<x> templates (Bert Belder)
* b1ffbdc fs: fix use after free in stat watcher (Ben Noordhuis)
* 0844e23 deps: upgrade libuv to 012cbda (Ben Noordhuis)
* be3a77b build: don't use "-Wnewline-eof" on OS X (Nathan Rajlich)
* 9918e5d windows: make junctions work again (Bert Belder)
* 9263213 Avoid compiler warning about negating unsigned value (Bert Belder)
* e8fd808 windows: avoid MSVC warnings about templates not having a dll interface (Bert Belder)

2012.08.15, Version 0.8.7 (Stable), f640c5d35cba96634cd8176a525a1d876e361a61

* npm: Upgrade to 1.1.49

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 8
#define NODE_PATCH_VERSION 8
#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 b8fcde4

Please sign in to comment.