You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/07/29 17:54:49 UTC

[20/50] mochiweb commit: updated refs/heads/upstream to b66b68d

update CHANGES and README for v2.9.2 #140


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/66a65356
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/66a65356
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/66a65356

Branch: refs/heads/upstream
Commit: 66a6535692da7b8830bd141eee26025af4928b8a
Parents: 71a89f3
Author: Bob Ippolito <bo...@redivi.com>
Authored: Thu Oct 16 13:00:05 2014 -0700
Committer: Bob Ippolito <bo...@redivi.com>
Committed: Thu Oct 16 13:00:05 2014 -0700

----------------------------------------------------------------------
 CHANGES.md           | 11 +++++++++++
 src/mochiweb.app.src |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/66a65356/CHANGES.md
----------------------------------------------------------------------
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

http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/66a65356/src/mochiweb.app.src
----------------------------------------------------------------------
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, []},