Skip to content

Commit 0dccaaa

Browse files
committed
update CHANGES for 2.10.1
1 parent e4b2477 commit 0dccaaa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
Version 2.10.0 released 2014-12-17
29

310
* Added new `recbuf` option to mochiweb_http to allow the receive

src/mochiweb.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%% This is generated from src/mochiweb.app.src
22
{application, mochiweb,
33
[{description, "MochiMedia Web Server"},
4-
{vsn, "2.10.0"},
4+
{vsn, "2.10.1"},
55
{modules, []},
66
{registered, []},
77
{env, []},

0 commit comments

Comments
 (0)