From c45a3959b680efa316dd0861a0b3583a60ba7d8c Mon Sep 17 00:00:00 2001 From: olly Date: Tue, 14 Jun 2016 11:46:08 -0700 Subject: [PATCH] Bump version to 1.5.9. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=124864123 --- RELEASENOTES.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5ec3654307..577cd37167 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,27 @@ # Release notes # -### Current dev branch ### +### r2.x ### + +ExoPlayer 2.x is a major rewrite that's still under development. We suggest +following our [Medium page](https://medium.com/google-exoplayer) to learn more, +as we work toward writing more complete documentation and the first 2.x release. + +### r1.5.9 ### + +* MP4: Fixed incorrect sniffing in some cases (#1523). +* MP4: Improved file compatibility (#1567). +* ID3: Support for TIT2 and APIC frames. +* Fixed querying of platform decoders on some devices. +* Misc bug fixes. + +### r1.5.8 ### + +* HLS: Fix handling of HTTP redirects. +* Audio: Minor adjustment to improve A/V sync. +* OGG: Support FLAC in OGG. +* TTML: Support regions. +* WAV/PCM: Support 8, 24 and 32-bit WAV and PCM audio. +* Misc bug fixes and performance optimizations. ### r1.5.7 ###