diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-01 01:01:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-01 01:01:32 +0000 |
| commit | 1c5b78e4009c1cccc51bc82ddbceedd68adfaf6d (patch) | |
| tree | 9aa96678b358d71ac6fe6bd8f81eb4db59626246 | |
| parent | 0914bfdbfc498d99821c2cd0ca3a4f9a184d07b5 (diff) | |
Bump versionv2.6.29
| -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 @@ 2016-03-01 Carl Hetherington <cth@carlh.net> + * Version 2.6.29 released. + +2016-03-01 Carl Hetherington <cth@carlh.net> + * Fix hang / slowdown when previewing subtitles in some cases (#812). diff --git a/debian/changelog b/debian/changelog index 2eacb9daf..83f4c7427 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.6.28-1) UNRELEASED; urgency=low +dcpomatic (2.6.29-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -385,8 +385,9 @@ dcpomatic (2.6.28-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 29 Feb 2016 01:01:39 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 01 Mar 2016 01:01:32 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.28devel' +VERSION = '2.6.29' def options(opt): opt.load('compiler_cxx') |
