[Android] Prepare the 0.9.2 release
Jean-Baptiste Kempf
git at videolan.org
Tue Apr 15 12:33:56 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 15 12:33:43 2014 +0200| [cc6793fe003854f00345b8dfe8b0241bcdf594c1] | committer: Jean-Baptiste Kempf
Prepare the 0.9.2 release
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=cc6793fe003854f00345b8dfe8b0241bcdf594c1
---
NEWS | 10 ++++++++--
vlc-android/AndroidManifest.xml | 6 +++---
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index a314b4b..2da1501 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
-Changes between 0.9.1 and 0.9.2-git:
+Changes between 0.9.1 and 0.9.2:
--------------------------------
+Core:
+ * Support DVD iso
+
+Main Application:
+ * Fix numerous crashes in the interface
+ * Improve the Secondary Display experience
+ * Update most translations
Changes between 0.9.0 and 0.9.1:
@@ -14,7 +21,6 @@ Main Application:
* 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 2ffedbc..6071d63 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="9199"
- android:versionName="0.9.2-git" >
+ android:versionCode="9200"
+ android:versionName="0.9.2" >
<uses-sdk
android:minSdkVersion="7"
@@ -386,4 +386,4 @@
</receiver>
</application>
-</manifest>
\ No newline at end of file
+</manifest>
More information about the Android
mailing list