You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/02/18 04:37:43 UTC

[couchdb-glazier] 01/01: Merge pull request #12 from apache/release/couchdb_3.0.0

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git

commit 1e1f125d617e3d758ec04b9829c132fd3345fadb
Merge: c76c4ef 1abb396
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Tue Feb 18 04:37:32 2020 +0000

    Merge pull request #12 from apache/release/couchdb_3.0.0
    
    Radical simplification for 3.0/MSVC 2017

 .documentup.json                           |    8 -
 .gitignore                                 |    5 +
 README.md                                  |  433 ++-
 THANKS                                     |    3 +
 bin/build_curl.cmd                         |   45 -
 bin/build_icu.cmd                          |   17 -
 bin/build_installer.cmd                    |   73 -
 bin/build_installer.ps1                    |   80 +
 bin/build_openssl.cmd                      |   42 -
 bin/command_process_hkcu.reg               |  Bin 474 -> 0 bytes
 bin/console_hkcu.reg                       |  Bin 2886 -> 0 bytes
 bin/consolidate_free_space.cmd             |    4 -
 bin/couchdb_build.sh                       |   63 -
 bin/couchdb_clean.sh                       |    1 -
 bin/couchdb_config.sh                      |   28 -
 bin/install_dependencies.ps1               |   44 +
 bin/md5sum.exe                             |  Bin 28160 -> 0 bytes
 bin/rebar                                  |  Bin 199736 -> 0 bytes
 bin/rebar.cmd                              |    2 -
 bin/sed.vbs                                |   12 -
 bin/shell.cmd                              |  118 -
 bin/shell.ps1                              |   31 +
 bin/shell.sh                               |  116 -
 bin/slim_couch.cmd                         |   74 -
 bin/sync_otp.cmd                           |    3 -
 bin/which.psm1                             |    6 +
 bits/couchdb-500x500.ico                   |  Bin 0 -> 11121 bytes
 bits/js185-msvc2013.patch                  | 4434 ----------------------------
 bits/wxWidgets_setup.h                     |    8 -
 build-spidermonkey60.md                    |    8 +
 downloads.md                               |   23 -
 downloads.md5                              |    9 -
 erlang.md                                  |   57 -
 glazier.komodoproject                      |  346 ---
 installer/CouchInstallDirDlg.wxs           |   30 +
 installer/CustomAction/AssemblyInfo.cs     |   28 +
 installer/CustomAction/CouchIniAction.cs   |  103 +
 installer/CustomAction/CustomAction.config |   12 +
 installer/CustomAction/CustomAction.csproj |   51 +
 installer/adminprompt.wxs                  |   32 +
 installer/couchdb.wxs.in                   |  441 +--
 installer/couchdb_wixui.wxs                |   37 +-
 installer/customexit.wxs                   |   28 +
 43 files changed, 925 insertions(+), 5930 deletions(-)