소스 검색

Update news for 2.2.0-pre1

Felix Paul Kühne 11 년 전
부모
커밋
f451ff72fd
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      NEWS

+ 6 - 3
NEWS

@@ -1,9 +1,10 @@
-Next version:
--------------
+Version 2.2.0-pre1:
+-------------------
 
 Cross-platform:
 - Fixed deinterlacing if requested
 - Fixed decoding and display of Teletext-based subtitles
+- Improved thumbnailing reliability
 
 MobileVLCKit:
 - It is finally possible to compile the framework without relying on third
@@ -11,6 +12,7 @@ MobileVLCKit:
 - Added 2 sample projects illustrating video playback
 - Added support for https and hls playback
 - VLCMediaListPlayer is available now
+- Added support for https connectivity
 
 VLCKit:
 - VLCMediaThumbnailer is a public API on the Mac now matching the mobile
@@ -29,7 +31,8 @@ New APIs:
 
 Modified API behavior:
 - VLCMediaPlayer:
-  - implementing mediaPlayerTimeChanged is now optional
+  - implementing mediaPlayerTimeChanged and mediaPlayerStateChanged within a
+    delegate object is optional now
 - VLCMedia:
   - nowPlaying meta information is correctly handled now