[Android] Prepare 0.9.9 release
Jean-Baptiste Kempf
git at videolan.org
Thu Sep 4 05:07:14 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 4 05:07:02 2014 +0200| [27e011f13f5b6e0b9fb702b13c287a3a00e5aac9] | committer: Jean-Baptiste Kempf
Prepare 0.9.9 release
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=27e011f13f5b6e0b9fb702b13c287a3a00e5aac9
---
NEWS | 11 ++++++++++-
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 8474850..9a70896 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
-Changes between 0.9.8 and 0.9.9-git:
+Changes between 0.9.8 and 0.9.9:
--------------------------------
+Main Application:
+ * Fix Artist names on the lock screen and bluetooth interface
+ * Allow VLC to be installed as a system app
+ * Fix potential crashes in the UI
+
+Core:
+ * Fix assert on some video decoding
+ * Fix avi and m4a regressions
+
Changes between 0.9.7 and 0.9.8:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index f25a5e7..dc19e0e 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="9899"
- android:versionName="0.9.9-git" >
+ android:versionCode="9900"
+ android:versionName="0.9.9" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list