summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-10-18 10:34:55 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-10-18 10:34:55 -0700
commit4421bebc36370b1949b8f4030736af25019555ea (patch)
tree8fab01bbb7dbc0cf1616ae60d3df92132481ecc3
parent78fe7d0592c53cd0a0c77f32320979eec5d7fadb (diff)
downloadnode-4421bebc36370b1949b8f4030736af25019555ea.tar.gz
2013.10.13, Version 0.8.26 (maintenance)
* v8: Upgrade to 3.11.10.26 * crypto: clear openssl error stack when handled (Ben Noordhuis) * crypto: clear errors from verify failure (Timothy J Fontaine) * crypto: fix memory leak in LoadPKCS12 (Fedor Indutny) * http: provide backpressure for pipeline flood (isaacs) * http_parser: expose pause/resume method for parser (Timothy J Fontaine) * readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)
-rw-r--r--ChangeLog19
-rw-r--r--src/node_version.h2
2 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5999f992d..ea87c4cd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,21 @@
-2013.06.13, Version 0.8.25 (maintenance)
+2013.10.13, Version 0.8.26 (maintenance)
+
+* v8: Upgrade to 3.11.10.26
+
+* crypto: clear openssl error stack when handled (Ben Noordhuis)
+
+* crypto: clear errors from verify failure (Timothy J Fontaine)
+
+* crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
+
+* http: provide backpressure for pipeline flood (isaacs)
+
+* http_parser: expose pause/resume method for parser (Timothy J Fontaine)
+
+* readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)
+
+
+2013.06.13, Version 0.8.25 (maintenance), 0b9bdb2bc7e1c872f0ea4713517fda22a4b0b202
* npm: Upgrade to 1.2.30
diff --git a/src/node_version.h b/src/node_version.h
index 875f2acf3..7f00ab02d 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -30,7 +30,7 @@
# define NODE_TAG ""
#endif
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)