mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-27 09:48:08 +00:00
bump to version 1.9
This commit is contained in:
parent
73d4406ee1
commit
5aefdf3c11
@ -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="9"
|
||||
android:versionName="1.8">
|
||||
android:versionCode="10"
|
||||
android:versionName="1.9">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
@ -85,6 +85,7 @@ you can use <tt>am</tt> or <tt>pm</tt> more easily). Add "Authorized
|
||||
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.
|
||||
</ul>
|
||||
|
||||
<h2>About</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user