Authors/changelog for 3.8.1
Change-Id: I4f178c30723e0da6ba1ec8c8c171137ada631496
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -24,6 +24,7 @@ Clark Boylan (clark.boylan@gmail.com)
|
|||||||
Claudiu Belu (cbelu@cloudbasesolutions.com)
|
Claudiu Belu (cbelu@cloudbasesolutions.com)
|
||||||
Clay Gerrard (clay.gerrard@gmail.com)
|
Clay Gerrard (clay.gerrard@gmail.com)
|
||||||
Clint Byrum (clint@fewbar.com)
|
Clint Byrum (clint@fewbar.com)
|
||||||
|
Corey Bryant (corey.bryant@canonical.com)
|
||||||
Dan Prince (dprince@redhat.com)
|
Dan Prince (dprince@redhat.com)
|
||||||
Daniel Wakefield (daniel.wakefield@hp.com)
|
Daniel Wakefield (daniel.wakefield@hp.com)
|
||||||
Darrell Bishop (darrell@swiftstack.com)
|
Darrell Bishop (darrell@swiftstack.com)
|
||||||
|
|||||||
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
|||||||
|
3.8.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Deleting or overwriting a symlink to an SLO or DLO will no longer attempt
|
||||||
|
to clean up the large object's segments.
|
||||||
|
|
||||||
|
* Fixed an issue sending non-ASCII metadata keys on Python 3.
|
||||||
|
Note that receiving such metadata on py3 is still broken;
|
||||||
|
see https://bugs.python.org/issue37093
|
||||||
|
|
||||||
|
* Documentation can now be rendered as a PDF.
|
||||||
|
|
||||||
|
* Dropped Python 3.5 testing.
|
||||||
|
|
||||||
|
|
||||||
3.8.0
|
3.8.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|||||||
14
releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml
Normal file
14
releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Deleting or overwriting a symlink to an SLO or DLO will no longer attempt
|
||||||
|
to clean up the large object's segments.
|
||||||
|
- |
|
||||||
|
Fixed an issue sending non-ASCII metadata keys on Python 3.
|
||||||
|
Note that *receiving* such metadata on py3 is `still broken
|
||||||
|
<https://bugs.python.org/issue37093>`__.
|
||||||
|
other:
|
||||||
|
- |
|
||||||
|
Documentation can now be rendered as a PDF.
|
||||||
|
- |
|
||||||
|
Dropped Python 3.5 testing.
|
||||||
Reference in New Issue
Block a user