Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 77366 invoked from network); 20 Aug 2009 17:10:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Aug 2009 17:10:49 -0000 Received: (qmail 56634 invoked by uid 500); 20 Aug 2009 17:11:05 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 56615 invoked by uid 500); 20 Aug 2009 17:11:05 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 56535 invoked by uid 99); 20 Aug 2009 17:11:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 17:11:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 17:10:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 75AC72388892; Thu, 20 Aug 2009 17:09:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r806258 - /incubator/cassandra/trunk/CHANGES.txt Date: Thu, 20 Aug 2009 17:09:45 -0000 To: cassandra-commits@incubator.apache.org From: jbellis@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090820170945.75AC72388892@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jbellis Date: Thu Aug 20 17:09:45 2009 New Revision: 806258 URL: http://svn.apache.org/viewvc?rev=806258&view=rev Log: mention snapshot support in changelog patch by jbellis for CASSANDRA-372 Modified: incubator/cassandra/trunk/CHANGES.txt Modified: incubator/cassandra/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/CHANGES.txt?rev=806258&r1=806257&r2=806258&view=diff ============================================================================== --- incubator/cassandra/trunk/CHANGES.txt (original) +++ incubator/cassandra/trunk/CHANGES.txt Thu Aug 20 17:09:45 2009 @@ -7,6 +7,7 @@ different types of operation on the same ColumnFamily could disagree on what data was present * Configurable LRU cache for key lookups + * Snapshot support via JMX * Thrift API has changed a _lot_: - removed time-sorted CFs; instead, user-defined comparators may be defined on the column names, which are now byte arrays.