aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-05-03 15:16:14 +0200
committerTobias Brunner <tobias@strongswan.org>2013-05-03 16:02:39 +0200
commit55321dcfb6898efacb696ac4b03db51dd1fb9219 (patch)
tree75d6dc5ccaac1d653c2565f5b8d99883e7328a05 /src/frontends
parent79f42ded50653fce6b3490027f020e2cd5a3ae0a (diff)
downloadstrongswan-55321dcfb6898efacb696ac4b03db51dd1fb9219.tar.bz2
strongswan-55321dcfb6898efacb696ac4b03db51dd1fb9219.tar.xz
New Android release after adding AES-GCM, IPv6-in-IPv4 and using kernel-netlink
libipsec now supports AES-GCM, IPv6 tunnels over IPv4 are supported, native x86 libraries are built (requires a new Vstr build script). Also, the existing kernel-netlink plugin now provides the kernel-net implementation, which should be more stable in case multiple interfaces are up and have IP addresses installed on them.
Diffstat (limited to 'src/frontends')
-rw-r--r--src/frontends/android/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontends/android/AndroidManifest.xml b/src/frontends/android/AndroidManifest.xml
index c0ac8c1bd..4d76ac09e 100644
--- a/src/frontends/android/AndroidManifest.xml
+++ b/src/frontends/android/AndroidManifest.xml
@@ -17,8 +17,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.strongswan.android"
- android:versionCode="10"
- android:versionName="1.2.2" >
+ android:versionCode="11"
+ android:versionName="1.2.3" >
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />