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/07/29 17:55:10 UTC

[41/50] mochiweb commit: updated refs/heads/upstream to b66b68d

update CHANGES for 2.12.1


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

Branch: refs/heads/upstream
Commit: 986b472811d6260dc5c9cc390c8040e6f94ce1a2
Parents: 027651d
Author: Bob Ippolito <bo...@redivi.com>
Authored: Sat Jan 24 12:42:25 2015 -0800
Committer: Bob Ippolito <bo...@redivi.com>
Committed: Sat Jan 24 12:42:25 2015 -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/986b4728/CHANGES.md
----------------------------------------------------------------------
diff --git a/CHANGES.md b/CHANGES.md
index 24a59d6..4ff8420 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+Version 2.12.1 released 2015-XX-XX
+
+* Added full MIT license preludes to each source file to make it
+  easier for mochiweb's code to be used piecemeal
+  https://github.com/mochi/mochiweb/pull/148
+
 Version 2.12.0 released 2015-01-16
 
 * Send "Connection: close" header when the server is going to close

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