diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-10 10:24:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-10 10:24:28 +0100 |
| commit | f85629b7a8e0e01ef593d0ce9a0d2cf85bb91b71 (patch) | |
| tree | 9525a9703421e161bfda4a2fd55e09d014976144 | |
| parent | ac1d52f98e8db9d428b08eb1de655ddfc83836e3 (diff) | |
| parent | 9e2453d3486854d54fc71bb8d8dd63e32ccfb29b (diff) | |
Merge master.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -2,6 +2,10 @@ * Fix server/client with non-RGB24 sources. + * Version 1.69.25 released. + +2014-06-09 Carl Hetherington <cth@carlh.net> + * Make audio gain a floating-point value in the UI (#367). * Work-around out-of-memory crashes with large start trims (#252). diff --git a/debian/changelog b/debian/changelog index 7cd4a2379..bba63b12e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.24-1) UNRELEASED; urgency=low +dcpomatic (1.69.25-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -148,8 +148,9 @@ dcpomatic (1.69.24-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 09 Jun 2014 00:43:08 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 09 Jun 2014 23:59:02 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.24devel' +VERSION = '1.69.25devel' def options(opt): opt.load('compiler_cxx') |
