[Android] 0.9.1
Jean-Baptiste Kempf
git at videolan.org
Sun Apr 6 18:02:22 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr 6 18:02:14 2014 +0200| [454a75e3e82a324e7fa5a35478eb86f63b3a4e92] | committer: Jean-Baptiste Kempf
0.9.1
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=454a75e3e82a324e7fa5a35478eb86f63b3a4e92
---
NEWS | 9 ++++++++-
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index eadefba..64e4405 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
-Changes between 0.9.0 and 0.9.1-git:
+Changes between 0.9.0 and 0.9.1:
--------------------------------
+Core:
+ * Fix mp4 playback
+
+Main Application:
+ * Fix crash on some 2.3.x devices
+ * Fix numerous crashes in the interface
+
Changes between 0.1.4 and 0.9.0:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 77aa60f..96a63e0 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="9099"
- android:versionName="0.9.1-git" >
+ android:versionCode="9100"
+ android:versionName="0.9.1" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list