Use SafeStringStream instead of std::stringstream to try to fix random crashes on...
[dcpomatic.git] / ChangeLog
index 04778b35f72b1a98fb7118b4c5538be69e591920..1f93e2f984435807c8facfd3d8f75d30fa3c4717 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-08-19  Carl Hetherington  <cth@carlh.net>
+
+       * Attempt to fix random crashes on OS X (especially during encodes)
+       thought to be caused by multiple threads using (different) stringstreams
+       at the same time; see src/lib/safe_stringstream.h
+
 2014-08-09  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.72.10 released.