Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8823810

Browse files
committed
authors and changelog updates for 2.9.0 release
Change-Id: I3c3e779227aad1df6abb517817355c6732e4a2af
1 parent d6c3f6d commit 8823810

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,6 @@ Brian Cline <[email protected]> <[email protected]>
106106
Dharmendra Kushwaha <[email protected]>
107107
Zhang Guoqing <[email protected]>
108108
Kato Tomoyuki <[email protected]>
109+
Liang Jingtao <[email protected]>
110+
111+
Zheng Yao <[email protected]>

AUTHORS

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Andreas Jaeger ([email protected])
123123
Shri Javadekar ([email protected])
124124
Iryoung Jeong ([email protected])
125125
Paul Jimenez ([email protected])
126+
Liang Jingtao ([email protected])
126127
Zhang Jinnan ([email protected])
127128
Jason Johnson ([email protected])
128129
Brian K. Jones ([email protected])
@@ -133,19 +134,21 @@ Takashi Kajinami ([email protected])
133134
Matt Kassawara ([email protected])
134135
Morita Kazutaka ([email protected])
135136
Josh Kearney ([email protected])
137+
Ben Keller ([email protected])
138+
Bryan Keller ([email protected])
136139
Ilya Kharin ([email protected])
137140
Dae S. Kim ([email protected])
138141
Nathan Kinder ([email protected])
139142
Eugene Kirpichov ([email protected])
140-
Ben Keller ([email protected])
141-
Bryan Keller ([email protected])
142143
Leah Klearman ([email protected])
143144
Martin Kletzander ([email protected])
144145
Jaivish Kothari ([email protected])
146+
Petr Kovar ([email protected])
145147
Steve Kowalik ([email protected])
146148
Sergey Kraynev ([email protected])
147149
Sushil Kumar ([email protected])
148150
Madhuri Kumari ([email protected])
151+
Yatin Kumbhare ([email protected])
149152
Dharmendra Kushwaha ([email protected])
150153
151154
@@ -172,6 +175,7 @@ Zhongyue Luo ([email protected])
172175
Paul Luse ([email protected])
173176
Christopher MacGown ([email protected])
174177
Ganesh Maharaj Mahalingam ([email protected])
178+
Maria Malyarova ([email protected])
175179
Dragos Manolescu ([email protected])
176180
Ben Martin ([email protected])
177181
Steve Martinelli ([email protected])
@@ -193,6 +197,7 @@ Jola Mirecka ([email protected])
193197
Kazuhiro Miyahara ([email protected])
194198
Alfredo Moralejo ([email protected])
195199
Daisuke Morita ([email protected])
200+
Mohit Motiani ([email protected])
196201
Dirk Mueller ([email protected])
197202
Takashi Natsume ([email protected])
198203
Russ Nelson ([email protected])
@@ -207,6 +212,7 @@ Timothy Okwii ([email protected])
207212
Matthew Oliver ([email protected])
208213
Hisashi Osanai ([email protected])
209214
Eamonn O'Toole ([email protected])
215+
210216
James Page ([email protected])
211217
Prashanth Pai ([email protected])
212218
Venkateswarlu Pallamala ([email protected])
@@ -263,6 +269,7 @@ Tobias Stevenson ([email protected])
263269
Victor Stinner ([email protected])
264270
Akihito Takai ([email protected])
265271
Pearl Yajing Tan ([email protected])
272+
Nandini Tata ([email protected])
266273
Yuriy Taraday ([email protected])
267274
Monty Taylor ([email protected])
268275
Caleb Tennis ([email protected])
@@ -294,6 +301,8 @@ Andrew Welleck ([email protected])
294301
Wu Wenxiang ([email protected])
295302
Cory Wright ([email protected])
296303
Ye Jia Xu ([email protected])
304+
305+
Zheng Yao ([email protected])
297306
Alex Yang ([email protected])
298307
299308

CHANGELOG

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
swift (2.9.0)
2+
3+
* Swift now supports at-rest encryption. This feature encrypts all
4+
object data and user-set object metadata as it is sent to the cluster.
5+
This feature is designed to prevent information leaks if a hard drive
6+
leaves the cluster. The encryption is transparent to the end-user.
7+
8+
At-rest encryption in Swift is enabled on the proxy server by
9+
adding two middlewares to the pipeline. The `keymaster` middleware
10+
is responsible for managing the encryption keys and the `encryption`
11+
middleware does the actual encryption and decryption.
12+
13+
Existing clusters will continue to work without enabling
14+
encryption. Although enabling this feature on existing clusters
15+
is supported, best practice is to enable this feature on new
16+
clusters when the cluster is created.
17+
18+
For more information on the details of the at-rest encryption
19+
feature, please see the docs at
20+
http://docs.openstack.org/developer/swift/overview_encryption.html.
21+
22+
* `swift-recon` can now be called with more than one server type.
23+
24+
* Fixed a bug where non-ascii names could cause an error in logging
25+
and cause a 5xx response to the client.
26+
27+
* The install guide and API reference have been moved into Swift's
28+
source code repository.
29+
30+
* Various other minor bug fixes and improvements.
31+
132
swift (2.8.0)
233

334
* Allow concurrent bulk deletes for server-side deletes of static

0 commit comments

Comments
 (0)