[Android] News about 0.1.2

Jean-Baptiste Kempf git at videolan.org
Mon Jun 24 08:35:52 CEST 2013


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 24 08:35:37 2013 +0200| [31a656ee3cc95c36e127f97c2f8a9375d4ae5343] | committer: Jean-Baptiste Kempf

News about 0.1.2

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

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

diff --git a/NEWS b/NEWS
index 26a4a79..205fe5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,20 @@
-Changes between 0.1.1 and 0.1.2-git:
+Changes between 0.1.1 and 0.1.2:
 --------------------------------
 
+* Relicensed libVLC jni wrapper and Java counterpart to LGPL
+
 Audio Service:
  * Keep the service alive only when playing
  * Fix crashes
 
 Main Application:
- * Fix crashes and warnings
  * Manual selection of subtitles
- * Added on option to disable the deblocking/loop filter on slower
-   devices, resulting in noticeable performance improvements.
+ * Fix crashes and warnings
+ * Add an option to adjust the deblocking filter level, resulting in
+   noticeable performance improvements.
 
 Translations:
- * Initial Icelandic and Vietnamese translations
+ * Initial Icelandic, Lithuanian and Vietnamese translations
  * Updates to the Bosnian, Catalan, Chinese, Czech, Danish, Dutch,
    Galician, German, Hebrew, Hindi, Italian, Japanese, Marathi,
    Norwegian Bokmål, Polish, Portuguese, Russian, Scottish Gaelic,
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index f39baf6..f674bba 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,7 +3,7 @@
     package="org.videolan.vlc"
     android:installLocation="auto"
     android:versionCode="1200"
-    android:versionName="0.1.2-git" >
+    android:versionName="0.1.2" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list