diff options
| -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-11-11 Carl Hetherington <cth@carlh.net> + * Version 1.28 released. + +2013-11-11 Carl Hetherington <cth@carlh.net> + * Somewhat speculative fix for slow-downs and large memory consumption with multi-content playlists. diff --git a/debian/changelog b/debian/changelog index dddf02df4..323ff8d1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.27-1) UNRELEASED; urgency=low +dcpomatic (1.28-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -31,8 +31,9 @@ dcpomatic (1.27-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 06 Nov 2013 18:22:18 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 11 Nov 2013 21:44:42 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.28pre' +VERSION = '1.28' def options(opt): opt.load('compiler_cxx') |
