Improving gc:HP and gc::DHP guards
[libcds.git] / readme
diff --git a/readme b/readme
index a0c6eeceda90a5b3c356af952f50d9b875d18c75..eeab1c5dd00955c3ee15de1567a8eee9a8692bc5 100644 (file)
--- a/readme
+++ b/readme
@@ -1,12 +1,14 @@
 CDS (Concurrent Data Structures) C++ library\r
 \r
 CDS library is (mostly) header-only template library. The shared library contains only garbage collector's core implementation.\r
-CDS contains implementation of some well-known lock-free and fine-grained data structures:\r
+Download the latest release from http://sourceforge.net/projects/libcds/files/.\r
+\r
+The library contains implementation of some well-known lock-free and fine-grained data structures:\r
 \r
 Stack:\r
     TreiberStack\r
         [1986] R. K. Treiber. Systems programming: Coping with parallelism. Technical Report RJ 5118, IBM Almaden Research Center, April 1986.\r
-      Elimination back-off implementation is based on idea from\r
+    Elimination back-off implementation is based on idea from\r
         [2004] Danny Hendler, Nir Shavit, Lena Yerushalmi "A Scalable Lock-free Stack Algorithm"\r
         \r
 Queue:\r
@@ -91,7 +93,7 @@ Supported compilers
 ---------------------------------\r
 \r
 GCC: 4.8 and above\r
-MS Visual C++: 12 (2013) and above\r
+MS Visual C++: 12 (2013) Update 4 and above\r
 Clang: 3.3 and above\r
 \r
 How to build\r