summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-28 19:28:00 -0700
committerisaacs <i@izs.me>2012-06-29 02:11:19 -0700
commit2134aa3d5c622fc3c3b02ccb713fcde0e0df479a (patch)
tree297948115da38d5b6bb9375c0e65875a05690b93 /ChangeLog
parent3644b0bc9637fbb17ec74b41fe2dcb1dd978699e (diff)
downloadandroid-node-v8-2134aa3d5c622fc3c3b02ccb713fcde0e0df479a.tar.gz
android-node-v8-2134aa3d5c622fc3c3b02ccb713fcde0e0df479a.tar.bz2
android-node-v8-2134aa3d5c622fc3c3b02ccb713fcde0e0df479a.zip
2012.06.29, Version 0.8.1 (stable)
* V8: upgrade to v3.11.10.12 * npm: upgrade to v1.1.33 - Support for parallel use of the cache folder - Retry on registry timeouts or network failures (Trent Mick) - Reduce 'engines' failures to a warning - Use new zsh completion if aviailable (Jeremy Cantrell) * Fix #3577 Un-break require('sys') * util: speed up formatting of large arrays/objects (Ben Noordhuis) * windows: make fs.realpath(Sync) work with UNC paths (Bert Belder) * build: fix --shared-v8 option (Ben Noordhuis) * doc: `detached` is a boolean (Andreas Madsen) * build: use proper python interpreter (Ben Noordhuis) * build: expand ~ in `./configure --prefix=~/a/b/c` (Ben Noordhuis) * build: handle CC env var with spaces (Gabriel de Perthuis) * build: fix V8 build when compiling with gcc 4.5 (Ben Noordhuis) * build: fix --shared-v8 option (Ben Noordhuis) * windows msi: Fix icon issue which caused huge file size (Bert Belder) * unix: assume that dlopen() may clobber dlerror() (Ben Noordhuis) * sunos: fix memory corruption bugs (Ben Noordhuis) * windows: better (f)utimes and (f)stat (Bert Belder)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog41
1 files changed, 40 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bfc242ff7..03a7fdca0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,43 @@
-2012.06.25, Version 0.8.0 (stable)
+2012.06.29, Version 0.8.1 (stable)
+
+* V8: upgrade to v3.11.10.12
+
+* npm: upgrade to v1.1.33
+ - Support for parallel use of the cache folder
+ - Retry on registry timeouts or network failures (Trent Mick)
+ - Reduce 'engines' failures to a warning
+ - Use new zsh completion if aviailable (Jeremy Cantrell)
+
+* Fix #3577 Un-break require('sys')
+
+* util: speed up formatting of large arrays/objects (Ben Noordhuis)
+
+* windows: make fs.realpath(Sync) work with UNC paths (Bert Belder)
+
+* build: fix --shared-v8 option (Ben Noordhuis)
+
+* doc: `detached` is a boolean (Andreas Madsen)
+
+* build: use proper python interpreter (Ben Noordhuis)
+
+* build: expand ~ in `./configure --prefix=~/a/b/c` (Ben Noordhuis)
+
+* build: handle CC env var with spaces (Gabriel de Perthuis)
+
+* build: fix V8 build when compiling with gcc 4.5 (Ben Noordhuis)
+
+* build: fix --shared-v8 option (Ben Noordhuis)
+
+* windows msi: Fix icon issue which caused huge file size (Bert Belder)
+
+* unix: assume that dlopen() may clobber dlerror() (Ben Noordhuis)
+
+* sunos: fix memory corruption bugs (Ben Noordhuis)
+
+* windows: better (f)utimes and (f)stat (Bert Belder)
+
+
+2012.06.25, Version 0.8.0 (stable), 8b8a7a7f9b41e74e1e810d0330738ad06fc302ec
* V8: upgrade to v3.11.10.10