diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-23 21:54:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-23 21:54:54 +0000 |
| commit | 5323e65637177f9003a3a6fc6d16318efef250a6 (patch) | |
| tree | 03719be8b63c1841383c6d80123a033a48d19af0 | |
| parent | 320c9b6d68d111bc0768e210cc8c7ae9d0d7c22e (diff) | |
| parent | 21ec4b21586f874048cd06bbb8c6f64ada8ccfbc (diff) | |
Merge.
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 10 insertions, 3 deletions
@@ -2,6 +2,12 @@ * Add TLS/SSL support to KDM email sending. +2013-12-23 Carl Hetherington <cth@carlh.net> + + * Version 1.47 released. + +2013-12-23 Carl Hetherington <cth@carlh.net> + * Add $START_TIME and $END_TIME as variables for the KDM email. * Add top/bottom option for 3D frames. diff --git a/debian/changelog b/debian/changelog index df60e23f5..220229014 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.46-1) UNRELEASED; urgency=low +dcpomatic (1.47-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -50,8 +50,9 @@ dcpomatic (1.46-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 20 Dec 2013 20:53:40 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 23 Dec 2013 01:59:16 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.47pre' +VERSION = '1.48pre' def options(opt): opt.load('compiler_cxx') |
