1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-04-10 10:05:43 +00:00

bump to version 1.10

This commit is contained in:
Greg Alexander 2016-07-22 09:04:46 -04:00
parent 3eca9d014b
commit 3d9a5b5ced
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.galexander.sshd"
android:versionCode="10"
android:versionName="1.9">
android:versionCode="11"
android:versionName="1.10">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

View File

@ -86,6 +86,7 @@ Keys" menu option to help maintain the <tt>authorized_keys</tt> file.
<li> <b>2016/06/21 Version 1.8:</b> sftp, rsync, and scp now work on
files bigger than 2GB.
<li> <b>2016/07/04 Version 1.9:</b> Restart sshd if the system kills it.
<li> <b>2016/07/22 Version 1.10:</b> Enable TCP port forwarding.
</ul>
<h2>About</h2>