Fix crash caused by previous change; doubles are expressed using scientific notation...
[dcpomatic.git] / ChangeLog
index e3398702e38f85cfe8561207feddce04be294a0c..1fc51803a7d4189d5a6ab9e295c8937c7b38f764 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
+2014-05-12  Carl Hetherington  <cth@carlh.net>
+
+       * Use libdcp::raw_convert instead of boost::lexical_cast and
+       LocaleGuard, hopefully to fix large numbers being written with
+       thousands separators on some locales.
+
+2014-05-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.2 released.
+
 2014-05-10  Carl Hetherington  <cth@carlh.net>
 
        * Fix setup of the libswresample context to work with high channel counts.
 
+2014-05-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.69.1 released.
+
 2014-05-09  Carl Hetherington  <cth@carlh.net>
 
        * Fix crash on using content with more than 12 audio channels.