From marketing-return-2477-archive-asf-public=cust-asf.ponee.io@couchdb.apache.org Tue Jul 10 20:20:00 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C128E180663 for ; Tue, 10 Jul 2018 20:19:59 +0200 (CEST) Received: (qmail 68063 invoked by uid 500); 10 Jul 2018 18:19:58 -0000 Mailing-List: contact marketing-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: marketing@couchdb.apache.org Delivered-To: mailing list marketing@couchdb.apache.org Received: (qmail 67982 invoked by uid 99); 10 Jul 2018 18:19:57 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2018 18:19:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4B100C0026; Tue, 10 Jul 2018 18:19:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.249 X-Spam-Level: X-Spam-Status: No, score=0.249 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id QCvaEtq7a_-e; Tue, 10 Jul 2018 18:19:54 +0000 (UTC) Received: from smtp.justsomehost.net (smtp.justsomehost.net [204.11.51.157]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id AB8105F27E; Tue, 10 Jul 2018 18:19:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.justsomehost.net (Postfix) with ESMTP id 85D67562BC6; Tue, 10 Jul 2018 14:19:45 -0400 (EDT) Received: from smtp.justsomehost.net ([127.0.0.1]) by localhost (smtp.justsomehost.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id n8HjnszqpQqu; Tue, 10 Jul 2018 14:19:44 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by smtp.justsomehost.net (Postfix) with ESMTP id DAF60562EFD; Tue, 10 Jul 2018 14:19:44 -0400 (EDT) X-Virus-Scanned: amavisd-new at smtp.justsomehost.net Received: from smtp.justsomehost.net ([127.0.0.1]) by localhost (smtp.justsomehost.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id bcDF4fLIXI_t; Tue, 10 Jul 2018 14:19:44 -0400 (EDT) Received: from smtp.justsomehost.net (smtp.justsomehost.net [204.11.51.157]) by smtp.justsomehost.net (Postfix) with ESMTP id B2136562BC6; Tue, 10 Jul 2018 14:19:44 -0400 (EDT) Date: Tue, 10 Jul 2018 14:19:44 -0400 (EDT) From: Joan Touzet Reply-To: Joan Touzet To: announce@apache.org, announce@couchdb.apache.org, user@couchdb.apache.org, dev@couchdb.apache.org, marketing@couchdb.apache.org Message-ID: <1699016538.6219.1531246785603.JavaMail.Joan@RITA> Subject: [ANNOUNCE] Apache CouchDB 1.7.2 released MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [204.11.51.157] X-Mailer: Zimbra 8.6.0_GA_1194 (Zimbra Desktop/7.3.1_13063_Windows) Thread-Topic: Apache CouchDB 1.7.2 released Thread-Index: 6miNGQh3q1cNU+UyYC01M0byGhCq8A== Dear community, Apache CouchDB 1.7.2 has been released and is available for download. This = is the final CouchDB 1.x release. CouchDB is a database that completely embraces the web. Store your data wit= h JSON documents. Access your documents with your web browser, via HTTP. Qu= ery, combine, and transform your documents with JavaScript. CouchDB works w= ell with modern web and mobile apps. You can distribute your data, efficien= tly using CouchDB=E2=80=99s incremental replication. CouchDB supports maste= r-master setups with automatic conflict detection. CouchDB comes with a suite of features, such as on-the-fly document transfo= rmation and real-time change notifications, that make web development a bre= eze. It even comes with an easy to use web administration console, served d= irectly out of CouchDB! We care a lot about distributed scaling. CouchDB is= highly available and partition tolerant, but is also eventually consistent= . And we care a lot about your data. CouchDB has a fault-tolerant storage e= ngine that puts the safety of your data first. Download your copy here: https://couchdb.apache.org/#download Pre-built binaries for various platforms will be available in the near futu= re. CouchDB 1.7.2 is a security release, and was originally published on 2018-0= 7-10. The community would like to thank all contributors for their part in making= this release, from the smallest bug report or patch to major contributions= in code, design, or marketing, we couldn=E2=80=99t have done it without yo= u! The release notes follow. Address CVE-2018-8007: Authenticated privilege escalation. See http://blog.= couchdb.org/2018/07/11/cve-2018-8007 for details On behalf of the CouchDB PMC, Joan