update CHANGES and README for v2.9.2 #140
diff --git a/CHANGES.md b/CHANGES.md
index db83f97..21a9b38 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,14 @@
+Version 2.9.2 released 2014-10-16
+
+* Add timeouts to SSL connect to prevent DoS by opening a connection
+  and not doing anything.
+  https://github.com/mochi/mochiweb/pull/140
+* Prevent using ECDH cipher in R16B because it is broken
+  https://github.com/mochi/mochiweb/pull/140
+* For default SSL connections, remove usage of sslv3 and not-so-secure
+  ciphers.
+  https://github.com/mochi/mochiweb/pull/140
+
 Version 2.9.1 released 2014-09-29
 
 * Fix Makefile rule for building docs
diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src
index 2c6dc94..f549196 100644
--- a/src/mochiweb.app.src
+++ b/src/mochiweb.app.src
@@ -1,7 +1,7 @@
 %% This is generated from src/mochiweb.app.src
 {application, mochiweb,
  [{description, "MochiMedia Web Server"},
-  {vsn, "2.9.1"},
+  {vsn, "2.9.2"},
   {modules, []},
   {registered, []},
   {env, []},