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