update CHANGES for v2.10.0 #134

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

Branch: refs/heads/upstream
Commit: 8b6fab5ccd4294808bced2413e02bb3005000ccf
Parents: 1b55ba8
Author: Bob Ippolito <[email protected]>
Authored: Wed Dec 17 13:50:04 2014 -0800
Committer: Bob Ippolito <[email protected]>
Committed: Wed Dec 17 13:50:04 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/8b6fab5c/CHANGES.md
----------------------------------------------------------------------
diff --git a/CHANGES.md b/CHANGES.md
index 21a9b38..1402301 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+Version 2.10.0 released 2014-12-17
+
+* Added new `recbuf` option to mochiweb_http to allow the receive
+  buffer to be configured.
+  https://github.com/mochi/mochiweb/pull/134
+
 Version 2.9.2 released 2014-10-16
 
 * Add timeouts to SSL connect to prevent DoS by opening a connection

http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/8b6fab5c/src/mochiweb.app.src
----------------------------------------------------------------------
diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src
index f549196..0ffb395 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.2"},
+  {vsn, "2.10.0"},
   {modules, []},
   {registered, []},
   {env, []},

Reply via email to