authors/changelog updates for release
Change-Id: Ic14916c314043155a5ec3c5b29331862c6aded43
This commit is contained in:
parent
b8c863e6bb
commit
344711771d
2
.mailmap
2
.mailmap
@ -95,3 +95,5 @@ 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>
|
||||
Timur Alperovich <timuralp@swiftstack.com> <timur@timuralp.com>
|
||||
Thiago da Silva <thiagodasilva@gmail.com> <thiago@redhat.com>
|
||||
|
9
AUTHORS
9
AUTHORS
@ -92,6 +92,7 @@ Monty Taylor (mordred@inaugust.com)
|
||||
Nandini Tata (nandini.tata@intel.com)
|
||||
Nelson Marcos (nelsonmarcos@gmail.com)
|
||||
Nguyen Hai (nguyentrihai93@gmail.com)
|
||||
Nguyen Hai Truong (truongnh@vn.fujitsu.com)
|
||||
Nguyen Hung Phuong (phuongnh@vn.fujitsu.com)
|
||||
Nick Craig-Wood (nick@craig-wood.com)
|
||||
Ondrej Novy (ondrej.novy@firma.seznam.cz)
|
||||
@ -103,6 +104,7 @@ Peter Lisak (peter.lisak@firma.seznam.cz)
|
||||
Petr Kovar (pkovar@redhat.com)
|
||||
Pradeep Kumar Singh (pradeep.singh@nectechnologies.in)
|
||||
Pratik Mallya (pratik.mallya@gmail.com)
|
||||
qingszhao (zhao.daqing@99cloud.net)
|
||||
Qiu Yu (qiuyu@ebaysf.com)
|
||||
Ray Chen (oldsharp@163.com)
|
||||
ricolin (rico.l@inwinstack.com)
|
||||
@ -124,11 +126,12 @@ Stanislaw Pitucha (stanislaw.pitucha@hpe.com)
|
||||
Steve Martinelli (stevemar@ca.ibm.com)
|
||||
Steven Hardy (shardy@redhat.com)
|
||||
Stuart McLaren (stuart.mclaren@hpe.com)
|
||||
sunjia (sunjia@inspur.com)
|
||||
Sushil Kumar (sushil.kumar2@globallogic.com)
|
||||
tanlin (lin.tan@intel.com)
|
||||
Taurus Cheung (Taurus.Cheung@harmonicinc.com)
|
||||
TheSriram (sriram@klusterkloud.com)
|
||||
Thiago da Silva (thiago@redhat.com)
|
||||
Thiago da Silva (thiagodasilva@gmail.com)
|
||||
Thomas Goirand (thomas@goirand.fr)
|
||||
Tihomir Trifonov (t.trifonov@gmail.com)
|
||||
Tim Burke (tim.burke@gmail.com)
|
||||
@ -141,9 +144,11 @@ Vasyl Khomenko (vasiliyk@yahoo-inc.com)
|
||||
venkatamahesh (venkatamaheshkotha@gmail.com)
|
||||
Victor Stinner (victor.stinner@enovance.com)
|
||||
Vitaly Gridnev (vgridnev@mirantis.com)
|
||||
Vu Cong Tuan (tuanvc@vn.fujitsu.com)
|
||||
wangqi (wang.qi@99cloud.net)
|
||||
wangxiyuan (wangxiyuan@huawei.com)
|
||||
Wu Wenxiang (wu.wenxiang@99cloud.net)
|
||||
wu.chunyang (wu.chunyang@99cloud.net)
|
||||
YangLei (yanglyy@cn.ibm.com)
|
||||
yangxurong (yangxurong@huawei.com)
|
||||
You Yamagata (bi.yamagata@gmail.com)
|
||||
@ -157,3 +162,5 @@ zhang-jinnan (ben.os@99cloud.net)
|
||||
zhangyanxian (zhangyanxianmail@163.com)
|
||||
zheng yin (yin.zheng@easystack.cn)
|
||||
Zhenguo Niu (zhenguo@unitedstack.com)
|
||||
ZhijunWei (wzj334965317@outlook.com)
|
||||
zhubx007 (zhu.boxiang@99cloud.net)
|
||||
|
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
3.6.1
|
||||
-----
|
||||
|
||||
* Added the delimiter keyword parameter to `get_account()` to match the
|
||||
functionality of `get_container()`.
|
||||
|
||||
* Fixed an issue in the client module where socket connections weren't
|
||||
closed properly before being dereferenced.
|
||||
|
||||
* Various other minor bug fixes and improvements.
|
||||
|
||||
|
||||
3.6.0
|
||||
-----
|
||||
|
||||
|
12
releasenotes/notes/361_notes-59e020e68bcdd709.yaml
Normal file
12
releasenotes/notes/361_notes-59e020e68bcdd709.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Added the delimiter keyword parameter to ``get_account()`` to match the
|
||||
functionality of ``get_container()``.
|
||||
|
||||
- |
|
||||
Fixed an issue in the client module where socket connections weren't
|
||||
closed properly before being dereferenced.
|
||||
|
||||
- |
|
||||
Various other minor bug fixes and improvements.
|
Loading…
Reference in New Issue
Block a user