mirror of
http://galexander.org/git/simplesshd.git
synced 2024-12-29 09:28:07 +00:00
mark version 1.7
This commit is contained in:
parent
b16e201adc
commit
d4c46fcc1e
@ -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="7"
|
||||
android:versionName="1.6">
|
||||
android:versionCode="8"
|
||||
android:versionName="1.7">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
@ -76,9 +76,13 @@ commandline.</p>
|
||||
<li> <b>2015/01/18 Version 1.2:</b> Displays the IP address it's listening on.
|
||||
<li> <b>2015/06/21 Version 1.3:</b> Hack to make rsync work with SuperSU.
|
||||
<li> <b>2015/11/23 Version 1.4:</b> Don't abort if IP address lookup fails, and make proper "About" menu.
|
||||
<li> <b>2016/06/11 Version 1.5:</b> SuperSU+rsync hack now limits the buffer size to 1MB.
|
||||
<li> <b>2016/06/12 Version 1.6:</b> Fix typo that broke scp/sftp/rsync in version 1.5.
|
||||
<li> <b>2016/06/xx Version 1.7:</b> Don't clear environment variables (so you can use 'am' or 'pm' more easily). Add "Authorized Keys" menu option to help maintain the Authorized Keys file.
|
||||
<li> <b>2016/06/11 Version 1.5:</b> SuperSU+rsync hack now limits the
|
||||
buffer size to 1MB.
|
||||
<li> <b>2016/06/12 Version 1.6:</b> Fix typo that broke scp/sftp/rsync in
|
||||
version 1.5.
|
||||
<li> <b>2016/06/19 Version 1.7:</b> Don't clear environment variables (so
|
||||
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.
|
||||
</ul>
|
||||
|
||||
<h2>About</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user