summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-09-12 16:28:40 -0700
committerTim Burke <tim.burke@gmail.com>2019-09-12 16:30:58 -0700
commit72b90fed4c62cf75497a7d66714f5fb0aa91f18b (patch)
tree76ff9c22fc08f3a0b84c153c3bed455155d5f1b2
parent14095c109fe35bdbbaf7703328edf8bfe759700b (diff)
downloadpython-swiftclient-72b90fed4c62cf75497a7d66714f5fb0aa91f18b.tar.gz
Authors/changelog for 3.8.1train-em3.8.1
Change-Id: I4f178c30723e0da6ba1ec8c8c171137ada631496
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog15
-rw-r--r--releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml14
3 files changed, 30 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 16dfcf9..da8e44b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,6 +24,7 @@ Clark Boylan (clark.boylan@gmail.com)
Claudiu Belu (cbelu@cloudbasesolutions.com)
Clay Gerrard (clay.gerrard@gmail.com)
Clint Byrum (clint@fewbar.com)
+Corey Bryant (corey.bryant@canonical.com)
Dan Prince (dprince@redhat.com)
Daniel Wakefield (daniel.wakefield@hp.com)
Darrell Bishop (darrell@swiftstack.com)
diff --git a/ChangeLog b/ChangeLog
index 253a3cc..501491b 100644
--- a/ChangeLog
+++ b/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
-----
diff --git a/releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml b/releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml
new file mode 100644
index 0000000..7985d37
--- /dev/null
+++ b/releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml
@@ -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.