From 8146e055e6f1c72ee36527ae89810248630bb1a4 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Thu, 10 Nov 2022 18:20:06 +0000 Subject: [PATCH] Update Changelog for v1.5.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e97b145..2ea4ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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