X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e100fd23e466e0c395a50fe5168e4ada053915d3;hb=8c7a308c03e4b4196b4e2379a26d432b100ae2b1;hp=a15a44fe2b47595196af0f9a5b1db90a7bc7c49a;hpb=40b654453c2ce0b266f43c36f1b9a5d1705f983c;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index a15a44fe2..e100fd23e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-08-06 Carl Hetherington + + * Version 2.0.1 released. + 2014-07-15 Carl Hetherington * A variety of changes were made on the 2.0 branch @@ -12,6 +16,64 @@ * Add subtitle view. +2014-08-23 Carl Hetherington + + * Version 1.72.12 released. + +2014-08-23 Carl Hetherington + + * Revert previous use of AVFormatContext::start_time when + computing the length of video. I think this is wrong, and + causes bits to be missed off the end of videos (and other + problems). + +2014-08-20 Carl Hetherington + + * Version 1.72.11 released. + +2014-08-19 Carl Hetherington + + * 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. +>>>>>>> origin/master + +2014-08-09 Carl Hetherington + + * Version 1.72.10 released. + +2014-08-09 Carl Hetherington + + * Version 1.72.8 released. + +2014-08-08 Carl Hetherington + + * Approximate support for changing timing details of multiple + bits of content at the same time. + + * Allow removal of multiple bits of content at the same time. + + * Version 1.72.7 released. + +2014-08-04 Carl Hetherington + + * Add BCC option for KDM emails. + +2014-07-29 Carl Hetherington + + * Version 1.72.5 released. + +2014-07-17 Carl Hetherington + + * Fix corrupted text in job descriptions in some cases. + + * Speculative fix for failure to keep Windows + machines awake during encodes. + +2014-07-16 Carl Hetherington + + * Version 1.72.4 released. + 2014-07-16 Carl Hetherington * Add default scaling setting to preferences (#384).