Repository: ignite Updated Branches: refs/heads/ignite-1.6 06c5842cd -> 96107b52d
Release notes AI 1.6 (hotfix) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/96107b52 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/96107b52 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/96107b52 Branch: refs/heads/ignite-1.6 Commit: 96107b52dcae7824ef1665dd260732c996efa020 Parents: 06c5842 Author: Anton Vinogradov <[email protected]> Authored: Tue May 17 18:38:22 2016 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Tue May 17 18:38:22 2016 +0300 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/96107b52/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index db354fa..6763f20 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -15,7 +15,6 @@ Ignite .NET: * Added ability to use Java-based remote filters in continuous queries. Ignite C++: -* Added ODBC driver for Ignite. * Added Transactions API for C++ client. * Added Date and Timestamp types implementation for C++ client. * Simplified Autotools build process for C++ client. @@ -26,6 +25,7 @@ Ignite: * Added backup partitions storing to local store default behavior. * Added cache deadlock detection. * Added method to get versioned cache entry. +* Added ODBC driver for Ignite. * Added support for join timeout while registering local addresses with IP finder in TcpDiscoverySpi. * Added support for JTA transactions via synchronization callback. * Fixed a bug causing object deserialization when local store is configured for cache.
