diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-02 22:41:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-02 22:41:52 +0100 |
| commit | 2d030b16f2990b85296b630ae359cd9b3bc27f56 (patch) | |
| tree | 220a3f9953e654aba4170e7bd25f8c2d08f9f66f | |
| parent | 56f9d7e9963a1e822774224da39d799f8ffd1d75 (diff) | |
| parent | 16a94f40e8e3cf0ae2ca710573a70bf7f104ec81 (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | src/wx/film_viewer.cc | 2 | ||||
| -rw-r--r-- | wscript | 2 |
4 files changed, 9 insertions, 4 deletions
@@ -1,5 +1,9 @@ 2017-05-02 Carl Hetherington <cth@carlh.net> + * Version 2.11.2 released. + +2017-05-02 Carl Hetherington <cth@carlh.net> + * Version 2.11.1 released. 2017-04-30 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 6a5c3a88f..8a4a0ae90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.1-1) UNRELEASED; urgency=low +dcpomatic (2.11.2-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -489,8 +489,9 @@ dcpomatic (2.11.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Tue, 02 May 2017 00:49:35 +0100 + -- Carl Hetherington <carl@main.carlh.net> Tue, 02 May 2017 17:01:08 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index a0cc25ab9..83a179f26 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -325,7 +325,7 @@ FilmViewer::timer () stop (); } - _timer.Start (max ((next.seconds() - time().seconds()) * 1000, 0.0), wxTIMER_ONE_SHOT); + _timer.Start (max ((next.seconds() - time().seconds()) * 1000, 1.0), wxTIMER_ONE_SHOT); if (_butler) { _butler->rethrow (); @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.1devel' +VERSION = '2.11.2devel' def options(opt): opt.load('compiler_cxx') |
