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 0FBF5DAFC for ; Wed, 3 Oct 2012 20:44:54 +0000 (UTC) Received: (qmail 53059 invoked by uid 500); 3 Oct 2012 20:44:53 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 53029 invoked by uid 500); 3 Oct 2012 20:44:53 -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 53021 invoked by uid 99); 3 Oct 2012 20:44:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 20:44:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.216.45] (HELO mail-qa0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 20:44:46 +0000 Received: by mail-qa0-f45.google.com with SMTP id s11so2264386qaa.11 for ; Wed, 03 Oct 2012 13:44:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=eCGPeHTg7C5TICyvZqY+VyCkMCNKzIiGrLKeizUJfH8=; b=ZLZ6xJrTqzce+f8MtDD4bN8TOs/M7g5EQDlxq7fair2otKrLXvkDHoDCSwWcmfYhMh JTGmoDuin+KvgcSHbeFwmin6qfs02Qd/2Qso1zrgA+RYU+AkvLRHmr0aGYHAI3bpIn8+ bEVRmsvCGcr2SmhU+4o/DYNV5wCA1giPldWDZOGTCKIB7Fs93zRYakFfTA6ldAY3nXS+ gp7/Sf+EhzFNGf5XS64AcuHa413Jj2U7Z3Ba+kCN2nVDeh3Q5CYH65RgPzCB6DPNIyYZ PMuqYTJglXEyH8CYPvdYf9wmA1ApHgfttSZRgvpcYaUIDlVbS1eUC0S73l+xlwy7SpTq Artw== MIME-Version: 1.0 Received: by 10.49.103.162 with SMTP id fx2mr14832830qeb.1.1349297065057; Wed, 03 Oct 2012 13:44:25 -0700 (PDT) Received: by 10.49.35.48 with HTTP; Wed, 3 Oct 2012 13:44:24 -0700 (PDT) X-Originating-IP: [84.112.19.176] In-Reply-To: References: <3693764486064495399@unknownmsgid> Date: Wed, 3 Oct 2012 22:44:24 +0200 Message-ID: Subject: Re: 1.3.0 discussion From: Dave Cottlehuber To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnYH0rKkeiZjoB4/WeJTYpyQraymd98+ao2RN+of3eoqPQdx1S2pijIuWZnaVFE5zbyXAb1 On 3 October 2012 20:31, Dirkjan Ochtman wrote: > On Wed, Oct 3, 2012 at 7:42 PM, Robert Newson wrote: >> imo, 1.3 should be bug fixes, docs and CORS, the latter being the most at-risk. > > There's also a bunch of other stuff already in the tree, right? I > think there was a new view processor or something, and EventSource > support for changes feeds? > > Cheers, > > Dirkjan Yup, Bob's referring to things that are not yet included in master. A+ Dave