[Android] On the road to release 2.0.4
Jean-Baptiste Kempf
git at videolan.org
Sat Jul 16 19:55:54 CEST 2016
vlc-android | branch: 2.0.x | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jul 16 19:54:59 2016 +0200| [3360409e4413e91c3c774ac55f9d978994e02abc] | committer: Jean-Baptiste Kempf
On the road to release 2.0.4
> https://code.videolan.org/videolan/vlc-android/commit/3360409e4413e91c3c774ac55f9d978994e02abc
---
NEWS | 12 ++++++++++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 2af0aac..c8f8ed3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes between 2.0.3 and 2.0.4:
+--------------------------------
+
+Core:
+ * Improve SMB compatibility
+ * Improve behaviours for self-signed HTTPS websites
+
+Application:
+ * Fix crash in video player when attaching views
+ * Fix crash when 3rd party application are calling
+
+
Changes between 2.0.2 and 2.0.3:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 8aa8f1e..ac6685f 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.videolan.vlc"
android:installLocation="auto"
- android:versionCode="02000300"
- android:versionName="2.0.3">
+ android:versionCode="02000400"
+ android:versionName="2.0.4">
<!--
versionCode scheme is T M NN RR AA
T: Target/Flavour (1 for Android, 2 for Chrome?)
More information about the Android
mailing list