From 5b8938dcd36afc19357173c9f6859c37e416f283 Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Fri, 6 Mar 2015 21:33:20 -0700 Subject: [PATCH] v1.0 --- ChangeLog | 2 +- NEWS | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ff6085..4f61922 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1 +1 @@ -Release 1.0-rc1 +Release 1.0 diff --git a/NEWS b/NEWS index 1ff6085..4f61922 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -Release 1.0-rc1 +Release 1.0 diff --git a/README.md b/README.md index 1571614..aeae549 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 v1.0-rc3, liberasurecode supports the following backends: + * Pluggable Erasure Code backends - As of v1.0, liberasurecode supports the following backends: - 'Jerasure' - Erasure Coding library that supports Reed-Solomon, Cauchy backends [1] - 'ISA-L' - Intel Storage Acceleration Library - SIMD accelerated Erasure Coding backends [2]