diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-12 23:18:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-12 23:18:10 +0000 |
| commit | c758226b90f22b553725df2c7be4a3a42772ae54 (patch) | |
| tree | 1b659622f0caabafc95ee9f69413749e51468770 | |
| parent | bea8adc8856efac19e996d32bbb6e85bfb5b614b (diff) | |
| parent | 3d93046a7c84503b250ec189e45db30d4a341135 (diff) | |
Merge.
| -rw-r--r-- | ChangeLog | 15 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 19 insertions, 3 deletions
@@ -1,6 +1,21 @@ 2014-01-12 Carl Hetherington <cth@carlh.net> * Fix crashes when using -3dB options in locales with a , decimal separator. + + * Version 1.62.3 released. + +2014-01-11 Carl Hetherington <cth@carlh.net> + + * Hopefully fix error on restarting a cancelled transcode job + on Windows. + +2014-01-10 Carl Hetherington <cth@carlh.net> + + * Version 1.62.2 released. + +2014-01-10 Carl Hetherington <cth@carlh.net> + + * Version 1.62.1 released. 2014-01-10 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 5181ae932..96cbe3938 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.62.2-1) UNRELEASED; urgency=low +dcpomatic (1.62.3-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -70,8 +70,9 @@ dcpomatic (1.62.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 10 Jan 2014 14:14:09 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sat, 11 Jan 2014 18:38:13 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.62.2devel' +VERSION = '1.62.3devel' def options(opt): opt.load('compiler_cxx') |
