From 4e99fbf516b8a5d5c350950aee6d9068a4acf3b7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Oct 2014 15:17:59 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 3da81ce4b..778c9ffa3 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.8devel' +VERSION = '1.73.9' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 8f2d46dae9bdd96f88163ceeabcd7c64b696a0b4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Oct 2014 15:17:59 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 778c9ffa3..1b8077a00 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.9' +VERSION = '1.73.9devel' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From c803f81818284dba426cbaf7663fc728f3b36530 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Oct 2014 20:50:41 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 5 +++-- wscript | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/ChangeLog b/ChangeLog index ee41a8697..da38791d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-06 Carl Hetherington + + * Version 1.74.0 released. + 2014-10-06 Carl Hetherington * Version 1.73.9 released. diff --git a/debian/changelog b/debian/changelog index 30e9a1839..29e5d1a2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.73.9-1) UNRELEASED; urgency=low +dcpomatic (1.74.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -185,8 +185,9 @@ dcpomatic (1.73.9-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Mon, 06 Oct 2014 15:17:59 +0100 + -- Carl Hetherington Mon, 06 Oct 2014 20:50:41 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 1b8077a00..7c31d9d3c 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.9devel' +VERSION = '1.74.0' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 91c1b17f34ec27227f948e35b491b87362b70187 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Oct 2014 20:50:41 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 7c31d9d3c..e06cb53f2 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.74.0' +VERSION = '1.74.0devel' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 92788ff5fe57c4b662101d2c0032449f6840a045 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 Oct 2014 09:53:47 +0100 Subject: -Wno-unused-result. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index e06cb53f2..4ce99ca71 100644 --- a/wscript +++ b/wscript @@ -182,7 +182,7 @@ def configure(conf): # Common CXXFLAGS conf.env.append_value('CXXFLAGS', ['-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-msse', '-ffast-math', '-fno-strict-aliasing', - '-Wall', '-Wno-attributes', '-Wextra', '-D_FILE_OFFSET_BITS=64']) + '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64']) if conf.options.enable_debug: conf.env.append_value('CXXFLAGS', ['-g', '-DDCPOMATIC_DEBUG']) -- cgit v1.2.3 From 57fd7451d6565ac2b56f9881abd5f425a3a91a5e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 Oct 2014 10:06:10 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 5 +++-- wscript | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/ChangeLog b/ChangeLog index c044e5450..d4e344e81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-08 Carl Hetherington + + * Version 1.74.1 released. + 2014-10-05 Carl Hetherington * Bump ffmpeg version. diff --git a/debian/changelog b/debian/changelog index 29e5d1a2f..b31e37e68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.74.0-1) UNRELEASED; urgency=low +dcpomatic (1.74.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -186,8 +186,9 @@ dcpomatic (1.74.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Mon, 06 Oct 2014 20:50:41 +0100 + -- Carl Hetherington Wed, 08 Oct 2014 10:06:10 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 4ce99ca71..688639e37 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.74.0devel' +VERSION = '1.74.1' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From f5cb97426117f4325d8d2f05806e412e7dce75f3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 Oct 2014 10:06:11 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 688639e37..ded3409ca 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.74.1' +VERSION = '1.74.1devel' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 1c7805bddbe58dd829c59c559c6c62fe4c9a9302 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 Oct 2014 10:37:21 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 5 +++-- wscript | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/ChangeLog b/ChangeLog index d4e344e81..6c40e1de2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-08 Carl Hetherington + + * Version 1.74.2 released. + 2014-10-08 Carl Hetherington * Version 1.74.1 released. diff --git a/debian/changelog b/debian/changelog index b31e37e68..e0ce39fd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.74.1-1) UNRELEASED; urgency=low +dcpomatic (1.74.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -187,8 +187,9 @@ dcpomatic (1.74.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Wed, 08 Oct 2014 10:06:10 +0100 + -- Carl Hetherington Wed, 08 Oct 2014 10:37:21 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index ded3409ca..52d6047b0 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.74.1devel' +VERSION = '1.74.2' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 8b9cc9b5e256128ad21f935d8a0838734f986c09 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 Oct 2014 10:37:21 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 52d6047b0..09066583a 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.74.2' +VERSION = '1.74.2devel' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3