X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=356ac12eff4a766056f23f7973f0eaeab1800513;hb=d2926ea8574330b9c7f4efa4241843cf052652b8;hp=bdaa79fac1eb2dc38dc8db9a9cc8cebe2d403084;hpb=5a5b3bb2ca7e9c3233148b6e63b4b427fb0971cd;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index bdaa79fac..356ac12ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2013-12-30 Carl Hetherington + + * Version 1.54 released. + +2013-12-30 Carl Hetherington + + * Put catches around a few threads which could have uncaught exceptions. + + * Add nascent dcpomatic_create command-line program to create films. + +2013-12-29 Carl Hetherington + + * Version 1.53 released. + +2013-12-29 Carl Hetherington + + * Fix failure to load content from directories with non-Latin names. + +2013-12-28 Carl Hetherington + + * Speculative fix for "find missing" not working on OS X (#255). + + * Fix failure to load films with missing still image content (#300). + +2013-12-27 Carl Hetherington + + * Fix non-update of video information on changing DCP resolution (#299). + + * Version 1.52 released. + +2013-12-27 Carl Hetherington + + * More speculative fixes for 4K. + +2013-12-23 Carl Hetherington + + * Version 1.51 released. + +2013-12-23 Carl Hetherington + + * A couple of potential fixes for 4K. + + * Version 1.50 released. + +2013-12-23 Carl Hetherington + + * Version 1.49 released. + +2013-12-23 Carl Hetherington + + * Version 1.48 released. + +2013-12-23 Carl Hetherington + + * Add TLS/SSL support to KDM email sending. + +2013-12-23 Carl Hetherington + + * Version 1.47 released. + +2013-12-23 Carl Hetherington + + * Add $START_TIME and $END_TIME as variables for the KDM email. + + * Add top/bottom option for 3D frames. + +2013-12-20 Carl Hetherington + + * Add configuration option for default audio delay (#276). + + * Version 1.46 released. + +2013-12-19 Carl Hetherington + + * Version 1.45 released. + 2013-12-19 Carl Hetherington * Bump libdcp version again for a crash fix for 32-bit Windows,