[Android] On the road to 0.1.3-release

Jean-Baptiste Kempf git at videolan.org
Fri Jul 26 19:30:47 CEST 2013


vlc-ports/android | branch: 0.1.x-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 26 19:30:14 2013 +0200| [8ba80bd8e6b48c264a23be7311d5dbeae23716f0] | committer: Jean-Baptiste Kempf

On the road to 0.1.3-release

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=8ba80bd8e6b48c264a23be7311d5dbeae23716f0
---

 NEWS                            |    8 +++++++-
 vlc-android/AndroidManifest.xml |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 9d65b7e..c37786d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
-Changes between 0.1.2 and 0.1.3-git:
+Changes between 0.1.2 and 0.1.3:
 --------------------------------
 
+Core:
+ * Fix the video output for Android 4.3
+
+Main Application:
+ * Fix crashes in SQLite management
+ * Expand playlist subitems
 
 
 Changes between 0.1.1 and 0.1.2:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index dddf2d9..92954a9 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,7 +3,7 @@
     package="org.videolan.vlc"
     android:installLocation="auto"
     android:versionCode="1300"
-    android:versionName="0.1.3-git" >
+    android:versionName="0.1.3" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list