Prevent infinite recursion in exit_cleanup(). Patch from Sviatoslav Sviridov.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index f44216c..0717163 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,9 @@ rsync changes since last release
     * Fixed bug in --copy-unsafe-links that caused it to be completely
       broken.  (Dave Dykstra)
 
+    * Prevent infinite recursion in cleanup code under certain circumstances.
+      (Sviatoslav Sviridov)
+
   INTERNAL:
 
     * Many code cleanups and improved internal documentation.  (Martin