Update Changelog for v1.5.2
This commit is contained in:
parent
58208ab68f
commit
8146e055e6
|
@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.5.2] - 2022-10-11
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed license signature calculation for newer Widevine Server licenses on OEM Crypto v16.0.0 or newer.
|
||||
The `oemcrypto_core_message` data needed to be part of the HMAC ingest if available.
|
||||
|
||||
## [1.5.1] - 2022-10-23
|
||||
|
||||
### Added
|
||||
|
@ -325,6 +332,7 @@ This release is primarily a maintenance release for `serve` functionality but so
|
|||
|
||||
Initial Release.
|
||||
|
||||
[1.5.2]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.5.2
|
||||
[1.5.1]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.5.1
|
||||
[1.5.0]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.5.0
|
||||
[1.4.4]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.4
|
||||
|
|
Loading…
Reference in New Issue