Migrated intrusive SkipList unit test to gtest framework
[libcds.git] / change.log
index 42fca077557610c7c56ab9a25aee3550e59abf5d..a8a42244f92378f65371c824ca88e6fe627849e1 100644 (file)
@@ -1,4 +1,10 @@
-2.1.0
+2.2.0
+    General release
+    - Changed: CMake is used for build libcds. Ancient build.sh is removed
+    - Changed: unit and stress tests are migrated to googletest framework
+
+2.1.0 06.01.2016
+    General release
     - Added: FeldmanHashSet/Map - an interesting hash map algorithm
       based on multi-level array, requires perfect hashing or fixed-sized keys.
       Supports thread-safe bidirectional iterators.
@@ -18,6 +24,8 @@
       are moved to cds::sync with new names (for example, cds::lock::SpinLock is renamed to
       cds::sync::spin_lock). cds::lock namespace and its contents is deprecated, it is kept 
       for backward compatibility.
+    - The library has been checked by ThreadSanitizer, a lot of bugs has been fixed
+    - Added support for clang 3.7 with libc++
 
 2.0.0 30.12.2014
     General release