From a134f5c9d9a7349af7bfe76e29672d4a47417ef1 Mon Sep 17 00:00:00 2001
From: Greg Alexander
Date: Sun, 28 Aug 2016 10:18:11 -0400
Subject: [PATCH] re-order version history so newest is on top
---
doc/index.html | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/doc/index.html b/doc/index.html
index fb493a7..17d15ef 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -78,23 +78,23 @@ commandline.
Change Log
-- 2014/12/22 Version 1.0: Initial public release.
-
- 2014/12/29 Version 1.1: Works with Lollipop now.
-
- 2015/01/18 Version 1.2: Displays the IP address it's listening on.
-
- 2015/06/21 Version 1.3: Hack to make rsync work with SuperSU.
-
- 2015/11/23 Version 1.4: Don't abort if IP address lookup fails, and make proper "About" menu.
-
- 2016/06/11 Version 1.5: SuperSU+rsync hack now limits the
-buffer size to 1MB.
-
- 2016/06/12 Version 1.6: Fix typo that broke scp/sftp/rsync in
-version 1.5.
+
- 2016/08/08 Version 1.11: Fix stall initializing random number generator.
+
- 2016/07/22 Version 1.10: Enable TCP port forwarding.
+
- 2016/07/04 Version 1.9: Restart sshd if the system kills it.
+
- 2016/06/21 Version 1.8: sftp, rsync, and scp now work on
+files bigger than 2GB.
- 2016/06/19 Version 1.7: 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.
-
- 2016/06/21 Version 1.8: sftp, rsync, and scp now work on
-files bigger than 2GB.
-
- 2016/07/04 Version 1.9: Restart sshd if the system kills it.
-
- 2016/07/22 Version 1.10: Enable TCP port forwarding.
-
- 2016/08/08 Version 1.11: Fix stall initializing random number generator.
+
- 2016/06/12 Version 1.6: Fix typo that broke scp/sftp/rsync in
+version 1.5.
+
- 2016/06/11 Version 1.5: SuperSU+rsync hack now limits the
+buffer size to 1MB.
+
- 2015/11/23 Version 1.4: Don't abort if IP address lookup fails, and make proper "About" menu.
+
- 2015/06/21 Version 1.3: Hack to make rsync work with SuperSU.
+
- 2015/01/18 Version 1.2: Displays the IP address it's listening on.
+
- 2014/12/29 Version 1.1: Works with Lollipop now.
+
- 2014/12/22 Version 1.0: Initial public release.
About