From beaf54badb1c5a5fd5ad11fc4c2ae29a67abd7cc Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Thu, 16 Dec 2010 20:00:26 +0000 Subject: [PATCH] fix 1770->1760 typo git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6@1050132 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index acc10f9737..19d7f7e19a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,7 +7,7 @@ * limit repaired ranges to what the nodes have in common (CASSANDRA-1674) * Fix misuse of DataOutputBuffer.getData in AntiEntropyService (CASSANDRA-1729) - * detect and warn when obsolete version of JNA is present (CASSANDRA-1770) + * detect and warn when obsolete version of JNA is present (CASSANDRA-1760) * fix live-column-count of slice ranges including tombstoned supercolumn with live subcolumn (CASSANDRA-1591) * clean up log messages for gossip token notifications (CASSANDRA-1518)