diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-09 10:50:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-09 10:50:33 +0100 |
| commit | abf7799a1997c6519c04e6488f39553d92c5df16 (patch) | |
| tree | 0dcb545a93032a14a8506232974ab1eb322d19cf | |
| parent | 5d398836a9b6acc2bbb536dabbd7bbc42a098659 (diff) | |
| parent | 63e4b86f622fc613bbdbdedc6f39146066b79688 (diff) | |
Merge branch '1.0' of ssh://carlh.dyndns.org/home/carl/git/dvdomatic into 1.0
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | platform/windows/installer.nsi.32.in | 1 | ||||
| -rw-r--r-- | platform/windows/installer.nsi.64.in | 1 | ||||
| -rw-r--r-- | wscript | 2 |
5 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2013-10-08 Carl Hetherington <cth@carlh.net> + + * Version 1.07 released. + 2013-10-01 Carl Hetherington <cth@carlh.net> * Version 1.06 released. diff --git a/debian/changelog b/debian/changelog index e204ee9b7..5f74ead67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.06-1) UNRELEASED; urgency=low +dcpomatic (1.07-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -10,8 +10,9 @@ dcpomatic (1.06-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 01 Oct 2013 16:30:21 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 08 Oct 2013 18:59:58 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/platform/windows/installer.nsi.32.in b/platform/windows/installer.nsi.32.in index 536038f0b..d9ea0f5c9 100644 --- a/platform/windows/installer.nsi.32.in +++ b/platform/windows/installer.nsi.32.in @@ -73,6 +73,7 @@ File "%static_deps%/bin/libxmlsec1-openssl.dll" File "%static_deps%/bin/libexslt-0.dll" File "%static_deps%/bin/libxslt-1.dll" File "%static_deps%/bin/libffi-6.dll" +File "%static_deps%/bin/openssl.exe" File "%cdist_deps%/bin/asdcp-libdcp.dll" File "%cdist_deps%/bin/kumu-libdcp.dll" diff --git a/platform/windows/installer.nsi.64.in b/platform/windows/installer.nsi.64.in index 1bedd3fba..4f564acba 100644 --- a/platform/windows/installer.nsi.64.in +++ b/platform/windows/installer.nsi.64.in @@ -83,6 +83,7 @@ File "%static_deps%/bin/libxmlsec1-openssl.dll" File "%static_deps%/bin/libexslt-0.dll" File "%static_deps%/bin/libxslt-1.dll" File "%static_deps%/bin/libffi-6.dll" +File "%static_deps%/bin/openssl.exe" File "%cdist_deps%/bin/asdcp-libdcp.dll" File "%cdist_deps%/bin/kumu-libdcp.dll" @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.07pre' +VERSION = '1.08pre' def options(opt): opt.load('compiler_cxx') |
