re: [VOTE] Release Apache CouchDB 1.5.0-rc.1

2013-10-09 Thread Sven Lito
works for me. +1


Re: [VOTE] Release Apache CouchDB 1.5.0-rc.1

2013-10-09 Thread Alexander Shorin
+1
Sigs ok
Tests ok

Gentoo Linux, Erlang R16B01, Spidermonkey 1.8.5
--
,,,^..^,,,


On Tue, Oct 8, 2013 at 11:23 PM, Dirkjan Ochtman  wrote:
> Dear community,
>
> I would like to release Apache CouchDB 1.5.0-rc.1.
>
> We encourage the whole community to download and test these release
> artefacts so that any critical issues can be resolved before the
> release is made. Everyone is free to vote on this release, so get
> stuck in!
>
> The release artefacts we are voting on are available here:
>
> wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.1/apache-couchdb-1.5.0.tar.gz
> wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.1/apache-couchdb-1.5.0.tar.gz.asc
> wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.1/apache-couchdb-1.5.0.tar.gz.ish
> wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.1/apache-couchdb-1.5.0.tar.gz.md5
> wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.1/apache-couchdb-1.5.0.tar.gz.sha
>
> Please follow the test procedure here:
>
> http://wiki.apache.org/couchdb/Test_procedure
>
> Please remember that "rc.1" is an annotation. If the vote passes,
> these artefacts will be released as Apache CouchDB 1.5.0.
>
> Please cast your votes now.
>
> Thanks,
>
> Dirkjan
>
> P.S. Thanks for Jan's hard work getting the build system up to date
> over the past week.


Re: [VOTE] Release Apache CouchDB 1.5.0-rc.1

2013-10-09 Thread Matt Goodall
gpg sig: ok
md5: ok
sha1: ok
distcheck: ok
verify install: ok

+1

One small point: Dirkjan's gpg public key isn't one of the listed
--recv-keys in the Test_procedure wiki page.

- Matt

On 8 October 2013 20:23, Dirkjan Ochtman  wrote:
> Dear community,
>
> I would like to release Apache CouchDB 1.5.0-rc.1.
>
> We encourage the whole community to download and test these release
> artefacts so that any critical issues can be resolved before the
> release is made. Everyone is free to vote on this release, so get
> stuck in!
>
> The release artefacts we are voting on are available here:
>
> wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.1/apache-couchdb-1.5.0.tar.gz
> wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.1/apache-couchdb-1.5.0.tar.gz.asc
> wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.1/apache-couchdb-1.5.0.tar.gz.ish
> wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.1/apache-couchdb-1.5.0.tar.gz.md5
> wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.1/apache-couchdb-1.5.0.tar.gz.sha
>
> Please follow the test procedure here:
>
> http://wiki.apache.org/couchdb/Test_procedure
>
> Please remember that "rc.1" is an annotation. If the vote passes,
> these artefacts will be released as Apache CouchDB 1.5.0.
>
> Please cast your votes now.
>
> Thanks,
>
> Dirkjan
>
> P.S. Thanks for Jan's hard work getting the build system up to date
> over the past week.


Re: [VOTE] Release Apache CouchDB 1.5.0-rc.1

2013-10-09 Thread Dirkjan Ochtman
On Wed, Oct 9, 2013 at 4:36 PM, Matt Goodall  wrote:
> One small point: Dirkjan's gpg public key isn't one of the listed
> --recv-keys in the Test_procedure wiki page.

Good point, updated the wiki page with my new key ID.

Cheers,

Dirkjan


git commit: Removed whitelist for fauxton dir

2013-10-09 Thread nslater
Updated Branches:
  refs/heads/master ec4eea37d -> 06b22b467


Removed whitelist for fauxton dir


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

Branch: refs/heads/master
Commit: 06b22b467db989782edf0e70d3ef77b90d9b41e9
Parents: ec4eea3
Author: Noah Slater 
Authored: Wed Oct 9 17:56:42 2013 +0200
Committer: Noah Slater 
Committed: Wed Oct 9 17:56:42 2013 +0200

--
 release/build_candidate.sh | 1 -
 1 file changed, 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/06b22b46/release/build_candidate.sh
--
diff --git a/release/build_candidate.sh b/release/build_candidate.sh
index 138007a..a25e124 100755
--- a/release/build_candidate.sh
+++ b/release/build_candidate.sh
@@ -55,7 +55,6 @@ cat > $diff_file <

Re: [VOTE] Release Apache CouchDB 1.5.0-rc.1

2013-10-09 Thread Noah Slater
from __future__ import error

A little birdie tells me that we're going to have to abort this round
because the fauxton source was not included in the dist tarball. Jan is
working on this now.

The reason this wasn't picked up by build_candidate.sh is that we added an
exception for it for the last release.

I have fixed that now:

https://git-wip-us.apache.org/repos/asf?p=couchdb-admin.git;a=commitdiff;h=06b22b467db989782edf0e70d3ef77b90d9b41e9

Over to Jan.


On 9 October 2013 16:46, Dirkjan Ochtman  wrote:

> On Wed, Oct 9, 2013 at 4:36 PM, Matt Goodall 
> wrote:
> > One small point: Dirkjan's gpg public key isn't one of the listed
> > --recv-keys in the Test_procedure wiki page.
>
> Good point, updated the wiki page with my new key ID.
>
> Cheers,
>
> Dirkjan
>



-- 
Noah Slater
https://twitter.com/nslater


Re: [VOTE] Release Apache CouchDB 1.5.0-rc.1

2013-10-09 Thread Jan Lehnardt
Thanks Noah,

Russell brought this up on IRC and I just committed the fix to 1.5.x
and master. Sorry for botching this one :/

Best
Jan
-- 

On Oct 9, 2013, at 17:59 , Noah Slater  wrote:

> from __future__ import error
> 
> A little birdie tells me that we're going to have to abort this round
> because the fauxton source was not included in the dist tarball. Jan is
> working on this now.
> 
> The reason this wasn't picked up by build_candidate.sh is that we added an
> exception for it for the last release.
> 
> I have fixed that now:
> 
> https://git-wip-us.apache.org/repos/asf?p=couchdb-admin.git;a=commitdiff;h=06b22b467db989782edf0e70d3ef77b90d9b41e9
> 
> Over to Jan.
> 
> 
> On 9 October 2013 16:46, Dirkjan Ochtman  wrote:
> 
>> On Wed, Oct 9, 2013 at 4:36 PM, Matt Goodall 
>> wrote:
>>> One small point: Dirkjan's gpg public key isn't one of the listed
>>> --recv-keys in the Test_procedure wiki page.
>> 
>> Good point, updated the wiki page with my new key ID.
>> 
>> Cheers,
>> 
>> Dirkjan
>> 
> 
> 
> 
> -- 
> Noah Slater
> https://twitter.com/nslater



signature.asc
Description: Message signed with OpenPGP using GPGMail


[jira] [Commented] (COUCHDB-1479) Futon config UI won't allow "WWW-Authenticate" option to be added (name is lowercased)

2013-10-09 Thread Jens Alfke (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790609#comment-13790609
 ] 

Jens Alfke commented on COUCHDB-1479:
-

This seems to have gotten worse in CouchDB 1.4. Now, even if I edit the config 
file by hand, the key gets lowercased as soon as CouchDB starts. So the file is 
rewritten with the lowercased key, and the config setting doesn't take effect 
at all.

So it appears that in CouchDB 1.4 the only way to configure HTTP auth is to go 
through Futon (or the REST API) to set this key -- it can't be set in the 
config file, and it won't persist across launches.

> Futon config UI won't allow "WWW-Authenticate" option to be added (name is 
> lowercased)
> --
>
> Key: COUCHDB-1479
> URL: https://issues.apache.org/jira/browse/COUCHDB-1479
> Project: CouchDB
>  Issue Type: Bug
>  Components: Futon
> Environment: Mac OS X
>Reporter: Jens Alfke
>Priority: Minor
>
> When using the config UI in futon to add a new option, via the "Add a new 
> section..." link at the bottom of the page, the name of the option is 
> lowercased when written to the .ini file. (For some reason the case is 
> preserved when altering the runtime configuration, though, so the problem 
> doesn't manifest itself until the next time the server is restarted.)
> This causes trouble when attempting to enable HTTP basic auth by adding a 
> "WWW-Authenticate" option (value "Basic") to the [httpd] section. The actual 
> data written to the .ini file is:
> [httpd]
> www-authenticate = Basic
> which is not recognized when the server loads its configuration on restart.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


Re: [VOTE] Release Apache CouchDB 1.5.0-rc.1

2013-10-09 Thread Dirkjan Ochtman
On Wed, Oct 9, 2013 at 6:47 PM, Jan Lehnardt  wrote:
> Russell brought this up on IRC and I just committed the fix to 1.5.x
> and master. Sorry for botching this one :/

No problem, it happens to the best of us!

I hereby declare this vote aborted, trying to spin up an rc2 in a short while.

Cheers,

Dirkjan


Summary of IRC meeting in #couchdb-meeting, Wed Oct 9 19:10:56 2013

2013-10-09 Thread ASF IRC Services
Members present: Kxepal


Meeting summary:


1. Preface

2. 1.5 release

3. rcouch merge

4. CouchDB Hackathon 2013/12/13 - 2013/12/16 in Vienna, Austria
  a. http://www.mail-archive.com/dev@couchdb.apache.org/msg27878.html (Kxepal, 
4)

5. COUCHDB-1479: WWW-Authenticate
  a. http://www.mail-archive.com/user@couchdb.apache.org/msg23155.html (Kxepal, 
5)

IRC log follows:


# 1. Preface #


# 2. 1.5 release #
19:11:43 [Kxepal]: 1.5.0-rc1 aborted due to missed fauxton, but there will be 
rc2 very soon! stay tuned and prepare for testing (:


# 3. rcouch merge #
19:13:40 [Kxepal]: benoitc had submitted IP clearance form 
https://github.com/refuge/rcouch/commit/6b9621d2c26ad7432ae13ea0a81052f0794ddb01
 and soon shall receive the response
19:14:19 [Kxepal]: merge is coming!(:


# 4. CouchDB Hackathon 2013/12/13 - 2013/12/16 in Vienna, Austria #
19:15:41 [Kxepal]: #link 
http://www.mail-archive.com/dev@couchdb.apache.org/msg27878.html
19:16:14 [Kxepal]: don't miss it and let dch know if you're coming!


# 5. COUCHDB-1479: WWW-Authenticate #
19:17:29 [Kxepal]: COUCHDB-1479
19:18:53 [Kxepal]: #link 
http://www.mail-archive.com/user@couchdb.apache.org/msg23155.html
19:20:05 [Kxepal]: It looks like this the last upper cased option that was 
remain since the days when config was full UpperCased values causes a lot of 
problems. May be it's time to .lower() it to fit the others?
19:20:38 [Kxepal]: ASFBot: meeting end



svn commit: r3241 - /dev/couchdb/source/1.5.0/rc.2/

2013-10-09 Thread djc
Author: djc
Date: Wed Oct  9 19:22:51 2013
New Revision: 3241

Log:
Add 1.5.0-rc.2 dir

Added:
dev/couchdb/source/1.5.0/rc.2/



svn commit: r3242 - in /dev/couchdb/source/1.5.0/rc.2: apache-couchdb-1.5.0.tar.gz apache-couchdb-1.5.0.tar.gz.asc apache-couchdb-1.5.0.tar.gz.ish apache-couchdb-1.5.0.tar.gz.md5 apache-couchdb-1.5.0.

2013-10-09 Thread djc
Author: djc
Date: Wed Oct  9 19:24:28 2013
New Revision: 3242

Log:
Add 1.5.0-rc.2 files

Added:
dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz   (with props)
dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.asc   (with props)
dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.ish
dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.md5
dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.sha

Added: dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz
==
Binary file - no diff available.

Propchange: dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz
--
svn:mime-type = application/x-gzip

Added: dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.ish
==
--- dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.ish (added)
+++ dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.ish Wed Oct  9 
19:24:28 2013
@@ -0,0 +1 @@
+976916d44e0d8a264f0d5defc49160f00ab6c0a6

Added: dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.md5
==
--- dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.md5 (added)
+++ dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.md5 Wed Oct  9 
19:24:28 2013
@@ -0,0 +1 @@
+60938af2aec8763ff2ac8502f56d4456  apache-couchdb-1.5.0.tar.gz

Added: dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.sha
==
--- dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.sha (added)
+++ dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.sha Wed Oct  9 
19:24:28 2013
@@ -0,0 +1 @@
+5e2ead6c968d910e2ed871a7588758b238a9fd09  apache-couchdb-1.5.0.tar.gz




[VOTE] Release Apache CouchDB 1.5.0-rc.2

2013-10-09 Thread Dirkjan Ochtman
Dear community,

I would like to release Apache CouchDB 1.5.0-rc.2, which, unlike rc1,
includes the fauxton sources.

Changes since last round:

 * 
https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=shortlog;h=refs/heads/1.5.x

We encourage the whole community to download and test these release
artefacts so that any critical issues can be resolved before the
release is made. Everyone is free to vote on this release, so get
stuck in!

The release artefacts we are voting on are available here:

wget 
https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz
wget 
https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.asc
wget 
https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.ish
wget 
https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.md5
wget 
https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.sha

Please follow the test procedure here:

http://wiki.apache.org/couchdb/Test_procedure

Please remember that "rc.2" is an annotation. If the vote passes,
these artefacts will be released as Apache CouchDB 1.5.0.

Please cast your votes now.

Thanks,

Dirkjan


Re: [VOTE] Release Apache CouchDB 1.5.0-rc.2

2013-10-09 Thread Sue
Hi,
I've never tested one of these before.  I followed the test procedure. I
didn't get any errors when I ran make distcheck so I got it installed. So
for me it seems to be all good.  +1

I tested Fauxton. +10 for Fauxton


On Wed, Oct 9, 2013 at 3:26 PM, Dirkjan Ochtman  wrote:

> Dear community,
>
> I would like to release Apache CouchDB 1.5.0-rc.2, which, unlike rc1,
> includes the fauxton sources.
>
> Changes since last round:
>
>  *
> https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=shortlog;h=refs/heads/1.5.x
>
> We encourage the whole community to download and test these release
> artefacts so that any critical issues can be resolved before the
> release is made. Everyone is free to vote on this release, so get
> stuck in!
>
> The release artefacts we are voting on are available here:
>
> wget
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz
> wget
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.asc
> wget
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.ish
> wget
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.md5
> wget
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.sha
>
> Please follow the test procedure here:
>
> http://wiki.apache.org/couchdb/Test_procedure
>
> Please remember that "rc.2" is an annotation. If the vote passes,
> these artefacts will be released as Apache CouchDB 1.5.0.
>
> Please cast your votes now.
>
> Thanks,
>
> Dirkjan
>


Re: [VOTE] Release Apache CouchDB 1.5.0-rc.2

2013-10-09 Thread Andy Wenk
on Mac OS X 10.8.5 Build 12F37
Erlang R16B01

gpg --verify: OK
md5sum --check: OK
sha1sum --check: OK
diff -r apache-couchdb-VERSION ../tree: healthy output received
./configure: no errors

make distcheck:
==
apache-couchdb-1.5.0 archives ready for distribution:
apache-couchdb-1.5.0.tar.gz
==

make install: OK
http://127.0.0.1:5984/_utils/ :  works!
Verify Your Installation.Your installation looks fine. Time to Relax.

+1

congrats ;-)


On 9 October 2013 22:15, Sue  wrote:

> Hi,
> I've never tested one of these before.  I followed the test procedure. I
> didn't get any errors when I ran make distcheck so I got it installed. So
> for me it seems to be all good.  +1
>
> I tested Fauxton. +10 for Fauxton
>
>
> On Wed, Oct 9, 2013 at 3:26 PM, Dirkjan Ochtman  wrote:
>
> > Dear community,
> >
> > I would like to release Apache CouchDB 1.5.0-rc.2, which, unlike rc1,
> > includes the fauxton sources.
> >
> > Changes since last round:
> >
> >  *
> >
> https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=shortlog;h=refs/heads/1.5.x
> >
> > We encourage the whole community to download and test these release
> > artefacts so that any critical issues can be resolved before the
> > release is made. Everyone is free to vote on this release, so get
> > stuck in!
> >
> > The release artefacts we are voting on are available here:
> >
> > wget
> >
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz
> > wget
> >
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.asc
> > wget
> >
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.ish
> > wget
> >
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.md5
> > wget
> >
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.sha
> >
> > Please follow the test procedure here:
> >
> > http://wiki.apache.org/couchdb/Test_procedure
> >
> > Please remember that "rc.2" is an annotation. If the vote passes,
> > these artefacts will be released as Apache CouchDB 1.5.0.
> >
> > Please cast your votes now.
> >
> > Thanks,
> >
> > Dirkjan
> >
>



-- 
Andy Wenk
Hamburg - Germany
RockIt!

"CouchDB - Das Praxisbuch für Entwickler und Administratoren"
http://www.galileocomputing.de/2462
http://www.couchdb-buch.de

"PostgreSQL 8.4: Das Praxisbuch"
http://www.galileocomputing.de/2008
http://www.pg-praxisbuch.de

-BEGIN PGP PUBLIC KEY BLOCK-
Version: OpenPGP.js v.1.20130712
Comment: http://openpgpjs.org

xo0EUeJpHgED/34kUBUQNNT+3fcc621CLjzQZsuwYajo7Pj1hxtTcPbOo6Ci
UbyGOlIhlSDBaiXGXsFKxtdp4z/os7NdFQstzh6QpHzppjbGzGkv/om49jJM
SYLYkXyMDquhEQO47ovgOQUwJeO5qSzKE5fxftJQUjzHY1K673aA9D80uREM
Jc1tABEBAAHNF0FuZHkgV2VuayA8YW5keUBubXMuZGU+wpwEEAEIABAFAlHi
aR8JEAhxaGu1XIB2AAAfuAP/ZJXbv5wxAGCPridI/8Za9fXcccM0GmsG5ciH
bkhE9bakLlexclv3Jb+iQ2Cyp2FFo1wzLSADRRMEz1EvFFUoDo/Wj2SUQnaq
LNA8tKkRBuW0tUf88aK66TcdRINghhAcEqVJtwRIXF7fI5Arv6N+ql8heD3O
4/jA6c/8iExS0dE=
=6ftE
-END PGP PUBLIC KEY BLOCK-


Re: [VOTE] Release Apache CouchDB 1.5.0-rc.2

2013-10-09 Thread Lars Gierth
Hi,

looking forward to the release, congrats to everybody involved! Had a look
at Fauxton for the first time, really great work!

+1

Ubuntu 13.04
Erlang R15B01

gpg: OK
md5sum: OK
sha1sum: OK
diff: OK
./configure: OK
make distcheck: OK
make install: OK
verify installation: OK



2013/10/9 Andy Wenk 

> on Mac OS X 10.8.5 Build 12F37
> Erlang R16B01
>
> gpg --verify: OK
> md5sum --check: OK
> sha1sum --check: OK
> diff -r apache-couchdb-VERSION ../tree: healthy output received
> ./configure: no errors
>
> make distcheck:
> ==
> apache-couchdb-1.5.0 archives ready for distribution:
> apache-couchdb-1.5.0.tar.gz
> ==
>
> make install: OK
> http://127.0.0.1:5984/_utils/ :  works!
> Verify Your Installation.Your installation looks fine. Time to Relax.
>
> +1
>
> congrats ;-)
>
>
> On 9 October 2013 22:15, Sue  wrote:
>
> > Hi,
> > I've never tested one of these before.  I followed the test procedure. I
> > didn't get any errors when I ran make distcheck so I got it installed. So
> > for me it seems to be all good.  +1
> >
> > I tested Fauxton. +10 for Fauxton
> >
> >
> > On Wed, Oct 9, 2013 at 3:26 PM, Dirkjan Ochtman  wrote:
> >
> > > Dear community,
> > >
> > > I would like to release Apache CouchDB 1.5.0-rc.2, which, unlike rc1,
> > > includes the fauxton sources.
> > >
> > > Changes since last round:
> > >
> > >  *
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=shortlog;h=refs/heads/1.5.x
> > >
> > > We encourage the whole community to download and test these release
> > > artefacts so that any critical issues can be resolved before the
> > > release is made. Everyone is free to vote on this release, so get
> > > stuck in!
> > >
> > > The release artefacts we are voting on are available here:
> > >
> > > wget
> > >
> >
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz
> > > wget
> > >
> >
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.asc
> > > wget
> > >
> >
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.ish
> > > wget
> > >
> >
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.md5
> > > wget
> > >
> >
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz.sha
> > >
> > > Please follow the test procedure here:
> > >
> > > http://wiki.apache.org/couchdb/Test_procedure
> > >
> > > Please remember that "rc.2" is an annotation. If the vote passes,
> > > these artefacts will be released as Apache CouchDB 1.5.0.
> > >
> > > Please cast your votes now.
> > >
> > > Thanks,
> > >
> > > Dirkjan
> > >
> >
>
>
>
> --
> Andy Wenk
> Hamburg - Germany
> RockIt!
>
> "CouchDB - Das Praxisbuch für Entwickler und Administratoren"
> http://www.galileocomputing.de/2462
> http://www.couchdb-buch.de
>
> "PostgreSQL 8.4: Das Praxisbuch"
> http://www.galileocomputing.de/2008
> http://www.pg-praxisbuch.de
>
> -BEGIN PGP PUBLIC KEY BLOCK-
> Version: OpenPGP.js v.1.20130712
> Comment: http://openpgpjs.org
>
> xo0EUeJpHgED/34kUBUQNNT+3fcc621CLjzQZsuwYajo7Pj1hxtTcPbOo6Ci
> UbyGOlIhlSDBaiXGXsFKxtdp4z/os7NdFQstzh6QpHzppjbGzGkv/om49jJM
> SYLYkXyMDquhEQO47ovgOQUwJeO5qSzKE5fxftJQUjzHY1K673aA9D80uREM
> Jc1tABEBAAHNF0FuZHkgV2VuayA8YW5keUBubXMuZGU+wpwEEAEIABAFAlHi
> aR8JEAhxaGu1XIB2AAAfuAP/ZJXbv5wxAGCPridI/8Za9fXcccM0GmsG5ciH
> bkhE9bakLlexclv3Jb+iQ2Cyp2FFo1wzLSADRRMEz1EvFFUoDo/Wj2SUQnaq
> LNA8tKkRBuW0tUf88aK66TcdRINghhAcEqVJtwRIXF7fI5Arv6N+ql8heD3O
> 4/jA6c/8iExS0dE=
> =6ftE
> -END PGP PUBLIC KEY BLOCK-
>


[jira] [Commented] (COUCHDB-1415) Re-insering a document silently fails after compact is executed

2013-10-09 Thread Eric Ross (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13791198#comment-13791198
 ] 

Eric Ross commented on COUCHDB-1415:


Thanks Lance,

I will give the updated_at a try and add it to the API documentation this 
weekend as a workaround.

> Re-insering a document silently fails after compact is executed
> ---
>
> Key: COUCHDB-1415
> URL: https://issues.apache.org/jira/browse/COUCHDB-1415
> Project: CouchDB
>  Issue Type: Bug
>  Components: Database Core
>Affects Versions: 1.1.1
> Environment: Tested on multiple linux platforms
>Reporter: Viktor Szabo
>Assignee: Paul Joseph Davis
>
> When a document is re-inserted after a compact operation using the same 
> contents it was originally created, the insert operation is silently ignored, 
> leaving the client unaware of the fact it's document is not available in the 
> database.
> Can be reproduced using the following sequence of steps:
> alias curl='curl -H "Content-Type: application/json"'
> url="http://localhost:5984/database";
> 1 curl -X PUT $url
> 2 curl -X POST $url -d '{"_id": "bug", "key": "value"}'
> 3 curl -X DELETE "$url/bug?rev=1-59414e77c768bc202142ac82c2f129de"
> 4 curl -X POST "$url/_compact"
> 5 curl -X POST $url -d '{"_id": "bug", "key": "value"}'
> 6 curl -X GET "$url/bug"
>   (bug here)
> 1 {"ok":true}
>   201
> 2 [{"ok":true,"id":"bug","rev":"1-59414e77c768bc202142ac82c2f129de"}]
>   201
> 3 {"ok":true,"id":"bug","rev":"2-9b2e3bcc3752a3a952a3570b2ed4d27e"}
>   200
> 4 {"ok":true}
>   202
> 5 [{"ok":true,"id":"bug","rev":"1-59414e77c768bc202142ac82c2f129de"}]
>   201
> 6 {"error":"not_found","reason":"deleted"}
>   404
> CouchDB shouldn't report "ok" on step 5 and then go on to claim that the doc 
> is deleted. Also, it seems to work on second try:
> 7 curl -X POST $url -d '{"_id": "bug", "key": "value"}'
> 8 curl -X GET "$url/bug"
> 7 {"ok":true,"id":"bug","rev":"3-674f864b73df1c80925e48436e21d550"}
>   201
> 8 {"_id":"bug","_rev":"3-674f864b73df1c80925e48436e21d550","key":"value"}
>   200



--
This message was sent by Atlassian JIRA
(v6.1#6144)