diff --git a/NEWS b/NEWS index a06f8e86b..83a966e72 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,28 @@ -Changes between 0.9.9 and 1.0.0-git: +Changes between 1.0.2 and 1.1.0: -------------------------------- + +Changes between 1.0.0 and 1.0.1: +-------------------------------- + +Main Application: + * Fix popup context menu loaded for the wrong items + + +Changes between 0.9.10 and 1.0.0: +--------------------------------- + +Main Application: + * Minimum Lollipop support + * Support remotes for DVD navigation + * Immersive mode from Kitkat and on + * Fix crashes + +Translations: + * Update of all the translations + + Changes between 0.9.8 and 0.9.9: -------------------------------- diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml index 0c4661eae..2a22af4bd 100644 --- a/vlc-android/AndroidManifest.xml +++ b/vlc-android/AndroidManifest.xml @@ -3,7 +3,7 @@ package="org.videolan.vlc" android:installLocation="auto" android:versionCode="01010000" - android:versionName="1.1.0-git" > + android:versionName="1.1.0" >