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/09/09 10:42:56 UTC

[13/19] mochiweb commit: updated refs/heads/upstream to bd6ae7c

update CHANGELOG for #158


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

Branch: refs/heads/upstream
Commit: 419ba968e22ebb69ad542add426034fd5cbd4f74
Parents: 88d7eed
Author: Bob Ippolito <bo...@redivi.com>
Authored: Sun Aug 30 22:55:14 2015 -0700
Committer: Bob Ippolito <bo...@redivi.com>
Committed: Sun Aug 30 22:55:14 2015 -0700

----------------------------------------------------------------------
 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/419ba968/CHANGES.md
----------------------------------------------------------------------
diff --git a/CHANGES.md b/CHANGES.md
index 88846b0..7102a6f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+Version 2.13.0 released XXXX-XX-XX
+
+* Improve response times by caching a formatted date once per second
+  for the response headers with a mochiweb_clock service
+  https://github.com/mochi/mochiweb/pull/158
+
 Version 2.12.2 released 2015-02-21
 
 * Close connections quietly when setopts fails with a closed socket.

http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/419ba968/src/mochiweb.app.src
----------------------------------------------------------------------
diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src
index 7431224..dd049af 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.12.2"},
+  {vsn, "2.13.0"},
   {modules, []},
   {registered, []},
   {env, []},