3.3.0 authors/changelog update

Change-Id: Idc92915d5b23019bc0d65d17b1f5104b3dca57ee
This commit is contained in:
John Dickinson 2017-01-25 15:12:59 -08:00
parent 9531369c23
commit 307d4c007a
3 changed files with 23 additions and 1 deletions

View File

@ -93,3 +93,4 @@ Marek Kaleta <marek.kaleta@firma.seznam.cz> <Marek.Kaleta@firma.seznam.cz>
Andreas Jaeger <aj@suse.de> <aj@suse.com>
Shashi Kant <shashi.kant@nectechnologies.in>
Nandini Tata <nandini.tata@intel.com> <nandini.tata.15@gmail.com>
Flavio Percoco <flaper87@gmail.com>

View File

@ -17,6 +17,7 @@ Chmouel Boudjnah (chmouel@enovance.com)
Chris Buccella (chris.buccella@antallagon.com)
Christian Berendt (berendt@b1-systems.de)
Christian Schwede (cschwede@redhat.com)
Christopher Bartz (bartz@dkrz.de)
Chuck Short (chuck.short@canonical.com)
Clark Boylan (clark.boylan@gmail.com)
Claudiu Belu (cbelu@cloudbasesolutions.com)
@ -36,7 +37,7 @@ Doug Hellmann (doug@doughellmann.com)
EdLeafe (ed@leafe.com)
Fabien Boucher (fabien.boucher@enovance.com)
Feng Liu (mefengliu23@gmail.com)
Flaper Fesp (flaper87@gmail.com)
Flavio Percoco (flaper87@gmail.com)
Florent Flament (florent.flament-ext@cloudwatt.com)
Greg Holt (gholt@rackspace.com)
Greg Lange (greglange@gmail.com)
@ -45,6 +46,7 @@ Hemanth Makkapati (hemanth.makkapati@mailtrust.com)
hgangwx (hgangwx@cn.ibm.com)
Hirokazu Sakata (h.sakata@staff.east.ntt.co.jp)
Hiroshi Miura (miurahr@nttdata.co.jp)
howardlee (lihongweibj@inspur.com)
Hu Bing (hubingsh@cn.ibm.com)
Ian Cordasco (ian.cordasco@rackspace.com)
Jaivish Kothari (jaivish.kothari@nectechnologies.in)
@ -119,19 +121,23 @@ Thomas Goirand (thomas@goirand.fr)
Tihomir Trifonov (t.trifonov@gmail.com)
Tim Burke (tim.burke@gmail.com)
Tong Li (litong01@us.ibm.com)
Tony Breeds (tony@bakeyournoodle.com)
Tristan Cacqueray (tristan.cacqueray@enovance.com)
Vasyl Khomenko (vasiliyk@yahoo-inc.com)
venkatamahesh (venkatamaheshkotha@gmail.com)
Victor Stinner (victor.stinner@enovance.com)
wangxiyuan (wangxiyuan@huawei.com)
Wu Wenxiang (wu.wenxiang@99cloud.net)
YangLei (yanglyy@cn.ibm.com)
yangxurong (yangxurong@huawei.com)
You Yamagata (bi.yamagata@gmail.com)
Yuan Zhou (yuan.zhou@intel.com)
Yushiro FURUKAWA (y.furukawa_2@jp.fujitsu.com)
yuxcer (yuxcer@126.com)
yuyafei (yu.yafei@zte.com.cn)
YUZAWA Takahiko (yuzawataka@intellilink.co.jp)
Zack M. Davis (zdavis@swiftstack.com)
zhang-jinnan (ben.os@99cloud.net)
zhangyanxian (zhangyanxianmail@163.com)
zheng yin (yin.zheng@easystack.cn)
Zhenguo Niu (zhenguo@unitedstack.com)

View File

@ -1,3 +1,18 @@
3.3.0
-----
* Added support for prefix-based tempurls. This allows you to create a
tempurl that is valid for all objects which share a given prefix and
matches the feature in Swift 2.12.0 and later.
* In the SDK, we previously only accepted iterables of strings like
'Header: Value'. Now, we'll also accept lists of tuples like
('Header', 'Value') as well as dictionaries like {'Header': 'Value'}.
* Improved help message strings
* Various other minor bug fixes and improvements.
3.2.0
-----