Skip to content

Commit

Permalink
Update changelog and bump version to 1.11 (1119)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cernekee <[email protected]>
  • Loading branch information
cernekee committed Feb 21, 2015
1 parent dadbded commit c8dac1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="app.openconnect"
android:versionCode="1109"
android:versionName="1.10" >
android:versionCode="1119"
android:versionName="1.11" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
5 changes: 5 additions & 0 deletions doc/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.11 - 2015/02/21

- Fix "Unknown compression type 0" errors when CSTP and DTLS use
different compression settings

v1.10 - 2015/02/08

- Fix CSD script problem on Lollipop (bug #1)
Expand Down

0 comments on commit c8dac1e

Please sign in to comment.