chore: Release v2.6.1
Change-Id: I9c81738e8ebe4ed6176c5697e90d868ac89a0d6b
This commit is contained in:
parent
e2d66b33fa
commit
634af6591c
|
@ -1,3 +1,8 @@
|
|||
## [2.6.1] - 2021-10-14
|
||||
### Fixed
|
||||
- Fix crash in static-linked linux builds (#996)
|
||||
- Update outdated Dockerfiles
|
||||
|
||||
## [2.6.0] - 2021-09-07
|
||||
### Added
|
||||
- Low latency DASH support (#979)
|
||||
|
@ -610,6 +615,7 @@ First public release.
|
|||
- Added mpd_generator driver program to generate mpd file from packager generated
|
||||
intermediate files.
|
||||
|
||||
[2.6.1]: https://github.com/google/shaka-packager/compare/v2.6.0...v2.6.1
|
||||
[2.6.0]: https://github.com/google/shaka-packager/compare/v2.5.1...v2.6.0
|
||||
[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
|
||||
|
|
Loading…
Reference in New Issue