Release v2.5.1
Change-Id: Id4e1d8f57c3413ae7eba6c3498fa71077c0d9a10
This commit is contained in:
parent
56e227267c
commit
f8816030a1
20
CHANGELOG.md
20
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
|
## [2.5.0] - 2021-06-09
|
||||||
### Added
|
### Added
|
||||||
- Support HTTP PUT to upload packaging outputs to cloud (#149).
|
- 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
|
- Added mpd_generator driver program to generate mpd file from packager generated
|
||||||
intermediate files.
|
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.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.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
|
[2.4.2]: https://github.com/google/shaka-packager/compare/v2.4.1...v2.4.2
|
||||||
|
|
Loading…
Reference in New Issue