[Android] NEWS for 0.9.6
Jean-Baptiste Kempf
git at videolan.org
Fri Jun 20 16:55:03 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jun 20 16:54:50 2014 +0200| [368d0bf8a7bae127483d389420dce49b50892c44] | committer: Jean-Baptiste Kempf
NEWS for 0.9.6
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=368d0bf8a7bae127483d389420dce49b50892c44
---
NEWS | 9 ++++++++-
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 98b6e59..42cc377 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
-Changes between 0.9.5 and 0.9.6-git:
+Changes between 0.9.5 and 0.9.6:
--------------------------------
+Core:
+ * repair equalizer
+ * Blacklist hardware decoding for more TS files
+
+Main Application:
+ * Fix crash in Audio browsing and Video player
+ * Fix retaining of user playlists when clearing
Changes between 0.9.4 and 0.9.5:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 2d20b3a..2de4fbe 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="9599"
- android:versionName="0.9.6-git" >
+ android:versionCode="9600"
+ android:versionName="0.9.6" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list