Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-23 Thread Jonathan Hall
As I just noted in this GitHub Issue ( https://github.com/apache/couchdb-documentation/issues/181 ), the docs for the new max_document_size behavior are in a state of minor disarray.  If another 2.1.1-rc is rolled, I'd like to get those docs updated first. If anyone can help answer the question

Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-21 Thread Jan Lehnardt
Oh and one more thing: $ otool -L /Applications/Apache\ CouchDB\ 2.1.1.app/Contents/Resources/couchdbx-core/lib/libmozjs185.1.0.dylib and another otool -L … for any file you see listed in there (other than System libs that start with /usr/lib Best Jan -- > On 21. Oct 2017, at 15:37, Jan Leh

Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-21 Thread Jan Lehnardt
Thanks, two more things: The output of: $ ls /Applications/Apache\ CouchDB\ 2.1.1.app/Contents/Resources/couchdbx-core/lib and $ /Applications/Apache\ CouchDB\ 2.1.1.app/Contents/Resources/couchdbx-core/bin/couchjs /Applications/Apache\ CouchDB\ 2.1.1.app/Contents/Resources/couchdbx-core/sha

Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-21 Thread Mad, Pink and Dangerous to Know
uname result: Darwin airpink.local 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64 otool result: airpink:New Folder With Items dapink$ otool -L /Applications/Apache\ CouchDB\ 2.1.1.app/Contents/Resources/couchdbx-core/bin/couchjs /

Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-21 Thread Jan Lehnardt
hmm, your couchjs doesn’t work correctly. Can you run this for me? $ uname -a and $ otool -L /Applications/Apache\ CouchDB.app/Contents/Resources/couchdb-core/bin/couchjs (adjust if your Apache CouchDB.app doesn’t live in /Applications) Thanks! Jan -- > On 21. Oct 2017, at 14:40, Mad, P

Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-21 Thread Mad, Pink and Dangerous to Know
1. set couchperuser to true (actually, already was set to true) 2. posting the following user to http://127.0.0.1:5984/_users { "_id": "org.couchdb.user:zaphodb", "type": "user", "roles": [], "name": "zaphodb", "password" : "trustno1" } Couch Log: https://pastebin.com/uXL24w6V On Sat

Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-21 Thread Jan Lehnardt
Can you send the steps you’re taking to enable and the feature and upload the accompanying couch.log somewhere? Thanks! Jan -- > On 21. Oct 2017, at 13:58, Mad, Pink and Dangerous to Know > wrote: > > Trying to test couchdbperuser on MacOS 10.12, cannot create a user, keep > getting: {"error"

Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-21 Thread Mad, Pink and Dangerous to Know
Trying to test couchdbperuser on MacOS 10.12, cannot create a user, keep getting: {"error":"unknown_error","reason":"undefined"} On Sat, Oct 21, 2017 at 6:40 AM, Jan Lehnardt wrote: > Convenience Binary for Mac: > > https://dist.apache.org/repos/dist/dev/couchdb/binary/mac/2. > 1.1/rc.1/Apache-

Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-21 Thread Jan Lehnardt
Convenience Binary for Mac: https://dist.apache.org/repos/dist/dev/couchdb/binary/mac/2.1.1/rc.1/Apache-CouchDB-2.1.1.zip https://dist.apache.org/repos/dist/dev/couchdb/binary/mac/2.1.1/rc.1/Apache-CouchDB-2.1.1.zip.sha256 https://dist.apache.org/repos/dist/dev/couchdb/binary/mac/2.1.1/rc.1/Apac

Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-21 Thread Jan Lehnardt
+1 Great work everybody! The streamlined project tooling really allows us to get significants amount of things shipped in little time with great confidence. It is great to see! Best Jan -- > On 21. Oct 2017, at 01:53, Joan Touzet wrote: > > Dear community, > > I would like to release Apache

Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-20 Thread Joan Touzet
g seems to work as expected. - Original Message - From: "Joan Touzet" To: dev@couchdb.apache.org Sent: Friday, 20 October, 2017 11:57:41 PM Subject: Re: [VOTE] Release Apache CouchDB 2.1.1-RC1 All, "Convenience binaries" are available for testing at the following

Re: [VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-20 Thread Joan Touzet
All, "Convenience binaries" are available for testing at the following locations, for the following platforms: https://repo-nightly.couchdb.org/2.1.1-RC1/ - Debian/Ubuntu packages for jessie/stretch/trusty/xenial, amd64 only - RedHat/CentOS packages for el6/el7, x86_64 only - Configured as

[VOTE] Release Apache CouchDB 2.1.1-RC1

2017-10-20 Thread Joan Touzet
Dear community, I would like to release Apache CouchDB 2.1.1-RC1. Changes since 2.1.0 are here: https://github.com/apache/couchdb/compare/2.1.0...2.1.1-RC1 Human-readable change notes are here: http://docs.couchdb.org/en/latest/whatsnew/2.1.html#version-2-1-1 We encourage the whole co