[Android] On the road to 0.0.9

Jean-Baptiste Kempf git at videolan.org
Wed Jan 23 19:00:31 CET 2013


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 23 19:00:23 2013 +0100| [1ca798bf42897f0703e5778cfc1d8ed3b7f77788] | committer: Jean-Baptiste Kempf

On the road to 0.0.9

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

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

diff --git a/NEWS b/NEWS
index afac116..09323a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 0.0.8 and 0.0.9-git:
+Changes between 0.0.8 and 0.0.9:
 --------------------------------
 Core:
  * Various crash/stability fixes
@@ -6,12 +6,16 @@ Core:
  * Improved automatic SD card detection
  * Experimental YV12-based androidsurface
  * Wakelock issue with stopping was fixed
+ * Use of a faster DTS decoding library
+ * Codec updates
 
 Main application:
+ * SD cards mount point fixes
  * Change of subtitle encoding is now possible
  * Subtitles and audio track selection is now preserved across calls
  * Many bugfixes in the interface
- * A sleep timer was added
+ * Fix selection of some audio tracks
+ * A sleep timer was added for audio and video
  * Added an option to add custom paths to the media library scanner
 
 Translations:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index a4c9630..84ef345 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,7 +3,7 @@
     package="org.videolan.vlc"
     android:installLocation="auto"
     android:versionCode="90"
-    android:versionName="0.0.9-git" >
+    android:versionName="0.0.9" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list