You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,28 @@ Changelog
17
17
18
18
.. towncrier release notes start
19
19
20
+
3.18.11 (2022-11-02)
21
+
====================
22
+
REST API
23
+
--------
24
+
25
+
Bugfixes
26
+
~~~~~~~~
27
+
28
+
- Fixed the fs exporter to handle the case where there are pre-existing files in the location that FileSystem attempts to export to you get a FileExistsError.
29
+
:github:`1949`
30
+
- Fixed the fs exporter to handle the case where hardlink method was requested but pulp and export locations are in different partitions so can't share the same inode.
31
+
:github:`3187`
32
+
- Another step on closing the deadlock-window when syncing overlapping content.
0 commit comments