You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/07/22 12:29:59 UTC

[2/2] git commit: updated refs/heads/master to 917d898

Merge branch '1684-feature-db-updates'

* 1684-feature-db-updates:
  Import couch_dbupdates from rcouch.


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

Branch: refs/heads/master
Commit: 917d89884e3dc9317eba1728ec1702f88d2ba670
Parents: dfd2199 ea18ecd
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Jul 22 12:29:42 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Jul 22 12:29:42 2013 +0200

----------------------------------------------------------------------
 LICENSE                                         |  6 ++
 NOTICE                                          |  2 +
 configure.ac                                    |  1 +
 etc/couchdb/default.ini.tpl.in                  |  1 +
 license.skip                                    |  1 +
 share/doc/src/api/misc.rst                      | 62 ++++++++++++++++++
 src/Makefile.am                                 |  1 +
 src/couch_dbupdates/LICENSE                     | 22 +++++++
 src/couch_dbupdates/Makefile.am                 | 33 ++++++++++
 src/couch_dbupdates/NOTICE                      |  6 ++
 src/couch_dbupdates/README.md                   | 32 +++++++++
 src/couch_dbupdates/src/couch_dbupdates.app.src | 11 ++++
 src/couch_dbupdates/src/couch_dbupdates.erl     | 46 +++++++++++++
 .../src/couch_dbupdates_httpd.erl               | 69 ++++++++++++++++++++
 14 files changed, 293 insertions(+)
----------------------------------------------------------------------