<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic, branch v2.15.65</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.15.65</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.15.65'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2020-04-28T00:14:38Z</updated>
<entry>
<title>Remove some unnecessary methods.</title>
<updated>2020-04-28T00:14:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-28T00:14:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bb06898322fc19e59bb8ac539bdc3ef36936b22d'/>
<id>urn:sha1:bb06898322fc19e59bb8ac539bdc3ef36936b22d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build.</title>
<updated>2020-04-28T00:05:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-28T00:05:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=27522823a54e240b58fa4f104e84d40167f576c2'/>
<id>urn:sha1:27522823a54e240b58fa4f104e84d40167f576c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing files.</title>
<updated>2020-04-27T23:34:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-27T23:34:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=463496994d770577ff1e1ea6e7b1e4addb4252b2'/>
<id>urn:sha1:463496994d770577ff1e1ea6e7b1e4addb4252b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Writer on macOS runs as root, so trying to use the config_path()</title>
<updated>2020-04-27T21:51:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-27T21:51:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=baed8bf5fd429305685cc180184e99094cd64339'/>
<id>urn:sha1:baed8bf5fd429305685cc180184e99094cd64339</id>
<content type='text'>
to log to will end up trying to write to root's home.  Instead,
log to stdout as the process control stuff redirects that into
/var/log anyway.
</content>
</entry>
<entry>
<title>Experimental use of /dev/rdisk rather than /dev/disk on macOS,</title>
<updated>2020-04-27T21:44:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-27T21:44:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=13f302149a2a2846d801689e3d194af3249ed0b7'/>
<id>urn:sha1:13f302149a2a2846d801689e3d194af3249ed0b7</id>
<content type='text'>
as there is some suggestion it is faster.
</content>
</entry>
<entry>
<title>Add Sebastian Leitner as a tester.</title>
<updated>2020-04-27T20:58:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-27T20:58:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0b94724919f01edc7fc91e899ef179a7d94da039'/>
<id>urn:sha1:0b94724919f01edc7fc91e899ef179a7d94da039</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use F_SET_EXT2 not EXT4.</title>
<updated>2020-04-27T20:52:45Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-27T20:52:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=58a286e14faa83f91ef830db07d01d3671efd625'/>
<id>urn:sha1:58a286e14faa83f91ef830db07d01d3671efd625</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The Disk Writer also needs openssl as creating its Config object</title>
<updated>2020-04-27T13:10:10Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-27T13:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=50fa6e1802dbc8f6fd6406a93f86ec262a55ba1f'/>
<id>urn:sha1:50fa6e1802dbc8f6fd6406a93f86ec262a55ba1f</id>
<content type='text'>
will try to make certificates if it's the first DCP-o-matic tool
to be run on a machine.  In theory we could make the cert creation
not happen for the disk writer but that seems a little fiddly.
</content>
</entry>
<entry>
<title>Fix disk writer stdout/stderr paths.</title>
<updated>2020-04-27T13:00:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-27T13:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=671947e6018cc480aa879fba85fdc799146afebb'/>
<id>urn:sha1:671947e6018cc480aa879fba85fdc799146afebb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing icons for _disk.</title>
<updated>2020-04-26T23:26:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-26T23:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5dd632a961bb22a788fa347179893c6842e4f0ee'/>
<id>urn:sha1:5dd632a961bb22a788fa347179893c6842e4f0ee</id>
<content type='text'>
</content>
</entry>
</feed>
