[Android] Update NEWS for 0.9.8
Jean-Baptiste Kempf
git at videolan.org
Thu Jul 31 20:40:25 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 31 20:40:10 2014 +0200| [194f4029c2c52378cfb274c55ebb1bfa389b0cad] | committer: Jean-Baptiste Kempf
Update NEWS for 0.9.8
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=194f4029c2c52378cfb274c55ebb1bfa389b0cad
---
NEWS | 9 +++++++--
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index d85a8bd..ebe2d84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 0.9.7 and 0.9.8-git:
+Changes between 0.9.7 and 0.9.8:
--------------------------------
Main Application:
@@ -6,15 +6,20 @@ Main Application:
* Fix Media detection when the extension was in UPPER CASE
* Fix default display orientation for the Video Player
* Fix possible crashes and leaks
+ * Fix "replay from start" issue when screen goes off
Core:
* Fix compatibility with MIPS (broken with the native crash handler
* Support building with NDKr10
- * Prepare support for OMX zero-copy
+ * Prepare support for OMX zero-copy for Honeycomb+ (Android-11 and later)
libVLCjni:
* Add bitrate information, statistics and player state methods
+Translations:
+ * Update of Spanish, Finnish, French, Hebrew, Indonesian, Marathi, Polish,
+ Portuguese, Tatar translations
+
Changes between 0.9.7 and 0.9.7.1:
----------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index e97fb59..5baa36f 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.videolan.vlc"
android:installLocation="auto"
- android:versionCode="9799"
- android:versionName="0.9.8-git" >
+ android:versionCode="9800"
+ android:versionName="0.9.8" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list