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 2017/08/14 15:38:17 UTC

[07/31] mochiweb commit: updated refs/heads/upstream to 23dc119

v2.13.2


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

Branch: refs/heads/upstream
Commit: c85e529541ca7140b87f9a353292d948491d7d52
Parents: a1ed381
Author: Bob Ippolito <bo...@redivi.com>
Authored: Fri Mar 18 14:56:12 2016 -0400
Committer: Bob Ippolito <bo...@redivi.com>
Committed: Fri Mar 18 14:56:12 2016 -0400

----------------------------------------------------------------------
 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/c85e5295/CHANGES.md
----------------------------------------------------------------------
diff --git a/CHANGES.md b/CHANGES.md
index 1b88f92..678d2c7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+Version 2.13.2 released 2016-03-18
+
+* Allow mochijson2 to handle code points that xmerl_ucs considered
+  invalid
+  https://github.com/mochi/mochiweb/issues/168
+
 Version 2.13.1 released 2016-03-13
 
 * Fix mochiweb_html regression parsing invalid charref sequences

http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/c85e5295/src/mochiweb.app.src
----------------------------------------------------------------------
diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src
index 4f7f7dc..2976fd8 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.13.1"},
+  {vsn, "2.13.2"},
   {modules, []},
   {registered, []},
   {env, []},