Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 37979D406 for ; Mon, 24 Sep 2012 06:57:54 +0000 (UTC) Received: (qmail 39583 invoked by uid 500); 24 Sep 2012 06:57:53 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 39040 invoked by uid 500); 24 Sep 2012 06:57:49 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 38630 invoked by uid 99); 24 Sep 2012 06:57:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 06:57:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.216.170] (HELO mail-qc0-f170.google.com) (209.85.216.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 06:57:42 +0000 Received: by qcad42 with SMTP id d42so3785512qca.15 for ; Sun, 23 Sep 2012 23:57:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=qhre0TQG35oMHkScQEMqA1ch6y/qK8hCqERQLxs4YWM=; b=osnPGof0yjPw2rUQE8YIvWR0YQacHMgsafVa9nhi5W6LXOPfPb6EwpcO1gTlA6xEoi Tae6aOWIWAoG1h0KpY6wBo5FdiYUQTjQjn8nqAoZKsMy48qKgtJ4NuGUIXxPUnMs3f9t GV7zF5Emyk5kJXNY83KyDpNjkuBYhQ1FxhjhmfFvy10+vr5vmoa8cfOEANZOzVLDl2Hn r7PQORlKT05kGEMnzvkni+W4v8GFWgcdy593TRO6oyrJDJTy3H+sGtRznZJeKZ3Z7UW3 tpJBo6K8HXZxDTghQmORBbbIAGSR+OnDUBxwxgGcD/bk2CF4OumThDl0axSsM6/0Bga9 Kcvw== MIME-Version: 1.0 Received: by 10.224.39.204 with SMTP id h12mr10529395qae.16.1348469841158; Sun, 23 Sep 2012 23:57:21 -0700 (PDT) Received: by 10.49.130.165 with HTTP; Sun, 23 Sep 2012 23:57:21 -0700 (PDT) Date: Sun, 23 Sep 2012 23:57:21 -0700 Message-ID: Subject: Subject: [ANNOUNCE] Apache ZooKeeper 3.4.4 From: Mahadev Konar To: dev@zookeeper.apache.org Cc: user@zookeeper.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQl5DUV2n9vuwvmdVwed1OgVGdjTrGmMz3xtVqdfDLveN96X5OdmpYc6JM2GZa4t3VBr5qOg X-Virus-Checked: Checked by ClamAV on apache.org The Apache ZooKeeper team is proud to announce Apache ZooKeeper version 3.4.4. ZooKeeper is a high-performance coordination service for distributed applications. It exposes common services - such as naming, configuration management, synchronization, and group services - in a simple interface so you don't have to write them from scratch. You can use it off-the-shelf to implement consensus, group management, leader election, and presence protocols. And you can build on it for your own, specific needs. For ZooKeeper release details and downloads, visit: http://zookeeper.apache.org/releases.html ZooKeeper 3.4.4 Release Notes are at: http://zookeeper.apache.org/doc/r3.4.4/releasenotes.html Note that 3.4.4 has been marked as stable. We would like to thank the contributors that made the release possible. Regards, The ZooKeeper Team