You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2013/06/25 18:23:02 UTC

[1/2] git commit: updated refs/heads/1833-feature-r16b01-with-mochiweb-backport to e055424

Updated Branches:
  refs/heads/1833-feature-r16b01-with-mochiweb-backport [created] e05542490


support R16B01

Due to non-OTP-ness, couch need to start its own OTP apps.
R16B01 requires asn1 as a dependency for public_key.
Closes COUCHDB-1833.


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

Branch: refs/heads/1833-feature-r16b01-with-mochiweb-backport
Commit: 6170654a016af86feb01573db3610d62905b6028
Parents: 92c33a7
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Tue Jun 25 16:01:58 2013 +0200
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Tue Jun 25 16:01:58 2013 +0200

----------------------------------------------------------------------
 src/couchdb/couch_app.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6170654a/src/couchdb/couch_app.erl
----------------------------------------------------------------------
diff --git a/src/couchdb/couch_app.erl b/src/couchdb/couch_app.erl
index f109780..e73c402 100644
--- a/src/couchdb/couch_app.erl
+++ b/src/couchdb/couch_app.erl
@@ -20,7 +20,7 @@
 
 start(_Type, DefaultIniFiles) ->
     IniFiles = get_ini_files(DefaultIniFiles),
-    case start_apps([crypto, public_key, sasl, inets, oauth, ssl, ibrowse, mochiweb, os_mon]) of
+    case start_apps([crypto, asn1, public_key, sasl, inets, oauth, ssl, ibrowse, mochiweb, os_mon]) of
     ok ->
         couch_server_sup:start_link(IniFiles);
     {error, Reason} ->


[2/2] git commit: updated refs/heads/1833-feature-r16b01-with-mochiweb-backport to e055424

Posted by dc...@apache.org.
Merge branch 'refs/heads/1696-backport-mochiweb-2-4-2-1.3.x' into 1.3.x

- support Erlang/OTP R16B and R16B01 releases
- see COUCHDB-1696 and COUCHDB-1833 respectively

Conflicts:
	share/doc/src/changelog.rst


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

Branch: refs/heads/1833-feature-r16b01-with-mochiweb-backport
Commit: e05542490d180e9ab1bfcaeb362ebebb79522705
Parents: 5f4a26a 6170654
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Tue Jun 25 17:08:27 2013 +0200
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Tue Jun 25 17:08:27 2013 +0200

----------------------------------------------------------------------
 CHANGES                            |   1 +
 NEWS                               |   3 +-
 NOTICE                             |   4 +
 configure.ac                       |   4 +-
 share/doc/src/changelog.rst        |  15 +-
 src/couchdb/couch_app.erl          |   2 +-
 src/mochiweb/Makefile.am           |   6 +-
 src/mochiweb/mochifmt_records.erl  |   2 +
 src/mochiweb/mochifmt_std.erl      |   2 +
 src/mochiweb/mochiweb_request.erl  |   2 +
 src/mochiweb/mochiweb_response.erl |   2 +
 src/mochiweb/pmod_pt.erl           | 463 ++++++++++++++++++++++++++++++++
 test/etap/120-stats-collect.t      |  14 +-
 13 files changed, 507 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e0554249/CHANGES
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/couchdb/blob/e0554249/share/doc/src/changelog.rst
----------------------------------------------------------------------
diff --cc share/doc/src/changelog.rst
index b933b9a,4fea3cc..ff6eca4
--- a/share/doc/src/changelog.rst
+++ b/share/doc/src/changelog.rst
@@@ -43,6 -43,6 +43,19 @@@ CouchDB 1.0.x release
     CouchDB 1.0.x you must back up your data files before performing the
     upgrade and compaction process.
  
++Version 1.3.2
++-------------
++
++This version has not been released yet.
++
++Build System
++^^^^^^^^^^^^
++
++* :issue:`1696`: Add support for Erlang R16B through pmod-transform library.
++  :commit:`50e5b1e`
++* :issue:`1833`: Support Erlang R16B01.
++  :commit:`01afaa4f`
++
  Version 1.3.1
  -------------
  
@@@ -68,8 -62,9 +81,8 @@@ Miscellaneou
  ^^^^^^^^^^^^^
  
  * Improve documentation: better structure, improve language, less duplication.
 +* :issue:`1784`: Improvements to test suite and VPATH build system.
-   :commit:`01afaa4f`
+ * Improvements to test suite.
 -* :issue`1696`: Add support for Erlang R16B through pmod-transform library.
 -  :commit:`50e5b1e`
  
  Version 1.3.0
  -------------