summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDerrick Jackson <derrick_jackson@saa.senate.gov>2017-05-10 11:29:12 -0400
committerTim Graham <timograham@gmail.com>2017-05-31 15:02:32 -0400
commit7250393f31cf8000833312e381501b4575fdb1f1 (patch)
tree5c3d802b1b492b6d5e3ff9ea92188cafeb6aeec8 /docs
parent877d7b71ae952b3bc946e5187d6c23039a71614d (diff)
[1.11.x] Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount.
Backport of 789c290150a0a5e7312e152df281dbcaf4ec174e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt
index a01ecc3342..fa23f1ddf0 100644
--- a/docs/releases/1.11.2.txt
+++ b/docs/releases/1.11.2.txt
@@ -54,3 +54,6 @@ Bugfixes
* Made date-based generic views return a 404 rather than crash when given an
out of range date (:ticket:`28209`).
+
+* Fixed a regression where ``file_move_safe()`` crashed when moving files to a
+ CIFS mount (:ticket:`28170`).