From f8816030a1e04180f5654d58ddc461b0f49eba7b Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Mon, 21 Jun 2021 09:55:42 -0700 Subject: [PATCH] Release v2.5.1 Change-Id: Id4e1d8f57c3413ae7eba6c3498fa71077c0d9a10 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7257e61250..f7039865b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [2.5.1] - 2021-06-21 +### Added + - Add support for MSVS 2017 and 2019 (#867, #955) + +### Fixed + - Fix position of LA_URL in PlayReady headers (#961) + - Fix broken Dockerfile due to depot_tools update + - Fix shared_library builds on Windows (#318, #956, #957, #958) + +### Changed + - CI overhaul based on GitHub Actions (#336, #959) + - Migrated Appveyor and Travis integrations to GitHub Actions + - Added significant new release automation to build, test, and release on + GitHub, NPM, and Docker Hub + +### Doc + - Fix doc formatting for dash_only and hls_only (#954) + + ## [2.5.0] - 2021-06-09 ### Added - Support HTTP PUT to upload packaging outputs to cloud (#149). @@ -564,6 +583,7 @@ First public release. - Added mpd_generator driver program to generate mpd file from packager generated intermediate files. +[2.5.1]: https://github.com/google/shaka-packager/compare/v2.5.0...v2.5.1 [2.5.0]: https://github.com/google/shaka-packager/compare/v2.4.3...v2.5.0 [2.4.3]: https://github.com/google/shaka-packager/compare/v2.4.2...v2.4.3 [2.4.2]: https://github.com/google/shaka-packager/compare/v2.4.1...v2.4.2