diff --git a/AndroidManifest.xml b/AndroidManifest.xml index dbef7d1e..cb354608 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,8 +3,8 @@ + android:versionCode="501" + android:versionName="0.5-beta1" > diff --git a/doc/CHANGES.txt b/doc/CHANGES.txt index 0ebf297b..07b0c217 100644 --- a/doc/CHANGES.txt +++ b/doc/CHANGES.txt @@ -1,13 +1,18 @@ -v0.3 - UNRELEASED +v0.5 - UNRELEASED - Fix "living dead" connections (can't pass data after reconnection due to DTLS parameter mismatches) - - Fix KeepAlive socket errors on KitKat devices - - Add FAQ tab in response to user feedback - - Minor UI and documentation fixes + - Move log window into a tab + + - Reorganize action bar so that the most important items (Status/Log/FAQ) + are tabs, and less important items (Settings/About) are in the menu + + - Fix KeepAlive socket errors on KitKat devices + + - Other UI and documentation fixes - Add split tunnel configuration options