Release 1.2.1
First release using Openstack Infra Change-Id: I465348ea0d35dedaf27fdfd994abde2b0e7f29ad Signed-off-by: Thiago da Silva <thiago@redhat.com>
This commit is contained in:
parent
9c7394439e
commit
5ebce22641
7
.mailmap
Normal file
7
.mailmap
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Kevin Greenan <kmgreen2@gmail.com> <kmg@box.com>
|
||||||
|
Kevin Greenan <kmgreen2@gmail.com> <kmgreen@ubuntu.(none)>
|
||||||
|
Kevin Greenan <kmgreen2@gmail.com> <kmgreen@Kevins-MacBook-Air-6.local>
|
||||||
|
Tushar Gohad <tushar.gohad@intel.com> <tusharsg@gmail.com>
|
||||||
|
Tushar Gohad <tushar.gohad@intel.com> <Tushar Gohad>
|
||||||
|
Eric Lambert <eric_lambert@xyratex.com> <eric.lambert@seagate.com>
|
||||||
|
Kota Tsuyuzaki <bloodeagle40234@gmail.com> <tsuyuzaki.kota@lab.ntt.co.jp>
|
23
AUTHORS
23
AUTHORS
@ -1,9 +1,16 @@
|
|||||||
Not in any particular order :^)
|
Original Authors
|
||||||
|
----------------
|
||||||
|
Tushar Gohad (tushar.gohad@intel.com)
|
||||||
|
Kevin Greenan (kmgreen2@gmail.com)
|
||||||
|
|
||||||
Kevin Greenan <kmgreen2@gmail.com, kmg@box.com>
|
Contributors
|
||||||
Tushar Gohad <tusharsg@gmail.com, tushar.gohad@intel.com>
|
------------
|
||||||
Eric Lambert <eric.d.lambert@gmail.com eric.lambert@seagate.com>
|
Timur Alperovich (timuralp@swiftstack.com)
|
||||||
Mark Storer <Mark.Storer@evault.com>
|
Thiago da Silva (thiago@redhat.com)
|
||||||
Kota Tsuyuzaki <bloodeagle40123@gmail.com, tsuyuzaki.kota@lab.ntt.co.jp>
|
Eric Lambert (eric_lambert@xyratex.com)
|
||||||
Pete Zaitcev <zaitcev@kotori.zaitcev.us>
|
Davanum Srinivas (davanum@gmail.com)
|
||||||
Victor Stinner <vstinner@redhat.com>
|
Victor Stinner (vstinner@redhat.com)
|
||||||
|
Mark Storer (Mark.Storer@evault.com)
|
||||||
|
Kota Tsuyuzaki (bloodeagle40123@gmail.com)
|
||||||
|
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
|
||||||
|
Yuan Zhou (yuan.zhou@intel.com)
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
New in 1.2.1
|
||||||
|
------------
|
||||||
|
|
||||||
|
* Eliminate spurious syslog messages and added cleaner
|
||||||
|
mechanism for querying all available backends on a system.
|
||||||
|
|
||||||
|
* Moved source code hosting from bitbucket to Openstack infra.
|
||||||
|
This is first release with Openstack Infra
|
||||||
|
|
||||||
New in 1.2.0
|
New in 1.2.0
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -264,6 +264,3 @@ References
|
|||||||
[4] Intel(R) Storage Acceleration Library (Open Source Version), https://01.org/intel%C2%AE-storage-acceleration-library-open-source-version
|
[4] Intel(R) Storage Acceleration Library (Open Source Version), https://01.org/intel%C2%AE-storage-acceleration-library-open-source-version
|
||||||
|
|
||||||
[5] Kota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp>, Ryuta Kon <kon.ryuta@po.ntts.co.jp>, "NTT SHSS Erasure Coding backend"
|
[5] Kota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp>, Ryuta Kon <kon.ryuta@po.ntts.co.jp>, "NTT SHSS Erasure Coding backend"
|
||||||
|
|
||||||
--
|
|
||||||
1.2
|
|
||||||
|
2
setup.py
2
setup.py
@ -172,7 +172,7 @@ module = Extension('pyeclib_c',
|
|||||||
sources=['src/c/pyeclib_c/pyeclib_c.c'])
|
sources=['src/c/pyeclib_c/pyeclib_c.c'])
|
||||||
|
|
||||||
setup(name='PyECLib',
|
setup(name='PyECLib',
|
||||||
version='1.2.0',
|
version='1.2.1',
|
||||||
author='Kevin Greenan',
|
author='Kevin Greenan',
|
||||||
author_email='kmgreen2@gmail.com',
|
author_email='kmgreen2@gmail.com',
|
||||||
maintainer='Kevin Greenan and Tushar Gohad',
|
maintainer='Kevin Greenan and Tushar Gohad',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user