summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tusharsg@gmail.com>2014-10-28 02:14:37 +0000
committerTushar Gohad <tusharsg@gmail.com>2014-10-28 02:14:37 +0000
commit8d7a9c24b76fa1301cb1aca1064a2f1af2b23f89 (patch)
tree6cb5f85d45564ebec32de7dcfc2959b29811583c
parentffe8df39c4b898b7d6993a3de5e16ed015fb69fa (diff)
downloadliberasurecode-8d7a9c24b76fa1301cb1aca1064a2f1af2b23f89.tar.gz
README.md edited online with Bitbucketv0.9.10
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 711d686..00f7c1c 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Highlights
* Unified Erasure Coding interface for common storage workloads.
- * Pluggable Erasure Code backends - As of v0.9.10, liberasurecode supports 'Jerasure' (Reed-Solomon, Cauchy), 'ISA-L' (Intel Storage Acceleration Library), 'Flat XOR HD' backends. A template 'NULL' backend is implemented to help future backend writers.
+ * Pluggable Erasure Code backends - As of v1.0-rc1, liberasurecode supports 'Jerasure' (Reed-Solomon, Cauchy), 'ISA-L' (Intel Storage Acceleration Library), 'Flat XOR HD' backends. A template 'NULL' backend is implemented to help future backend writers.
* True 'plugin' architecture - liberasurecode uses Dynamically Loaded (DL) libraries to realize a true 'plugin' architecture. This also allows one to build liberasurecode indepdendent of the Erasure Code backend libraries.