diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-01 12:51:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-01 12:51:52 +0000 |
| commit | 5001bc42a752b2dfc06903e03274db8a454252fc (patch) | |
| tree | 6d3198583447b0049322c1732dce895dede867c5 | |
| parent | 90fd785a7c4d348b894a7fe7e48218a7bb020085 (diff) | |
| parent | 62d1b3e3d6d1c0d28ab6582359050cacb2f80a35 (diff) | |
Merge branch '1.0' of ssh://carlh.dyndns.org/home/carl/git/dvdomatic into 1.0
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2013-12-30 Carl Hetherington <cth@carlh.net> + * Version 1.54 released. + +2013-12-30 Carl Hetherington <cth@carlh.net> + * Put catches around a few threads which could have uncaught exceptions. * Add nascent dcpomatic_create command-line program to create films. diff --git a/debian/changelog b/debian/changelog index 0407aa624..ace63a137 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.53-1) UNRELEASED; urgency=low +dcpomatic (1.54-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -57,8 +57,9 @@ dcpomatic (1.53-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 29 Dec 2013 01:13:24 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 30 Dec 2013 23:59:40 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.54pre' +VERSION = '1.55pre' def options(opt): opt.load('compiler_cxx') |
