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