<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic, branch v2.16.55</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.16.55</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.16.55'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2023-04-21T22:53:44Z</updated>
<entry>
<title>Add some missing Ubuntu 23.04 dependencies.</title>
<updated>2023-04-21T22:53:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-21T22:53:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3ea062ba698f1b25a31a96c88e492d9f6096d14a'/>
<id>urn:sha1:3ea062ba698f1b25a31a96c88e492d9f6096d14a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Supporters update.</title>
<updated>2023-04-21T08:51:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-21T08:51:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=41756369ee237002df51b1313e3628a398d09bea'/>
<id>urn:sha1:41756369ee237002df51b1313e3628a398d09bea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update wscript (missed in last commit).</title>
<updated>2023-04-21T08:51:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-21T08:51:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7fd269fc10a67b7a0619a0a92541a47a1bc57be5'/>
<id>urn:sha1:7fd269fc10a67b7a0619a0a92541a47a1bc57be5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libdcp to 1.8.67.</title>
<updated>2023-04-20T23:11:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-20T10:14:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5ae8e7eba8196847d897d5a714cc03ad6b232d81'/>
<id>urn:sha1:5ae8e7eba8196847d897d5a714cc03ad6b232d81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix lack of email sending if there are no cinema addresses (only extra ones) (#2514).</title>
<updated>2023-04-20T19:49:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-20T19:49:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0c766528070eadd3d044255a3e4dfde5a85707b5'/>
<id>urn:sha1:0c766528070eadd3d044255a3e4dfde5a85707b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In 1c73379ed8483dcf71c5ccfc459c2c22516a9aef I changed</title>
<updated>2023-04-19T21:57:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-19T21:57:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=22aa0dd620b6db93a64e1e171fb5ddb18693e56e'/>
<id>urn:sha1:22aa0dd620b6db93a64e1e171fb5ddb18693e56e</id>
<content type='text'>
FontConfig::_available_fonts to use the font ID as a key, but that's
totally wrong because the same Font object with the same ID can have
its font filename/data changed, and in that case we don't want to
use the cached font.

Here we use the actual TTF/OTF font data as the key.  We could have
just hashed the data (whether it comes from a disk file or is held
in memory) but this is slower in the case where we have the filename,
as then the file must be loaded from disk for each comparison.

This fixes #2518.
</content>
</entry>
<entry>
<title>Wrap path/data in a struct.</title>
<updated>2023-04-19T21:53:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-19T21:53:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f6a51c4902d6c1983d58e1073f048d50ba2a50df'/>
<id>urn:sha1:f6a51c4902d6c1983d58e1073f048d50ba2a50df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a comment.</title>
<updated>2023-04-19T21:53:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-19T21:53:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bb2924236bc100d6f98b7778bae31aeee48637fa'/>
<id>urn:sha1:bb2924236bc100d6f98b7778bae31aeee48637fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash if saving files during save/cancel/close (#2517).</title>
<updated>2023-04-18T19:04:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-18T19:04:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=17ede6c5aa05fdcad418d918e6f4ada66163a94e'/>
<id>urn:sha1:17ede6c5aa05fdcad418d918e6f4ada66163a94e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: longer variable name.</title>
<updated>2023-04-18T10:53:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-18T10:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6a2d9674cee32820b8f4b98e455b65d0072eef81'/>
<id>urn:sha1:6a2d9674cee32820b8f4b98e455b65d0072eef81</id>
<content type='text'>
</content>
</entry>
</feed>
