[Android] Update NEWS and name to 0.1.0

Jean-Baptiste Kempf git at videolan.org
Tue May 7 15:52:31 CEST 2013


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May  7 15:52:12 2013 +0200| [81cd6069abc5090f0205b3a44cecb5ce4dfd16f4] | committer: Jean-Baptiste Kempf

Update NEWS and name to 0.1.0

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

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

diff --git a/NEWS b/NEWS
index cc19664..f31a681 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
-Changes between 0.0.11 and 0.1.0-git:
-----------------------------------
+Changes between 0.0.11 and 0.1.0:
+---------------------------------
+
+Core:
+ * Update to libVLC 2.1.0 new log API
+ * Update libVLC
+ * Allow to build with x86_64 and OSX SDKs
+ * Reduce memory usage
+
+Main Application:
+ * Warn user if playback of a deleted item starts
+ * New dialog for speed/sleep/jump
+ * New control from Notifications
+ * Fix multiple important crashes
+ * Fix some subtitles selections
+ * Fix some infinite thumbnail retries
+ * Fix issues where a media would not start
+
+Translations:
+ * Update of Basque, Croatian
 
 
 Changes between 0.0.10 and 0.0.11:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 914deb7..f5100ea 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,7 +3,7 @@
     package="org.videolan.vlc"
     android:installLocation="auto"
     android:versionCode="1000"
-    android:versionName="0.1.0-git" >
+    android:versionName="0.1.0" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list