[Android] NEWS for 1.6.6
Jean-Baptiste Kempf
git at videolan.org
Fri Oct 23 17:15:49 CEST 2015
vlc-ports/android | branch: 1.6.x | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 23 17:13:55 2015 +0200| [8bdd42e075e6749c9fe4a54da22f38ad63a9ada4] | committer: Jean-Baptiste Kempf
NEWS for 1.6.6
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=8bdd42e075e6749c9fe4a54da22f38ad63a9ada4
---
NEWS | 16 ++++++++++++++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index d8edbb0..64ec632 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes between 1.6.5 and 1.6.6:
+--------------------------------
+
+TV:
+ * Remove AUDIO_RECORD permission
+
+Application:
+ * Correctly save position in video
+ * Correctly unmute when using volume keys
+ * Fix regression
+
+Translations:
+ * Update of Turkish, Swedish, Portuguese, Japanese, German,
+ Chinese, Ukrainian. Swedish, Dutch, Spanish
+
+
Changes between 1.6.4 and 1.6.5:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index d90a5df..4023b33 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="01060500"
- android:versionName="1.6.5">
+ android:versionCode="01060600"
+ android:versionName="1.6.6">
<!--
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