Source release v3.1.0
This commit is contained in:
26
CHANGELOG.md
26
CHANGELOG.md
@@ -1,3 +1,29 @@
|
||||
## 3.1.0 (2016-07-18)
|
||||
|
||||
Features:
|
||||
- Updates to conform to EME June 10, 2016 Specification
|
||||
(http://www.w3.org/TR/2016/WD-encrypted-media-20160610/)
|
||||
- Add per-origin storage of all persistent data.
|
||||
- Use EME Direct Individualization to provision devices.
|
||||
- Add IEventListener::onDirectIndividualizationRequest() callback.
|
||||
- A "license-release" message is no longer fired on calls to load().
|
||||
- Add CDM entry points for generic crypto operations (Cdm::genericEncrypt(),
|
||||
Cdm::genericDecrypt(), Cdm::genericSign(), Cdm::genericVerify()).
|
||||
- Add support for CENC 3.0 and decryption of encrypted HLS content.
|
||||
- Add support for querying allowed usage for a key
|
||||
(Cdm::getKeyAllowedUsages()).
|
||||
- Upgrade to OEMCrypto v11.
|
||||
- Numerous unit test additions and improvements.
|
||||
- Add jsmn to third\_party/.
|
||||
|
||||
Bugfixes:
|
||||
- Remove IEventListener::onMessageUrl() callback.
|
||||
- Don't check/validate crypto mode when Decrypt is called with unencrypted
|
||||
data.
|
||||
- Ensure keys are loaded before sending OnKeyStatusChange notifications.
|
||||
This avoids errors due to prematurely checking key statuses.
|
||||
- Correctly handle a bad RSA key.
|
||||
|
||||
## 3.0.5 (2015-12-16)
|
||||
|
||||
Features:
|
||||
|
||||
Reference in New Issue
Block a user