summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-03-06 15:47:29 -0800
committerisaacs <i@izs.me>2013-03-06 15:47:29 -0800
commit67a4cb4fe8c2346e30ffb83f7178e205cc2dab33 (patch)
treeaee299a62654a8bf10b942d1090d9a105705cb9d /ChangeLog
parent80fb580936d82bb274bd35fe66e7d61cc01b0fd4 (diff)
downloadnode-67a4cb4fe8c2346e30ffb83f7178e205cc2dab33.tar.gz
2013.03.07, Version 0.8.22 (Stable)v0.8.22v0.8.22-release
* npm: Update to 1.2.14 * cluster: propagate bind errors (Ben Noordhuis) * crypto: don't assert when calling Cipher#final() twice (Ben Noordhuis) * build, windows: disable SEH (Ben Noordhuis)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 769f62fb6..b9a0fd9f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2013.02.25, Version 0.8.21 (Stable)
+2013.03.07, Version 0.8.22 (Stable)
+
+* npm: Update to 1.2.14
+
+* cluster: propagate bind errors (Ben Noordhuis)
+
+* crypto: don't assert when calling Cipher#final() twice (Ben Noordhuis)
+
+* build, windows: disable SEH (Ben Noordhuis)
+
+
+2013.02.25, Version 0.8.21 (Stable), 530d8c05d4c546146f18e5ba811d7eb3b7b7c0c5
* http: Do not free the wrong parser on socket close (isaacs)