We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b2477 commit 0dccaaaCopy full SHA for 0dccaaa
CHANGES.md
@@ -1,3 +1,10 @@
1
+Version 2.10.1 released 2015-01-11
2
+
3
+* Fixes issue with SSL and mochiweb_websocket. Note that
4
+ mochiweb_websocket is still experimental and the API
5
+ is subject to change in future versions.
6
+ https://github.com/mochi/mochiweb/pull/144
7
8
Version 2.10.0 released 2014-12-17
9
10
* Added new `recbuf` option to mochiweb_http to allow the receive
src/mochiweb.app.src
@@ -1,7 +1,7 @@
%% This is generated from src/mochiweb.app.src
{application, mochiweb,
[{description, "MochiMedia Web Server"},
- {vsn, "2.10.0"},
+ {vsn, "2.10.1"},
{modules, []},
{registered, []},
{env, []},
0 commit comments