ChangeLog update.
[dcpomatic.git] / ChangeLog
1 2014-09-09  Carl Hetherington  <cth@carlh.net>
2
3         * Fix missing OS X dependencies.
4
5         * Use a different directory for DCP-o-matic 2
6         configuration (not the same as 1.x).
7
8 2014-09-08  Carl Hetherington  <cth@carlh.net>
9
10         * Version 2.0.5 released.
11
12 2014-09-07  Carl Hetherington  <cth@carlh.net>
13
14         * Version 1.73.3 released.
15
16 2014-09-07  Carl Hetherington  <cth@carlh.net>
17
18         * Put no stretch / no scale in the set of choices for default
19         scale to.
20
21         * Fix a few bad fuzzy translations from the preferences dialog.
22
23 2014-09-03  Carl Hetherington  <cth@carlh.net>
24
25         * Version 1.73.2 released.
26
27 2014-09-03  Carl Hetherington  <cth@carlh.net>
28
29         * Fix server certificate downloads on OS X (#376).
30
31 2014-09-02  Carl Hetherington  <cth@carlh.net>
32
33         * Improve behaviour of batch converter window when it is shrunk (#338).
34
35 2014-09-01  Carl Hetherington  <cth@carlh.net>
36
37         * Version 1.73.1 released.
38
39 2014-08-31  Carl Hetherington  <cth@carlh.net>
40
41         * Remove configurable CPL <Creator> and use "DCP-o-matic (version) (git)"
42         instead.
43
44         * Fix lack of i18n of strings from src/lib/po on OS X.
45
46         * Give a hint when content and container aspect ratios are not
47         the same (#392).
48
49         * Add "copy" button to colour conversion presets editor (#399).
50
51         * Allow drag-and-drop of files onto the content list (#395).
52
53 2014-08-29  Carl Hetherington  <cth@carlh.net>
54
55         * Version 2.0.4 released.
56
57 2014-08-24  Carl Hetherington  <cth@carlh.net>
58
59         * Version 2.0.3 released.
60
61 2014-08-24  Carl Hetherington  <cth@carlh.net>
62
63         * Version 2.0.2 released.
64
65 2014-08-06  Carl Hetherington  <cth@carlh.net>
66
67         * Version 2.0.1 released.
68
69 2014-07-15  Carl Hetherington  <cth@carlh.net>
70
71         * A variety of changes were made on the 2.0 branch
72         but not documented in the ChangeLog.  Most sigificantly:
73
74         - DCP import
75         - Creation of DCPs with proper XML subtitles
76         - Import of .srt and .xml subtitles
77         - Audio processing framework (with some basic processors).
78
79 2014-03-07  Carl Hetherington  <cth@carlh.net>
80
81         * Add subtitle view.
82         * Some improvements to the manual.
83
84 2014-08-26  Carl Hetherington  <cth@carlh.net>
85
86         * Version 1.73.0 released.
87
88 2014-08-25  Carl Hetherington  <cth@carlh.net>
89
90         * Basic recent files list in the File menu.
91
92 2014-08-23  Carl Hetherington  <cth@carlh.net>
93
94         * Version 1.72.12 released.
95
96 2014-08-23  Carl Hetherington  <cth@carlh.net>
97
98         * Revert previous use of AVFormatContext::start_time when
99         computing the length of video.  I think this is wrong, and
100         causes bits to be missed off the end of videos (and other
101         problems).
102
103 2014-08-20  Carl Hetherington  <cth@carlh.net>
104
105         * Version 1.72.11 released.
106
107 2014-08-19  Carl Hetherington  <cth@carlh.net>
108
109         * Attempt to fix random crashes on OS X (especially during encodes)
110         thought to be caused by multiple threads using (different) stringstreams
111         at the same time; see src/lib/safe_stringstream.
112 >>>>>>> origin/master
113
114 2014-08-09  Carl Hetherington  <cth@carlh.net>
115
116         * Version 1.72.10 released.
117
118 2014-08-09  Carl Hetherington  <cth@carlh.net>
119
120         * Version 1.72.8 released.
121
122 2014-08-08  Carl Hetherington  <cth@carlh.net>
123
124         * Approximate support for changing timing details of multiple
125         bits of content at the same time.
126
127         * Allow removal of multiple bits of content at the same time.
128
129         * Version 1.72.7 released.
130
131 2014-08-04  Carl Hetherington  <cth@carlh.net>
132
133         * Add BCC option for KDM emails.
134
135 2014-07-29  Carl Hetherington  <cth@carlh.net>
136
137         * Version 1.72.5 released.
138
139 2014-07-17  Carl Hetherington  <cth@carlh.net>
140
141         * Fix corrupted text in job descriptions in some cases.
142
143         * Speculative fix for failure to keep Windows
144         machines awake during encodes.
145
146 2014-07-16  Carl Hetherington  <cth@carlh.net>
147
148         * Version 1.72.4 released.
149
150 2014-07-16  Carl Hetherington  <cth@carlh.net>
151
152         * Add default scaling setting to preferences (#384).
153
154         * Version 1.72.3 released.
155
156 2014-07-16  Carl Hetherington  <cth@carlh.net>
157
158         * Improve approximate time reports a bit.
159
160         * Make KDM email subject configurable.
161
162         * Updates to de_DE from Carsten Kurz.
163
164         * Limit allowed KDM types based on Interop/SMPTE setting
165         of DCP (#385).
166
167         * Updates to fr_FR from GrĂ©goire Ausina.
168
169 2014-07-14  Carl Hetherington  <cth@carlh.net>
170
171         * Bump libdcp to get a new version which writes
172         <Hash> values to CPLs.
173
174 2014-07-10  Carl Hetherington  <cth@carlh.net>
175
176         * Version 1.72.2 released.
177 >>>>>>> origin/master
178
179 2014-07-10  Carl Hetherington  <cth@carlh.net>
180
181         * Try to fix corruption of KDM email setting in
182         some cases.
183
184         * Version 1.72.1 released.
185
186 2014-07-08  Carl Hetherington  <cth@carlh.net>
187
188         * Fix various problems with seek and content
189         being trimmed when its video frame rate is
190         overridden.
191
192 2014-07-02  Carl Hetherington  <cth@carlh.net>
193
194         * Updated de_DE translation from Carsten Kurz.
195
196 2014-06-30  Carl Hetherington  <cth@carlh.net>
197
198         * Version 1.72.0 released.
199
200 2014-06-28  Carl Hetherington  <cth@carlh.net>
201
202         * Version 1.71.2 released.
203
204 2014-06-28  Carl Hetherington  <cth@carlh.net>
205
206         * Version 1.71.1 released.
207
208 2014-06-28  Carl Hetherington  <cth@carlh.net>
209
210         * Fix crash on analysing audio (and possibly DCP creation) with
211         resampled content.
212
213 2014-06-27  Carl Hetherington  <cth@carlh.net>
214
215         * Version 1.71.0 released.
216
217 2014-06-27  Carl Hetherington  <cth@carlh.net>
218
219         * Fix up/down buttons in content list.
220
221 2014-06-26  Carl Hetherington  <cth@carlh.net>
222
223         * Version 1.70.1 released.
224
225 2014-06-26  Carl Hetherington  <cth@carlh.net>
226
227         * Support different KDM formulations.
228
229         * Allow override of detected video frame rates.
230
231         * Optimisation of uncertain effect to encoder and server
232         thread handling.
233
234         * Version 1.70.0 released.
235
236 2014-06-25  Carl Hetherington  <cth@carlh.net>
237
238         * Version 1.69.37 released.
239
240 2014-06-25  Carl Hetherington  <cth@carlh.net>
241
242         * Version 1.69.36 released.
243
244 2014-06-25  Carl Hetherington  <cth@carlh.net>
245
246         * Support pixel format 46 in make_black().
247
248 2014-06-24  Carl Hetherington  <cth@carlh.net>
249
250         * Re-assign timeline tracks when things are
251         moved about.
252
253 2014-06-23  Carl Hetherington  <cth@carlh.net>
254
255         * Try harder to cope with DCP names specified
256         already in CamelCase.
257
258         * Add option to CC a KDM email, and add
259         $SCREENS and $CINEMA_NAME as variables
260         in the email.
261
262 2014-06-22  Carl Hetherington  <cth@carlh.net>
263
264         * Reset-to-default button for KDM email text.
265
266         * Version 1.69.35 released.
267
268 2014-06-22  Carl Hetherington  <cth@carlh.net>
269
270         * Fix large memory leak with image sources.
271
272 2014-06-21  Carl Hetherington  <cth@carlh.net>
273
274         * Move email config into the KDM email page.
275
276         * Version 1.69.34 released.
277
278 2014-06-21  Carl Hetherington  <cth@carlh.net>
279
280         * Version 1.69.33 released.
281
282 2014-06-21  Carl Hetherington  <cth@carlh.net>
283
284         * Version 1.69.32 released.
285
286 2014-06-21  Carl Hetherington  <cth@carlh.net>
287
288         * Version 1.69.31 released.
289
290 2014-06-20  Carl Hetherington  <cth@carlh.net>
291
292         * Version 1.69.30 released.
293
294 2014-06-20  Carl Hetherington  <cth@carlh.net>
295
296         * Updates to de_DE translation from Carsten Kurz.
297
298 2014-06-18  Carl Hetherington  <cth@carlh.net>
299
300         * Version 1.69.29 released.
301
302 2014-06-18  Carl Hetherington  <cth@carlh.net>
303
304         * Fix thinko causing incorrect audio sample rates in some cases.
305
306 2014-06-15  Carl Hetherington  <cth@carlh.net>
307
308         * Version 1.69.28 released.
309
310 2014-06-12  Carl Hetherington  <cth@carlh.net>
311
312         * Version 1.69.27 released.
313
314 2014-06-12  Carl Hetherington  <cth@carlh.net>
315
316         * Add Content menu with "scale to fit width" and "scale
317         to fit height" options.
318
319         * Version 1.69.26 released.
320
321 2014-06-12  Carl Hetherington  <cth@carlh.net>
322
323         * Fix bug where DCP-o-matic does not recreate video after
324         subtitles are turned on or off.
325
326 2014-06-10  Carl Hetherington  <cth@carlh.net>
327
328         * Support ISDCF naming convention version 9 (#257).
329
330         * Rename DCI to ISDCF when talking about the digital cinema
331         naming convention (#362).
332
333         * Fix crash when opening the timeline with no content (#369).
334
335 2014-06-09  Carl Hetherington  <cth@carlh.net>
336
337         * Fix server/client with non-RGB24 sources.
338
339         * Version 1.69.25 released.
340
341 2014-06-09  Carl Hetherington  <cth@carlh.net>
342
343         * Make audio gain a floating-point value in the UI (#367).
344
345         * Work-around out-of-memory crashes with large start trims (#252).
346
347         * Version 1.69.24 released.
348
349 2014-06-06  Carl Hetherington  <cth@carlh.net>
350
351         * Version 1.69.23 released.
352
353 2014-06-05  Carl Hetherington  <cth@carlh.net>
354
355         * Version 1.69.22 released.
356
357 2014-06-05  Carl Hetherington  <cth@carlh.net>
358
359         * Large speed-up to multi-image source file decoding.
360
361         * Back-port changes from v2 which work out how separate
362         audio files should be resampled by looking at the video
363         files which are present at the same time.
364
365 2014-06-03  Carl Hetherington  <cth@carlh.net>
366
367         * Version 1.69.21 released.
368
369 2014-06-03  Carl Hetherington  <cth@carlh.net>
370
371         * Fix bad resampling of separate sound file sources that
372         have specified video frame rates.
373
374         * Version 1.69.20 released.
375
376 2014-06-03  Carl Hetherington  <cth@carlh.net>
377
378         * Re-calculate and update audio plots when the mapping is changed.
379
380         * Change the -3dB preset to -6dB since we are talking about
381         amplitude, not power.
382
383         * Version 1.69.19 released.
384
385 2014-06-02  Carl Hetherington  <cth@carlh.net>
386
387         * Empirical hack to prevent over-read of array
388         by libswscale; may fix crashes at the start of
389         DCP encodes.
390
391 2014-05-29  Carl Hetherington  <cth@carlh.net>
392
393         * Version 1.69.18 released.
394
395 2014-05-28  Carl Hetherington  <cth@carlh.net>
396
397         * Version 1.69.17 released.
398
399 2014-05-28  Carl Hetherington  <cth@carlh.net>
400
401         * Version 1.69.16 released.
402
403 2014-05-28  Carl Hetherington  <cth@carlh.net>
404
405         * Rework KDM generation to be about CPLs rather than DCPs,
406         and allow specification of any CPL to generate KDMs for.
407
408         Requested-by: Richard Turner
409
410 2014-05-27  Carl Hetherington  <cth@carlh.net>
411
412         * Version 1.69.15 released.
413
414 2014-05-26  Carl Hetherington  <cth@carlh.net>
415
416         * Version 1.69.14 released.
417
418 2014-05-26  Carl Hetherington  <cth@carlh.net>
419
420         * Fix problems with non-zero FFmpeg content start times.
421
422 2014-05-24  Carl Hetherington  <cth@carlh.net>
423
424         * Version 1.69.13 released.
425
426 2014-05-24  Carl Hetherington  <cth@carlh.net>
427
428         * Fix problems with log setup from config.
429
430 2014-05-23  Carl Hetherington  <cth@carlh.net>
431
432         * Version 1.69.12 released.
433
434 2014-05-22  Carl Hetherington  <cth@carlh.net>
435
436         * Version 1.69.11 released.
437
438 2014-05-21  Carl Hetherington  <cth@carlh.net>
439
440         * Version 1.69.10 released.
441
442 2014-05-21  Carl Hetherington  <cth@carlh.net>
443
444         * Tidy up logging a bit and make it configurable from the GUI
445         (moving a few things into an Advanced preferences tab at
446         the same time).
447
448 2014-05-19  Carl Hetherington  <cth@carlh.net>
449
450         * Version 1.69.9 released.
451
452 2014-05-19  Carl Hetherington  <cth@carlh.net>
453
454         * Decode image sources in the multi-threaded part
455         of the transcoder, rather than the single-threaded.
456
457 2014-05-16  Carl Hetherington  <cth@carlh.net>
458
459         * Version 1.69.8 released.
460
461 2014-05-16  Carl Hetherington  <cth@carlh.net>
462
463         * Fix various confusions in translations of abbreviated
464         channel names (Lc, Rc etc.)
465
466 2014-05-14  Carl Hetherington  <cth@carlh.net>
467
468         * Version 1.69.7 released.
469
470 2014-05-14  Carl Hetherington  <cth@carlh.net>
471
472         * Bump libdcp to remove checks on PCM MXF edit rates,
473         so we can generate strange ones in DCP-o-matic.
474
475 2014-05-13  Carl Hetherington  <cth@carlh.net>
476
477         * Version 1.69.6 released.
478
479 2014-05-13  Carl Hetherington  <cth@carlh.net>
480
481         * Remove artificial 100fps limit when using
482         "any" DCP frame rate.
483
484 2014-05-12  Carl Hetherington  <cth@carlh.net>
485
486         * Version 1.69.5 released.
487
488 2014-05-12  Carl Hetherington  <cth@carlh.net>
489
490         * Add option to use any DCP frame rate, rather than just
491         the "allowed" set.
492
493         * Version 1.69.4 released.
494
495 2014-05-12  Carl Hetherington  <cth@carlh.net>
496
497         * Version 1.69.3 released.
498
499 2014-05-12  Carl Hetherington  <cth@carlh.net>
500
501         * Use libdcp::raw_convert instead of boost::lexical_cast and
502         LocaleGuard, hopefully to fix large numbers being written with
503         thousands separators on some locales.
504
505 2014-05-10  Carl Hetherington  <cth@carlh.net>
506
507         * Version 1.69.2 released.
508
509 2014-05-10  Carl Hetherington  <cth@carlh.net>
510
511         * Fix setup of the libswresample context to work with high channel counts.
512
513 2014-05-09  Carl Hetherington  <cth@carlh.net>
514
515         * Version 1.69.1 released.
516
517 2014-05-09  Carl Hetherington  <cth@carlh.net>
518
519         * Fix crash on using content with more than 12 audio channels.
520
521         * Re-introduce ffprobe call when adding content.
522
523 2014-05-05  Carl Hetherington  <cth@carlh.net>
524
525         * Version 1.69.0 released.
526
527 2014-05-02  Carl Hetherington  <cth@carlh.net>
528
529         * Version 1.68.0 released.
530
531 2014-04-29  Carl Hetherington  <cth@carlh.net>
532
533         * Version 1.67.1 released.
534
535 2014-04-29  Carl Hetherington  <cth@carlh.net>
536
537         * Version 1.67.0 released.
538
539 2014-04-27  Carl Hetherington  <cth@carlh.net>
540
541         * Version 1.66.16 released.
542
543 2014-04-27  Carl Hetherington  <cth@carlh.net>
544
545         * Add .dpx to the list of acceptable image files.
546
547         * Slightly better handling of uncaught exceptions.
548
549         * Use our own directory picker on 14.04 (as well as 13.04 and 13.10) as
550         it appears that the same bug remains.
551
552 2014-04-25  Carl Hetherington  <cth@carlh.net>
553
554         * Version 1.66.15 released.
555
556 2014-04-25  Carl Hetherington  <cth@carlh.net>
557
558         * Fix subtitle display when the next subtitle is decoded before the previous
559         one has finished.
560
561 2014-04-24  Carl Hetherington  <cth@carlh.net>
562
563         * Version 1.66.14 released.
564
565 2014-04-23  Carl Hetherington  <cth@carlh.net>
566
567         * Version 1.66.13 released.
568
569 2014-04-21  Carl Hetherington  <cth@carlh.net>
570
571         * Update to es_ES translation from Manuel AC.
572
573         * Update to fr_FR translation from Thierry Journet.
574
575 2014-04-17  Carl Hetherington  <cth@carlh.net>
576
577         * Fix update of the gain control when using the gain calculator
578         dialog.
579
580         * Version 1.66.12 released.
581
582 2014-04-07  Carl Hetherington  <cth@carlh.net>
583
584         * Version 1.66.11 released.
585
586 2014-04-07  Carl Hetherington  <cth@carlh.net>
587
588         * Updated fr_FR translation from Thierry Journet. 
589
590 2014-04-02  Carl Hetherington  <cth@carlh.net>
591
592         * Version 1.66.10 released.
593
594 2014-04-01  Carl Hetherington  <cth@carlh.net>
595
596         * Basic support for separate left/right-eye files or directories
597         for 3D.
598
599 2014-03-30  Carl Hetherington  <cth@carlh.net>
600
601         * Version 1.66.9 released.
602
603 2014-03-30  Carl Hetherington  <cth@carlh.net>
604
605         * Version 1.66.8 released.
606
607         * nl_NL translation from Theo Kooijmans.
608
609 2014-03-27  Carl Hetherington  <cth@carlh.net>
610
611         * Auto-save film metadata before starting DCP encode.
612
613 2014-03-25  Carl Hetherington  <cth@carlh.net>
614
615         * Add support for downloading Doremi server certificates.
616
617 2014-03-24  Carl Hetherington  <cth@carlh.net>
618
619         * Version 1.66.7 released.
620
621 2014-03-24  Carl Hetherington  <cth@carlh.net>
622
623         * Fix error on creating DCPs without audio.
624
625 2014-03-23  Carl Hetherington  <cth@carlh.net>
626
627         * Version 1.66.6 released.
628
629 2014-03-23  Carl Hetherington  <cth@carlh.net>
630
631         * Attempt to fix format string specifier error on Windows.
632
633         * Version 1.66.5 released.
634
635 2014-03-22  Carl Hetherington  <cth@carlh.net>
636
637         * Version 1.66.4 released.
638
639 2014-03-22  Carl Hetherington  <cth@carlh.net>
640
641         * Allow specification of the video frame rate that a sound file
642         was prepared for.
643
644         * Another attempt to fix colour conversion dialog strange behaviour
645         on OS X.
646
647 2014-03-18  Carl Hetherington  <cth@carlh.net>
648
649         * Version 1.66.3 released.
650
651 2014-03-18  Carl Hetherington  <cth@carlh.net>
652
653         * Fix bad rounding of timecodes.
654
655         * Tentative support for 3D from alternate frames of the source.
656
657 2014-03-17  Carl Hetherington  <cth@carlh.net>
658
659         * Improve behaviour of the position slider at the end of films.
660
661         * Version 1.66.2 released.
662
663 2014-03-17  Carl Hetherington  <cth@carlh.net>
664
665         * Improve appearance of config dialog on OS X.
666
667 2014-03-15  Carl Hetherington  <cth@carlh.net>
668
669         * Improve appearance of new film and KDM dialogs on OS X.
670
671         * Fix KDM dialog to predictably set up its initial range to
672         a week from now.
673
674         * Remove support for FFmpeg post-processing filters as they apparently
675         do not support > 8bpp.  I don't think they are worth the pain of
676         quantizing and then telling the user what has happened.
677
678 2014-03-12  Carl Hetherington  <cth@carlh.net>
679
680         * Version 1.66.1 released.
681
682 2014-03-12  Carl Hetherington  <cth@carlh.net>
683
684         * Hopefully fix i18n on OS X (#324).
685
686 2014-03-10  Carl Hetherington  <cth@carlh.net>
687
688         * Version 1.66.0 released.
689
690 2014-03-09  Carl Hetherington  <cth@carlh.net>
691
692         * Version 1.65.2 released.
693
694 2014-03-09  Carl Hetherington  <cth@carlh.net>
695
696         * Restore old behaviour of "no-stretch" mode with crop.
697
698         * Fix display of no-scale display mode in the player.
699
700 2014-03-08  Carl Hetherington  <cth@carlh.net>
701
702         * Version 1.65.1 released.
703
704 2014-03-08  Carl Hetherington  <cth@carlh.net>
705
706         * Fix incorrect audio analyses on multiple-stream content.
707
708         * Support for unsigned 8-bit audio (hmm!).
709
710 2014-03-06  Carl Hetherington  <cth@carlh.net>
711
712         * Version 1.65.0 released.
713
714 2014-03-05  Carl Hetherington  <cth@carlh.net>
715
716         * Version 1.64.19 released.
717
718 2014-03-05  Carl Hetherington  <cth@carlh.net>
719
720         * Bump maximum audio channels to 12 so that we can
721         (crudely at least) get BsL/BsR.
722
723 2014-03-04  Carl Hetherington  <cth@carlh.net>
724
725         * Version 1.64.18 released.
726
727 2014-03-04  Carl Hetherington  <cth@carlh.net>
728
729         * Add option to disable all scaling of the input video.
730
731 2014-03-03  Carl Hetherington  <cth@carlh.net>
732
733         * Fix rounding of timecodes in at least some cases (#323).
734
735         * Try to prevent OS X from sleeping during DCP encode.
736
737 2014-02-26  Carl Hetherington  <cth@carlh.net>
738
739         * Version 1.64.17 released.
740
741 2014-02-26  Carl Hetherington  <cth@carlh.net>
742
743         * Fix missing RMS audio analysis plots in some cases.
744
745         * Fix failure to load sound files with
746         non-ASCII paths.
747
748 2014-02-23  Carl Hetherington  <cth@carlh.net>
749
750         * Version 1.64.16 released.
751
752 2014-02-23  Carl Hetherington  <cth@carlh.net>
753
754         * Bump ffmpeg library to git head to fix problems with
755         misrecognised frame rates in some MOV files.
756
757 2014-02-20  Carl Hetherington  <cth@carlh.net>
758
759         * Version 1.64.15 released.
760
761 2014-02-20  Carl Hetherington  <cth@carlh.net>
762
763         * Basic support for 7.1 / HI/VI audio tracks.
764
765 2014-02-19  Carl Hetherington  <cth@carlh.net>
766
767         * Add some basic JSON stuff.
768
769 2014-02-18  Carl Hetherington  <cth@carlh.net>
770
771         * Version 1.64.14 released.
772
773 2014-02-18  Carl Hetherington  <cth@carlh.net>
774
775         * Version 1.64.13 released.
776
777 2014-02-12  Carl Hetherington  <cth@carlh.net>
778
779         * Make the batch converter remember its last directory
780         for the film picker (#318).
781
782         * Add dcpomatic_batch to OS X .app.
783
784 2014-02-11  Carl Hetherington  <cth@carlh.net>
785
786         * Version 1.64.12 released.
787
788 2014-02-11  Carl Hetherington  <cth@carlh.net>
789
790         * Be more careful when catching exceptions from KDM creation.
791
792 2014-02-10  Carl Hetherington  <cth@carlh.net>
793
794         * Version 1.64.11 released.
795
796 2014-02-10  Carl Hetherington  <cth@carlh.net>
797
798         * Version 1.64.10 released.
799
800 2014-02-10  Carl Hetherington  <cth@carlh.net>
801
802         * Try to fix Centos RPM dependencies.
803
804         * Version 1.64.9 released.
805
806 2014-02-10  Carl Hetherington  <cth@carlh.net>
807
808         * Version 1.64.8 released.
809
810 2014-02-09  Carl Hetherington  <cth@carlh.net>
811
812         * Build with a more careful version of libopenjpeg that handles
813         out-of-memory conditions slightly better.
814
815         * Possibly fix repeated no route to host errors in some cases.
816
817         * Some small bits of increased low-memory stability.
818
819         * Version 1.64.7 released.
820
821 2014-02-08  Carl Hetherington  <cth@carlh.net>
822
823         * Fix exception when seeking with missing content (part of #317).
824
825         * Version 1.64.6 released.
826
827 2014-02-08  Carl Hetherington  <cth@carlh.net>
828
829         * Version 1.64.5 released.
830
831 2014-02-08  Carl Hetherington  <cth@carlh.net>
832
833         * Version 1.64.4 released.
834
835 2014-02-08  Carl Hetherington  <cth@carlh.net>
836
837         * Version 1.64.3 released.
838
839 2014-02-08  Carl Hetherington  <cth@carlh.net>
840
841         * Bump libdcp version to get some fixes for Interop XML.
842
843 2014-02-07  Carl Hetherington  <cth@carlh.net>
844
845         * Add basic stuff to build RPMs for Centos.
846
847 2014-02-05  Carl Hetherington  <cth@carlh.net>
848
849         * Version 1.64.2 released.
850
851 2014-02-05  Carl Hetherington  <cth@carlh.net>
852
853         * A variety of fixes to small problems found by Coverity.
854
855 2014-02-05  Carl Hetherington  <cth@carlh.net>
856
857         * Version 1.64.1 released.
858
859 2014-02-05  Carl Hetherington  <cth@carlh.net>
860
861         * Updates to it_IT translation from William Fanelli.
862
863 2014-02-02  Carl Hetherington  <cth@carlh.net>
864
865         * Version 1.64.0 released.
866
867 2014-01-29  Carl Hetherington  <cth@carlh.net>
868
869         * Version 1.63.8 released.
870
871 2014-01-29  Carl Hetherington  <cth@carlh.net>
872
873         * Add subtitle X offset option.
874
875         * Fix missing subtitles when subtitled content is at a non-zero position.
876
877 2014-01-28  Carl Hetherington  <cth@carlh.net>
878
879         * Use Mbit/s instead of the incorrect MBps.
880
881         * Version 1.63.7 released.
882
883 2014-01-28  Carl Hetherington  <cth@carlh.net>
884
885         * Try to prevent Windows machines going to sleep during encodes.
886
887         * Add option to not install main program / server on Windows.
888
889 2014-01-26  Carl Hetherington  <cth@carlh.net>
890
891         * Change default JPEG2000 bandwith to 100MBps.
892
893         * Updated fr_FR translation from Theirry Journet.
894
895 2014-01-24  Carl Hetherington  <cth@carlh.net>
896
897         * Try to fix repeatedly-reported exceptions.
898
899 2014-01-23  Carl Hetherington  <cth@carlh.net>
900
901         * Version 1.63.6 released.
902
903 2014-01-23  Carl Hetherington  <cth@carlh.net>
904
905         * Fix recovery of DCP encoding after a crash with a 3D DCP.
906
907 2014-01-21  Carl Hetherington  <cth@carlh.net>
908
909         * Version 1.63.5 released.
910
911 2014-01-21  Carl Hetherington  <cth@carlh.net>
912
913         * Potentially major fix for bad A/V sync.
914
915 2014-01-19  Carl Hetherington  <cth@carlh.net>
916
917         * Version 1.63.4 released.
918
919 2014-01-19  Carl Hetherington  <cth@carlh.net>
920
921         * Updated sv_SE translation from Adam Klotblixt.
922
923 2014-01-15  Carl Hetherington  <cth@carlh.net>
924
925         * Version 1.63.3 released.
926
927 2014-01-15  Carl Hetherington  <cth@carlh.net>
928
929         * Hopefully fix badly-labelled MXFs when in Interop mode.
930
931 2014-01-14  Carl Hetherington  <cth@carlh.net>
932
933         * Version 1.63.2 released.
934
935 2014-01-14  Carl Hetherington  <cth@carlh.net>
936
937         * Fix problems with adding new soundtracks to FFmpeg content with
938         no audio track.
939
940         * Updated de_DE translation from Markus Raab.
941
942         * Version 1.63.1 released.
943
944 2014-01-14  Carl Hetherington  <cth@carlh.net>
945
946         * Try to fix subtitle problems when the video frame rate is being changed
947         from content to DCP.
948
949 2014-01-13  Carl Hetherington  <cth@carlh.net>
950
951         * Change 4:3 and 5:3 ratios to be precise rather than 1.33:1 and 1.66:1, and
952         also tweak 1.19:1 (#306).
953
954         * Version 1.63.0 released.
955
956 2014-01-12  Carl Hetherington  <cth@carlh.net>
957
958         * Fix crashes when using -3dB options in locales with a , decimal separator.
959
960         * Version 1.62.3 released.
961
962 2014-01-11  Carl Hetherington  <cth@carlh.net>
963
964         * Hopefully fix error on restarting a cancelled transcode job
965         on Windows.
966
967 2014-01-10  Carl Hetherington  <cth@carlh.net>
968
969         * Version 1.62.2 released.
970
971 2014-01-10  Carl Hetherington  <cth@carlh.net>
972
973         * Version 1.62.1 released.
974
975 2014-01-10  Carl Hetherington  <cth@carlh.net>
976
977         * Version 1.62.0 released.
978
979 2014-01-10  Carl Hetherington  <cth@carlh.net>
980
981         * Try to stop the queue of things to write filling up excessively
982         on fast CPUs.
983
984         * Try to fix double "are you sure" prompt on quitting with active jobs.
985
986         * Version 1.61.2 released.
987
988 2014-01-09  Carl Hetherington  <cth@carlh.net>
989
990         * Version 1.61.1 released.
991
992 2014-01-09  Carl Hetherington  <cth@carlh.net>
993
994         * Version 1.61.0 released.
995
996 2014-01-09  Carl Hetherington  <cth@carlh.net>
997
998         * Hopefully fix somewhat inexplicable inability of Windows to open
999         new files on top of old ones in some circumstances (with audio
1000         MXFs).
1001
1002         * Version 1.60 released.
1003
1004 2014-01-09  Carl Hetherington  <cth@carlh.net>
1005
1006         * More fixes for slow-downs on fast computers.
1007
1008 2014-01-08  Carl Hetherington  <cth@carlh.net>
1009
1010         * Version 1.59 released.
1011
1012 2014-01-07  Carl Hetherington  <cth@carlh.net>
1013
1014         * Version 1.58 released.
1015
1016 2014-01-07  Carl Hetherington  <cth@carlh.net>
1017
1018         * Fix Windows build of FFmpeg to link against zlib, which fixes parsing
1019         of some .mov files.
1020
1021         * Very primitive check-for-updates feature added.
1022
1023         * Allow still-moving-image sources to have their frame rate specified.
1024
1025 2014-01-06  Carl Hetherington  <cth@carlh.net>
1026
1027         * Basics of per-channel audio gain (#247).
1028
1029         * Give a warning on make DCP if it seems unlikely that the disk
1030         will have enough space to store the finished DCP (#92).
1031
1032         * Make sure forced languages override the environment for gettext()
1033         as well as wxWidgets' i18n code (#108).
1034
1035         * Bump libdcp version to get a fix for VOLINDEX/ASSETMAP file extensions
1036         with interop (#206).
1037
1038         * Fix subtitle colouring (#152).
1039
1040         * Fix mis-timed subtitles when there is a non-zero video PTS offset.
1041
1042         * Remove seemingly unnecessary checks on image directories.
1043
1044         * Leave DCP directory creation until the last minute to help
1045         avoid half-eaten directories being left around (#174).
1046
1047 2014-01-05  Carl Hetherington  <cth@carlh.net>
1048
1049         * Version 1.57 released.
1050
1051 2014-01-05  Carl Hetherington  <cth@carlh.net>
1052
1053         * Use _fseeki64 on Windows when reading content files.
1054
1055         * Various small fixes to i18n.
1056
1057 2014-01-03  Carl Hetherington  <cth@carlh.net>
1058
1059         * Version 1.56 released.
1060
1061 2014-01-03  Carl Hetherington  <cth@carlh.net>
1062
1063         * Version 1.55 released.
1064
1065 2014-01-03  Carl Hetherington  <cth@carlh.net>
1066
1067         * New de_DE translation from Markus Raab.
1068
1069         * Work-around mysterious call of pure virtual method inside boost.
1070
1071 2014-01-01  Carl Hetherington  <cth@carlh.net>
1072
1073         * Bump ffmpeg version.
1074
1075 2013-12-30  Carl Hetherington  <cth@carlh.net>
1076
1077         * Version 1.54 released.
1078
1079 2013-12-30  Carl Hetherington  <cth@carlh.net>
1080
1081         * Put catches around a few threads which could have uncaught exceptions.
1082
1083         * Add nascent dcpomatic_create command-line program to create films.
1084
1085 2013-12-29  Carl Hetherington  <cth@carlh.net>
1086
1087         * Version 1.53 released.
1088
1089 2013-12-29  Carl Hetherington  <cth@carlh.net>
1090
1091         * Fix failure to load content from directories with non-Latin names.
1092
1093 2013-12-28  Carl Hetherington  <cth@carlh.net>
1094
1095         * Speculative fix for "find missing" not working on OS X (#255).
1096
1097         * Fix failure to load films with missing still image content (#300).
1098
1099 2013-12-27  Carl Hetherington  <cth@carlh.net>
1100
1101         * Fix non-update of video information on changing DCP resolution (#299).
1102
1103         * Version 1.52 released.
1104
1105 2013-12-27  Carl Hetherington  <cth@carlh.net>
1106
1107         * More speculative fixes for 4K.
1108
1109 2013-12-23  Carl Hetherington  <cth@carlh.net>
1110
1111         * Version 1.51 released.
1112
1113 2013-12-23  Carl Hetherington  <cth@carlh.net>
1114
1115         * A couple of potential fixes for 4K.
1116
1117         * Version 1.50 released.
1118
1119 2013-12-23  Carl Hetherington  <cth@carlh.net>
1120
1121         * Version 1.49 released.
1122
1123 2013-12-23  Carl Hetherington  <cth@carlh.net>
1124
1125         * Version 1.48 released.
1126
1127 2013-12-23  Carl Hetherington  <cth@carlh.net>
1128
1129         * Add TLS/SSL support to KDM email sending.
1130
1131 2013-12-23  Carl Hetherington  <cth@carlh.net>
1132
1133         * Version 1.47 released.
1134
1135 2013-12-23  Carl Hetherington  <cth@carlh.net>
1136
1137         * Add $START_TIME and $END_TIME as variables for the KDM email.
1138
1139         * Add top/bottom option for 3D frames.
1140
1141 2013-12-20  Carl Hetherington  <cth@carlh.net>
1142
1143         * Add configuration option for default audio delay (#276).
1144
1145         * Version 1.46 released.
1146
1147 2013-12-19  Carl Hetherington  <cth@carlh.net>
1148
1149         * Version 1.45 released.
1150
1151 2013-12-19  Carl Hetherington  <cth@carlh.net>
1152
1153         * Bump libdcp version again for a crash fix for 32-bit Windows,
1154         and also for problems generating certificate chains.
1155
1156 2013-12-18  Carl Hetherington  <cth@carlh.net>
1157
1158         * Version 1.44 released.
1159
1160 2013-12-18  Carl Hetherington  <cth@carlh.net>
1161
1162         * Bump libdcp version again for a fix to XML validity for 3D.
1163
1164         * Version 1.43 released.
1165
1166 2013-12-18  Carl Hetherington  <cth@carlh.net>
1167
1168         * Update libdcp version to get fix for 3D IntrinsicDuration.
1169
1170         * Fix progress reporting when making 3D DCPs.
1171
1172         * Fix non-update of display when changing video frame type (2D,
1173         3D left/right etc.)
1174
1175         * Restore video information in video tab when using still images.
1176
1177         * Hopefully fix exception on new film in some strange cases.
1178
1179 2013-12-09  Carl Hetherington  <cth@carlh.net>
1180
1181         * Version 1.42 released.
1182
1183 2013-12-09  Carl Hetherington  <cth@carlh.net>
1184
1185         * Fix make_black for pixel format 7 (#288).
1186
1187 2013-12-08  Carl Hetherington  <cth@carlh.net>
1188
1189         * Fix display update when removing content (#281).
1190
1191 2013-12-07  Carl Hetherington  <cth@carlh.net>
1192
1193         * Version 1.41 released.
1194
1195 2013-12-05  Carl Hetherington  <cth@carlh.net>
1196
1197         * Improve the correctness of lengths reported by sound files to fix
1198         short DCPs when using non-DCI-rate sound files with stills.
1199
1200 2013-12-04  Carl Hetherington  <cth@carlh.net>
1201
1202         * Make signatures optional (#273).
1203
1204         * Only do scale/crop/window/subtitle overlay if a frame is going
1205         to be encoded for the DCP.
1206
1207         * Several optimisations to video processing, which should
1208         speed up the player a bit.
1209
1210 2013-12-03  Carl Hetherington  <cth@carlh.net>
1211
1212         * Add "play length" control to avoid having to do arithmetic to
1213         get end-trims right in some cases (#261).
1214
1215 2013-12-02  Carl Hetherington  <cth@carlh.net>
1216
1217         * Fix breakage to adding multiple files at the same time.
1218
1219         * Fix crash on double-click of "show audio" button (#278).
1220
1221         * Version 1.40 released.
1222
1223 2013-12-02  Carl Hetherington  <cth@carlh.net>
1224
1225         * Fix problems with FFmpeg files that have all-zero stream IDs.
1226
1227         * Fix crash on checking non-existing frame info
1228         files.
1229
1230         * Fix erroneous disabling of timing panel with
1231         audio-only sources.
1232
1233 2013-11-30  Carl Hetherington  <cth@carlh.net>
1234
1235         * Version 1.39 released.
1236
1237 2013-11-30  Carl Hetherington  <cth@carlh.net>
1238
1239         * Fix windows build.
1240
1241 2013-11-29  Carl Hetherington  <cth@carlh.net>
1242
1243         * Version 1.38 released.
1244
1245 2013-11-29  Carl Hetherington  <cth@carlh.net>
1246
1247         * Add option to join input files together
1248         to help with multiple VOB files from DVDs.
1249
1250         * Fix build for 32-bit versions of OS X.
1251
1252 2013-11-27  Carl Hetherington  <cth@carlh.net>
1253
1254         * Version 1.37 released.
1255
1256 2013-11-27  Carl Hetherington  <cth@carlh.net>
1257
1258         * Version 1.36 released.
1259
1260 2013-11-27  Carl Hetherington  <cth@carlh.net>
1261
1262         * Version 1.35 released.
1263
1264 2013-11-26  Carl Hetherington  <cth@carlh.net>
1265
1266         * Updated fr_FR translation from Lilian Lefranc.
1267
1268         * A whole load of fixes for lots of bugs when handling filenames
1269         using non-Latin characters on Windows.
1270
1271 2013-11-22  Carl Hetherington  <cth@carlh.net>
1272
1273         * Version 1.34 released.
1274
1275 2013-11-22  Carl Hetherington  <cth@carlh.net>
1276
1277         * Fix both OS X and Windows installers.
1278
1279 2013-11-21  Carl Hetherington  <cth@carlh.net>
1280
1281         * Version 1.33 released.
1282
1283 2013-11-21  Carl Hetherington  <cth@carlh.net>
1284
1285         * Fix Ubuntu 13.04 build.
1286
1287 2013-11-20  Carl Hetherington  <cth@carlh.net>
1288
1289         * Version 1.32 released.
1290
1291 2013-11-20  Carl Hetherington  <cth@carlh.net>
1292
1293         * Version 1.31 released.
1294
1295 2013-11-20  Carl Hetherington  <cth@carlh.net>
1296
1297         * Add primitive hints dialogue box.
1298
1299 2013-11-17  Carl Hetherington  <cth@carlh.net>
1300
1301         * Fix specified-server discovery.
1302
1303         * Version 1.30 released.
1304
1305 2013-11-17  Carl Hetherington  <cth@carlh.net>
1306
1307         * Speculative fix for servers crashing with different
1308         locales to clients.
1309
1310 2013-11-16  Carl Hetherington  <cth@carlh.net>
1311
1312         * Bump bundled FFmpeg version to current git master.
1313
1314         * Fix erroneous reset of visible channels in audio
1315         level dialog when changing gain.
1316
1317 2013-11-15  Carl Hetherington  <cth@carlh.net>
1318
1319         * Use 2 decimal places for gamma controls instead
1320         of 1.
1321
1322 2013-11-14  Carl Hetherington  <cth@carlh.net>
1323
1324         * Support modification of certain properties when
1325         there are several selected pieces of content.
1326
1327         * Add server configuration back in.
1328
1329 2013-11-12  Carl Hetherington  <cth@carlh.net>
1330
1331         * Version 1.29 released.
1332
1333 2013-11-12  Carl Hetherington  <cth@carlh.net>
1334
1335         * Fix bad_alloc exception on audio analysis (and
1336         probably elsewhere).
1337
1338 2013-11-11  Carl Hetherington  <cth@carlh.net>
1339
1340         * Version 1.28 released.
1341
1342 2013-11-11  Carl Hetherington  <cth@carlh.net>
1343
1344         * Somewhat speculative fix for slow-downs and
1345         large memory consumption with multi-content playlists.
1346
1347 2013-11-10  Carl Hetherington  <cth@carlh.net>
1348
1349         * Hopefully get rid of spurious black lines around
1350         preview.
1351
1352 2013-11-08  Carl Hetherington  <carl@ubuntu>
1353
1354         * Fix strange behaviour of J2K bandwidth control
1355         on 32-bit Linux.
1356
1357 2013-11-07  Carl Hetherington  <cth@carlh.net>
1358
1359         * Open file dialog starts in the configured DCP directory,
1360         if one exists (#70).
1361
1362 2013-11-06  Carl Hetherington  <cth@carlh.net>
1363
1364         * Support pixel format 30 (#254).
1365
1366 2013-11-06  Carl Hetherington  <cth@carlh.net>
1367
1368         * Version 1.27 released.
1369
1370 2013-11-06  Carl Hetherington  <cth@carlh.net>
1371
1372         * Various server-related tidying up; servers are
1373         now auto-detected only (the configuration for
1374         them has been removed).
1375
1376 2013-11-06  Carl Hetherington  <cth@carlh.net>
1377
1378         * Version 1.26 released.
1379
1380 2013-11-05  Carl Hetherington  <cth@carlh.net>
1381
1382         * Auto-detect encoding servers on the local
1383         subnet(s).
1384
1385         * Tweak verbosity of command-line encoding servers.
1386
1387 2013-11-04  Carl Hetherington  <cth@carlh.net>
1388
1389         * Version 1.25 released.
1390
1391 2013-10-29  Carl Hetherington  <cth@carlh.net>
1392
1393         * Improve performance when start-trimming
1394         large files.
1395
1396         * Fix audio problems when start-trimming.
1397
1398 2013-10-28  Carl Hetherington  <cth@carlh.net>
1399
1400         * Version 1.24 released.
1401
1402 2013-10-28  Carl Hetherington  <cth@carlh.net>
1403
1404         * Fix failure to reload configuration on
1405         some non-English locales.
1406
1407 2013-10-26  Carl Hetherington  <cth@carlh.net>
1408
1409         * Version 1.23 released.
1410
1411 2013-10-25  Carl Hetherington  <cth@carlh.net>
1412
1413         * Version 1.22 released.
1414
1415 2013-10-24  Carl Hetherington  <cth@carlh.net>
1416
1417         * Support sources that require repeat of more than
1418         1 extra frame.
1419
1420 2013-10-23  Carl Hetherington  <cth@carlh.net>
1421
1422         * Version 1.21 released.
1423
1424 2013-10-23  Carl Hetherington  <cth@carlh.net>
1425
1426         * Use our own directory picker on Ubuntu 13.10 as well
1427         as Ubuntu 13.04 as it seems similarly broken.
1428
1429 2013-10-22  Carl Hetherington  <cth@carlh.net>
1430
1431         * Version 1.20 released.
1432
1433 2013-10-22  Carl Hetherington  <cth@carlh.net>
1434
1435         * Allow films to be loaded when content is missing,
1436         and then that content can be re-found.
1437
1438 2013-10-21  Carl Hetherington  <cth@carlh.net>
1439
1440         * Version 1.19 released.
1441
1442 2013-10-21  Carl Hetherington  <cth@carlh.net>
1443
1444         * Fix Rec. 709 gammas (from Lilian Lefranc)
1445
1446 2013-10-20  Carl Hetherington  <cth@carlh.net>
1447
1448         * Allow specification of subtitle language even if DVD-o-matic
1449         isn't providing the subtitles.
1450
1451 2013-10-20  Carl Hetherington  <cth@carlh.net>
1452
1453         * Version 1.18 released.
1454
1455 2013-10-19  Carl Hetherington  <cth@carlh.net>
1456
1457         * Fix non-saving of colour transform presets.
1458
1459         * Some improvements in progress reporting, especially
1460         for long encodes.
1461
1462 2013-10-18  Carl Hetherington  <cth@carlh.net>
1463
1464         * Fix bug with incorrect validity times given to KDMs.
1465
1466 2013-10-17  Carl Hetherington  <cth@carlh.net>
1467
1468         * Fix Make DCP menu option sensitivity (#230).
1469
1470         * Forward-port fix from master; use 1000000 rather
1471         than 1e6 for J2K bandwidth arithmetic to ensure
1472         that it's done with integers.
1473
1474 2013-10-16  Carl Hetherington  <cth@carlh.net>
1475
1476         * Version 1.17 released.
1477
1478 2013-10-16  Carl Hetherington  <cth@carlh.net>
1479
1480         * Hopefully fix crash on closing preferences window
1481         when ~/.config/dcpomatic does not exist.
1482
1483         * Allow specification of the DCP to make KDMs for,
1484         in case there is more than one.
1485
1486         * Speed up response to some settings changes
1487         (e.g. crop) (#196).
1488
1489 2013-10-15  Carl Hetherington  <cth@carlh.net>
1490
1491         * Version 1.16 released.
1492
1493 2013-10-15  Carl Hetherington  <cth@carlh.net>
1494
1495         * Restore up/down buttons for simple content time
1496         movements.
1497
1498         * Include film title in KDM filenames.
1499
1500         * Allow no-stretch scaling like in DVD-o-matic.
1501
1502 2013-10-14  Carl Hetherington  <cth@carlh.net>
1503
1504         * Add Rec. 709 colour conversion preset using
1505         Wolfgang Woehl's matrix.
1506
1507 2013-10-14  Carl Hetherington  <cth@carlh.net>
1508
1509         * Version 1.15 released.
1510
1511 2013-10-14  Carl Hetherington  <cth@carlh.net>
1512
1513         * Fix some crashes in the KDM dialogue when coming
1514         out of the add screen without giving a certificate.
1515
1516         * Really fix libltdl search path on OS X.
1517
1518 2013-10-13  Carl Hetherington  <cth@carlh.net>
1519
1520         * Version 1.14 released.
1521
1522 2013-10-12  Carl Hetherington  <cth@carlh.net>
1523
1524         * Add some missing libraries to the OS X build.
1525
1526         * Fix libltdl search path on OS X.
1527
1528 2013-10-12  Carl Hetherington  <cth@carlh.net>
1529
1530         * Version 1.13 released.
1531
1532 2013-10-12  Carl Hetherington  <cth@carlh.net>
1533
1534         * Fix linux static build.
1535
1536 2013-10-11  Carl Hetherington  <cth@carlh.net>
1537
1538         * Version 1.12 released.
1539
1540 2013-10-11  Carl Hetherington  <cth@carlh.net>
1541
1542         * Fix failure to create signer certificates
1543         on Windows.
1544
1545 2013-10-10  Carl Hetherington  <cth@carlh.net>
1546
1547         * Basic snapping in the timeline.
1548
1549         * Various improvements to dcpomatic_kdm.
1550
1551 2013-10-10  Carl Hetherington  <cth@carlh.net>
1552
1553         * Version 1.11 released.
1554
1555 2013-10-10  Carl Hetherington  <cth@carlh.net>
1556
1557         * libdcp fix to incorrect signature digests.
1558
1559 2013-10-09  Carl Hetherington  <cth@carlh.net>
1560
1561         * Version 1.10 released.
1562
1563 2013-10-09  Carl Hetherington  <cth@carlh.net>
1564
1565         * Add some missing Windows dependencies.
1566
1567 2013-10-09  Carl Hetherington  <cth@carlh.net>
1568
1569         * Version 1.09 released.
1570
1571 2013-10-09  Carl Hetherington  <cth@carlh.net>
1572
1573         * Bump libdcp version to pull in speculative fix
1574         for AuthorizedDeviceList thumbprints in KDMs.
1575
1576 2013-10-09  Carl Hetherington  <cth@carlh.net>
1577
1578         * Version 1.08 released.
1579
1580 2013-10-09  Carl Hetherington  <cth@carlh.net>
1581
1582         * Fix problems with crypto stuff on Windows.
1583
1584 2013-10-08  Carl Hetherington  <cth@carlh.net>
1585
1586         * Version 1.07 released.
1587
1588 2013-10-01  Carl Hetherington  <cth@carlh.net>
1589
1590         * Version 1.06 released.
1591
1592 2013-09-19  Carl Hetherington  <cth@carlh.net>
1593
1594         * Version 1.05 released.
1595
1596 2013-09-17  Carl Hetherington  <cth@carlh.net>
1597
1598         * Version 1.04 released.
1599
1600 2013-09-09  Carl Hetherington  <cth@carlh.net>
1601
1602         * Version 1.03 released.
1603
1604 2013-09-02  Carl Hetherington  <cth@carlh.net>
1605
1606         * Add missing boost datetime dependency
1607         to debian control files.
1608
1609 2013-08-30  Carl Hetherington  <cth@carlh.net>
1610
1611         * Version 1.02 released.
1612
1613 2013-08-29  Carl Hetherington  <cth@carlh.net>
1614
1615         * Version 1.01 released.
1616
1617 2013-08-29  Carl Hetherington  <cth@carlh.net>
1618
1619         * Restore server/client operation (#202).
1620
1621         * Fix strange rounding of still image durations (#204).
1622
1623         * Remove limitation to numbers and periods in the
1624         server host name dialogue box.
1625
1626         * Fix stuck-at-99% progress meters (#184).
1627
1628         * Version 1.01beta1 released.
1629
1630 2013-08-29  Carl Hetherington  <cth@carlh.net>
1631
1632         * Fix emissions of large chunks of silence when
1633         analysing audio in some cases.
1634
1635         * Use my @dcpomatic.com email address for now,
1636         rather than a non-existant mailing list.
1637
1638 2013-08-28  Carl Hetherington  <cth@carlh.net>
1639
1640         * Initial DCP-o-matic release.
1641