authors and changelog update for 2.6.1 release
Change-Id: Icefe2f62c2d2d41c5ee9764c51b0ae4ce1d9b3f3
This commit is contained in:
5
.mailmap
5
.mailmap
@@ -82,4 +82,7 @@ Mark Seger <mark.seger@hpe.com> <mark.seger@hp.com>
|
||||
Donagh McCabe <donagh.mccabe@hpe.com> <donagh.mccabe@hp.com>
|
||||
Stuart McLaren <stuart.mclaren@hpe.com> <stuart.mclaren@hp.com>
|
||||
Alexis Lee <lxsli@hpe.com> <alexisl@hp.com>
|
||||
Stanislaw Pitucha <stanislaw.pitucha@hpe.com> <stanislaw.pitucha@hp.com>
|
||||
Stanislaw Pitucha <stanislaw.pitucha@hpe.com> <stanislaw.pitucha@hp.com>
|
||||
Mahati Chamarthy <mahati.chamarthy@gmail.com>
|
||||
Peter Lisak <peter.lisak@firma.seznam.cz>
|
||||
Doug Hellmann <doug@doughellmann.com> <doug.hellmann@dreamhost.com>
|
||||
|
18
AUTHORS
18
AUTHORS
@@ -12,7 +12,7 @@ Sergio Cazzolato (sergio.j.cazzolato@intel.com)
|
||||
Mahati Chamarthy (mahati.chamarthy@gmail.com)
|
||||
Ray Chen (oldsharp@163.com)
|
||||
Taurus Cheung (Taurus.Cheung@harmonicinc.com)
|
||||
Alistair Coles (alistair.coles@hp.com)
|
||||
Alistair Coles (alistair.coles@hpe.com)
|
||||
Ian Cordasco (ian.cordasco@rackspace.com)
|
||||
Nick Craig-Wood (nick@craig-wood.com)
|
||||
Sean Dague (sean@dague.net)
|
||||
@@ -32,7 +32,7 @@ Thomas Goirand (thomas@goirand.fr)
|
||||
Davide Guerri (davide.guerri@hp.com)
|
||||
Romain Hardouin (romain_hardouin@yahoo.fr)
|
||||
Steven Hardy (shardy@redhat.com)
|
||||
Doug Hellmann (doug.hellmann@dreamhost.com)
|
||||
Doug Hellmann (doug@doughellmann.com)
|
||||
Greg Holt (gholt@rackspace.com)
|
||||
Charles Hsu (charles0126@gmail.com)
|
||||
Kun Huang (gareth@unitedstack.com)
|
||||
@@ -46,17 +46,18 @@ Jakub Krajcovic (jakub.krajcovic@gmail.com)
|
||||
David Kranz (david.kranz@qrclab.com)
|
||||
Sushil Kumar (sushil.kumar2@globallogic.com)
|
||||
Greg Lange (greglange@gmail.com)
|
||||
Alexis Lee (alexisl@hp.com)
|
||||
Alexis Lee (lxsli@hpe.com)
|
||||
Tong Li (litong01@us.ibm.com)
|
||||
Peter Lisak (peter.lisak@firma.seznam.cz)
|
||||
Feng Liu (mefengliu23@gmail.com)
|
||||
Jing Liuqing (jing.liuqing@99cloud.net)
|
||||
Hemanth Makkapati (hemanth.makkapati@mailtrust.com)
|
||||
Steve Martinelli (stevemar@ca.ibm.com)
|
||||
Juan J. Martinez (juan@memset.com)
|
||||
Donagh McCabe (donagh.mccabe@hp.com)
|
||||
Donagh McCabe (donagh.mccabe@hpe.com)
|
||||
Ben McCann (ben@benmccann.com)
|
||||
Andy McCrae (andy.mccrae@gmail.com)
|
||||
Stuart McLaren (stuart.mclaren@hp.com)
|
||||
Stuart McLaren (stuart.mclaren@hpe.com)
|
||||
Samuel Merritt (sam@swiftstack.com)
|
||||
Jola Mirecka (jola.mirecka@hp.com)
|
||||
Hiroshi Miura (miurahr@nttdata.co.jp)
|
||||
@@ -66,13 +67,13 @@ Zhenguo Niu (zhenguo@unitedstack.com)
|
||||
Ondrej Novy (ondrej.novy@firma.seznam.cz)
|
||||
Alessandro Pilotti (apilotti@cloudbasesolutions.com)
|
||||
Alessandro Pilotti (ap@pilotti.it)
|
||||
Stanislaw Pitucha (stanislaw.pitucha@hp.com)
|
||||
Stanislaw Pitucha (stanislaw.pitucha@hpe.com)
|
||||
Dan Prince (dprince@redhat.com)
|
||||
ricolin (rico.l@inwinstack.com)
|
||||
Li Riqiang (lrqrun@gmail.com)
|
||||
Hirokazu Sakata (h.sakata@staff.east.ntt.co.jp)
|
||||
Christian Schwede (cschwede@redhat.com)
|
||||
Mark Seger (Mark.Seger@hp.com)
|
||||
Mark Seger (mark.seger@hp.com)
|
||||
Mark Seger (mark.seger@hpe.com)
|
||||
Chuck Short (chuck.short@canonical.com)
|
||||
David Shrewsbury (shrewsbury.dave@gmail.com)
|
||||
Pradeep Kumar Singh (pradeep.singh@nectechnologies.in)
|
||||
@@ -92,6 +93,7 @@ Wu Wenxiang (wu.wenxiang@99cloud.net)
|
||||
Mike Widman (mwidman@endurancewindpower.com)
|
||||
Joel Wright (joel.wright@sohonet.com)
|
||||
You Yamagata (bi.yamagata@gmail.com)
|
||||
Qiu Yu (qiuyu@ebaysf.com)
|
||||
YangLei (yanglyy@cn.ibm.com)
|
||||
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
|
||||
Jian Zhang (jian.zhang@intel.com)
|
||||
|
19
ChangeLog
19
ChangeLog
@@ -1,3 +1,22 @@
|
||||
2.6.1
|
||||
-----
|
||||
|
||||
* This is the very last release to support Python 2.6
|
||||
|
||||
* Added content type to CLI object list long-form output
|
||||
|
||||
* client.get_container() and client.head_object now accept a headers parameter
|
||||
|
||||
* Fixed bug when setting Content-Type on upload from CLI
|
||||
|
||||
* Fixed bug when deleting DLOs with unicode characters
|
||||
|
||||
* Updated man pages and docstrings
|
||||
|
||||
* Suppress iso8601 logging in --debug output
|
||||
|
||||
* Various other minor bug fixes and improvements.
|
||||
|
||||
2.6.0
|
||||
-----
|
||||
|
||||
|
Reference in New Issue
Block a user