summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitreview4
-rw-r--r--.mailmap4
-rw-r--r--AUTHORS12
-rw-r--r--ChangeLog8
-rw-r--r--NEWS1
l---------README1
-rw-r--r--README.md2
7 files changed, 25 insertions, 7 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..f816d92
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,4 @@
+[gerrit]
+host=review.openstack.org
+port=29418
+project=openstack/liberasurecode.git
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..3571bd5
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,4 @@
+Mark Storer <Mark.Storer@evault.com> Mark W. Storer <mark.storer@evault.com>
+Kevin Greenan <kmgreen2@gmail.com> <kmg@box.com>
+Eric Lambert <eric_lambert@xyratex.com> <eric.lambert@seagate.com>
+Tushar Gohad <tushar.gohad@intel.com> <tusharsg@gmail.com>
diff --git a/AUTHORS b/AUTHORS
index 3855ed7..4b26dfd 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,13 +4,17 @@ Original Authors
* Tushar Gohad
* Kevin M Greenan
* Eric Lambert
- * Mark W Storer
+ * Mark Storer
Contributors
----------------
- * Pete Zaitcev
- * Kota Tsuyuzaki
- * Ryuta Kon
+ * Timur Alperovich
+ * Thiago da Silva
* Thomas Goirand
+ * Ryuta Kon
+ * Chris Lamb
+ * Dirk Mueller
* James Page
+ * Kota Tsuyuzaki
+ * Pete Zaitcev
diff --git a/ChangeLog b/ChangeLog
index 77972ec..6e81d39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Release 1.2.0
+-------------
+
+ . Add functionality to enable consumers to check which backends are
+ present on a system
+ . Fix segfault when fragment index is out of range
+ . Add fragment metadata checksumming support
+
Release 1.1.0
-------------
diff --git a/NEWS b/NEWS
deleted file mode 100644
index 4f61922..0000000
--- a/NEWS
+++ /dev/null
@@ -1 +0,0 @@
-Release 1.0
diff --git a/README b/README
deleted file mode 120000
index 42061c0..0000000
--- a/README
+++ /dev/null
@@ -1 +0,0 @@
-README.md \ No newline at end of file
diff --git a/README.md b/README.md
index 87ae89b..cda59a1 100644
--- a/README.md
+++ b/README.md
@@ -420,4 +420,4 @@ References
[3] Greenan, Kevin M et al, "Flat XOR-based erasure codes in storage systems", http://www.kaymgee.com/Kevin_Greenan/Publications_files/greenan-msst10.pdf
- [4] Kota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp>, Ryuta Kon <kon.ryuta@po.ntts.co.jp>, "NTT SHSS Erasure Coding backend" \ No newline at end of file
+ [4] Kota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp>, Ryuta Kon <kon.ryuta@po.ntts.co.jp>, "NTT SHSS Erasure Coding backend"