<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp, branch v0.102.0</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=v0.102.0</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=v0.102.0'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2015-07-26T20:21:54Z</updated>
<entry>
<title>Bump version</title>
<updated>2015-07-26T20:21:54Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-07-26T20:21:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=008c83f8f1355faff0839ad3b33d0c5019a0d2ee'/>
<id>urn:sha1:008c83f8f1355faff0839ad3b33d0c5019a0d2ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clamp out-of-range XYZ values rather than assert()ing.</title>
<updated>2015-06-25T15:22:34Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-25T15:22:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=130b5dc1d918194ceec756d2388c33665efcc169'/>
<id>urn:sha1:130b5dc1d918194ceec756d2388c33665efcc169</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No-op: whitespace.</title>
<updated>2015-06-25T15:22:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-25T15:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e520f1009eaa552c7b3931ced85c0f19d8aff554'/>
<id>urn:sha1:e520f1009eaa552c7b3931ced85c0f19d8aff554</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests for previous change.</title>
<updated>2015-06-01T14:55:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-01T14:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8eb096bc6fed65dcfc5f1440f3141408004d10fb'/>
<id>urn:sha1:8eb096bc6fed65dcfc5f1440f3141408004d10fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git.carlh.net:git/libdcp</title>
<updated>2015-06-01T14:50:55Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-01T14:50:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7b25f67df7480e28a8aff33a7078c674150d6f00'/>
<id>urn:sha1:7b25f67df7480e28a8aff33a7078c674150d6f00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More changes to X509{Issuer,Subject}Name.</title>
<updated>2015-06-01T14:47:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-01T14:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=099e93f617e3cfc8cd371d652c2d2ed040f94e7b'/>
<id>urn:sha1:099e93f617e3cfc8cd371d652c2d2ed040f94e7b</id>
<content type='text'>
Before, we had a fixed order for the components of a name like
dnQualifier=\+LLvuYNO4YBJSp9Jjmlv8oippzQ=,CN=.DC.DMS.DC2.SMPTE,OU=DC.DOREMILABS.COM,O=DC2.SMPTE.DOREMILABS.COM

It started off as dnQualifier,CN,OU,O
then we changed it to
O,OU,CN,dnQualifier

This is another speculative change which uses a libssl
function to get the name, rather than building it up from
components ourselves.  It may help or hinder ingestion
of signed DCPS and/or KDMs.
</content>
</entry>
<entry>
<title>Use markdown for README.</title>
<updated>2015-05-29T18:15:45Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-05-29T18:15:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=856bf40f586665549c7b890b9f5c1b3240daa145'/>
<id>urn:sha1:856bf40f586665549c7b890b9f5c1b3240daa145</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcp</title>
<updated>2015-05-21T09:43:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-05-21T09:43:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=2070358ea52d238028dd4e6d98d0bd6c58d69932'/>
<id>urn:sha1:2070358ea52d238028dd4e6d98d0bd6c58d69932</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Typo.</title>
<updated>2015-05-21T09:42:45Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-05-21T09:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=2eb8fe0b86bb2e508a18b205cfe9ea97456e9342'/>
<id>urn:sha1:2eb8fe0b86bb2e508a18b205cfe9ea97456e9342</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename CPL/PKL files to be {cpl,pkl}_uuid.xml rather than</title>
<updated>2015-05-18T09:50:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-05-18T09:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=a6aaf223e085e9ef7f2bc1cc37614ecb13d323ec'/>
<id>urn:sha1:a6aaf223e085e9ef7f2bc1cc37614ecb13d323ec</id>
<content type='text'>
uuid_{cpl,pkl}.xml as this seems to be more conventional.
</content>
</entry>
</feed>
