Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BDFD7DAFD for ; Wed, 10 Oct 2012 23:25:08 +0000 (UTC) Received: (qmail 27148 invoked by uid 500); 10 Oct 2012 23:25:08 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 27112 invoked by uid 500); 10 Oct 2012 23:25:08 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 27100 invoked by uid 99); 10 Oct 2012 23:25:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 23:25:08 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of randall.leeds@gmail.com designates 209.85.220.52 as permitted sender) Received: from [209.85.220.52] (HELO mail-pa0-f52.google.com) (209.85.220.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 23:25:01 +0000 Received: by mail-pa0-f52.google.com with SMTP id hz10so1172576pad.11 for ; Wed, 10 Oct 2012 16:24:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Kk1ThaoGiXZ9G6O1hf9H0gvtfeNzxHdhfG3KOSRRX0Q=; b=kSOdZeYyWOC13ss4R5BM0l2ZzfCZWV6SAHJwTCOe4ZGGno3BVjcrmuyIyFaqNUYsTS myK+hsFBYRyRp9WSmty15rdmlNlztoo/hfRSB09bmK4j+Y8HS4j5m96/reQ8m49w1Gtx RXKSCrwvjryoVI9cx+6SzlPV+0dc5OfboevICwvV3K1gZVh5MXoWWD/fOWV+qQeb6Osi 8wasaFxNBNpKMpwS0j5g5FrAPB/XzK5gtHv6eu2VsiL1DW8NqiLRiJGN3BX57s5EcWht mz5qQiCdaUxx3RmOfbqV688V2XTiAJyDAW7DVU60UFKEIGawBXMvNWSV26woH8Ezjb0j P+hw== MIME-Version: 1.0 Received: by 10.66.85.133 with SMTP id h5mr66637839paz.10.1349911481109; Wed, 10 Oct 2012 16:24:41 -0700 (PDT) Received: by 10.68.81.65 with HTTP; Wed, 10 Oct 2012 16:24:41 -0700 (PDT) Date: Wed, 10 Oct 2012 16:24:41 -0700 Message-ID: Subject: 1.2.x Hotfixes From: Randall Leeds To: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hey devs, Before 1.2 shipped, I made some hotfixes on the 1.2.x branch (I know, I'm sorry). I finally went through them. I posted a branch called 'hotfixes1.2' to the asf repo. Here are all the changes that I had made, along with the commit on the hotfix branch that corresponds. These are related to improving logging during file operation failures: 04c4a1041de06e8e39983cf9616c8baf9d889106 ede9482fc3c9e629572ab1376d88f4499c4c8beb cd238b42d1333cece5ab899c35c3b83ada8d448a af9e1c883ca4accb209cccc7ac9d26efa4daf1fd ba8fa86890087650a02a8ebaaea2537468999472 ... it is encompassed by 6e3f17a85b3de5d3c5ff2865bc58a1b9a6a47fab This one logs all 500 errors at the httpd level: 6887953432e9ccdef4bb8785b782fc53f6e61602 ... it is exactly 205ccb07114107e6daf7a156764c751e2f9f1571 This one updated NEWS & CHANGES for the above: 25e079117218b52c18d51dca0810b974ec80ff8a ... And I took the liberty of including the below as well and put all the notice in a1cc138689973f5f6e5ff68aa9204dbe1ddb179c This one fixed COUCHDB-1445: 94e72e7fcc66f6740a3ec517a1bccf2cfa024cf7 ... is exactly f79591d73c7fa02f2938875bceac691703938f81 except I left out the test because it was strange to begin with. This one is no longer necessary, as the new 1.3 indexer code never had this bug: a38f59d1752ec611f0edc26e8f641a36b52f0c67 Okay to merge? Thanks for looking.