Skip to content

Commit

Permalink
Update CHANGLOG for v2.4.2
Browse files Browse the repository at this point in the history
Change-Id: I61ec5e9c463448b840409c6ca2b0fe6d9f35a508
  • Loading branch information
kqyang committed Mar 30, 2020
1 parent 2f31bea commit c60e988
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.4.2] - 2020-03-30
### Fixed
- Fix truncation of timestamp to 32bits in segment file names for MPEG2-TS
output (#701).
- [DASH] Fix "roles" stream descriptor support for WebVTT text streams (#708).
- Fix potential deadlock when reading WebVTT from a pipe.

## [2.4.1] - 2020-01-17
### Fixed
- Fixed Windows buildbot (Appveyor builds).

## [2.4.0] - 2019-12-26
### Added
- Support hardware accelerated AES (#198).
Expand Down Expand Up @@ -498,6 +509,8 @@ First public release.
- Added mpd_generator driver program to generate mpd file from packager generated
intermediate files.

[2.4.2]: https://github.com/google/shaka-packager/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/google/shaka-packager/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/google/shaka-packager/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/google/shaka-packager/compare/v2.2.1...v2.3.0
[2.2.1]: https://github.com/google/shaka-packager/compare/v2.2.0...v2.2.1
Expand Down

0 comments on commit c60e988

Please sign in to comment.