Skip to content

Commit

Permalink
update CHANGES and README for v2.9.2 #140
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Oct 16, 2014
1 parent 71a89f3 commit 66a6535
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/mochiweb.app.src
Original file line number Diff line number Diff line change
@@ -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, []},
Expand Down

0 comments on commit 66a6535

Please sign in to comment.