>> > 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
If people who have OSX & use homebrew are able to do a quick check: brew update brew outdated # brew upgrade any relevant couch dependencies if you're brave edit /usr/local/Library/Formula/couchdb.rb and update url and sha1 as follows: url 'https://dist.apache.org/repos/dist/dev/couchdb/source/1.5.0/rc.2/apache-couchdb-1.5.0.tar.gz' sha1 '5e2ead6c968d910e2ed871a7588758b238a9fd09' brew install -v couchdb … let me know if it works. I've got a PR ready to go as soon as the RM calls a successful vote BTW. A+ Dave