Repository: cassandra Updated Branches: refs/heads/trunk 3a44b4c6b -> fe063f0b3
ninja-follow-up of CASSANDRA-8714, update NEWS for using JNA Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fe063f0b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fe063f0b Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/fe063f0b Branch: refs/heads/trunk Commit: fe063f0b3605f8a50407d3a87d04ebc3fe02d352 Parents: 3a44b4c Author: Robert Stupp <[email protected]> Authored: Fri Mar 6 20:32:49 2015 +0100 Committer: Robert Stupp <[email protected]> Committed: Fri Mar 6 20:32:49 2015 +0100 ---------------------------------------------------------------------- NEWS.txt | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/fe063f0b/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 458618e..e9cb0ec 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -42,6 +42,10 @@ New features - Row-cache is now fully off-heap. - jemalloc is now automatically preloaded and used on Linux and OS-X if installed. + - Please ensure on Unix platforms that there is no libjnadispath.so + installed which is accessible by Cassandra. Old versions of + libjna packages (< 4.0.0) will cause problems - e.g. Debian Wheezy + contains libjna versin 3.2.x. Upgrading
