mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-27 09:48:08 +00:00
bump to 1.11
This commit is contained in:
parent
60fcaa6ec9
commit
59509132cf
@ -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="11"
|
||||
android:versionName="1.10">
|
||||
android:versionCode="12"
|
||||
android:versionName="1.11">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
@ -87,6 +87,7 @@ Keys" menu option to help maintain the <tt>authorized_keys</tt> file.
|
||||
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.
|
||||
<li> <b>2016/08/08 Version 1.11:</b> Fix stall initializing random number generator.
|
||||
</ul>
|
||||
|
||||
<h2>About</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user