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.
This commit is contained in:
Tobias Brunner
2013-05-03 16:02:39 +02:00
parent 79f42ded50
commit 55321dcfb6
+2 -2
View File
@@ -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" />