[Android] 1.7.1
Jean-Baptiste Kempf
git at videolan.org
Mon Dec 7 14:24:47 CET 2015
vlc-android | branch: 1.7.x | Jean-Baptiste Kempf <jb at videolan.org> | Mon Dec 7 14:24:36 2015 +0100| [553b38cb3a4c1323776bb20c6b7ad178b240da92] | committer: Jean-Baptiste Kempf
1.7.1
> https://code.videolan.org/videolan/vlc-android/commit/553b38cb3a4c1323776bb20c6b7ad178b240da92
---
NEWS | 10 ++++++++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 94bc2d3..9dfe729 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes between 1.7.0 and 1.7.1:
+--------------------------------
+
+Core:
+ * Fix seeking deadlocks and no-sound after seek issues
+
+Application
+ * Numerous crashes and glitches for the application
+
+
Changes between 1.6.6 and 1.7.0:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index f81f214..d2e9901 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="01070000"
- android:versionName="1.7.0">
+ android:versionCode="01070100"
+ android:versionName="1.7.1">
<!--
versionCode scheme is T M NN RR AA
T: Target/Flavour (0 for Android, 1 for ATV, 2 for Chrome?)
More information about the Android
mailing list