changeset 160:b5bccbefa5f5

Update the readme, license and installer files for the upcoming release.
author Brian Smith <brian@dbsoft.org>
date Mon, 02 Jan 2023 16:56:04 -0600
parents 7e0145aebfd2
children 7c7ee53d550c
files install/handyftp-x64.nsi install/handyftp-x86.nsi install/handyftp.cfg install/handyftp.wis install/scripts/license.txt readme.txt
diffstat 6 files changed, 11 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/install/handyftp-x64.nsi	Mon Jan 02 16:29:45 2023 -0600
+++ b/install/handyftp-x64.nsi	Mon Jan 02 16:56:04 2023 -0600
@@ -29,7 +29,7 @@
 
   ; Name and file
   Name "HandyFTP"
-  OutFile "hftp10b5win64.exe"
+  OutFile "hftp10b6win64.exe"
 
   ; Default installation folder
   InstallDir "$PROGRAMFILES64\HandyFTP"
--- a/install/handyftp-x86.nsi	Mon Jan 02 16:29:45 2023 -0600
+++ b/install/handyftp-x86.nsi	Mon Jan 02 16:56:04 2023 -0600
@@ -10,7 +10,7 @@
 
   ; Name and file
   Name "HandyFTP"
-  OutFile "hftp10b5win.exe"
+  OutFile "hftp10b6win.exe"
 
   ; Default installation folder
   InstallDir "$PROGRAMFILES\HandyFTP"
--- a/install/handyftp.cfg	Mon Jan 02 16:29:45 2023 -0600
+++ b/install/handyftp.cfg	Mon Jan 02 16:56:04 2023 -0600
@@ -4,7 +4,7 @@
 #
 # Version of the application being installed 
 #
-INSTALLER_VERSION=1.0b5
+INSTALLER_VERSION=1.0b6
 #
 # What the installer says in the title bar 
 #
@@ -59,4 +59,4 @@
 # List of packages.
 #
 INSTALLER_PACKAGE=misc.ace,Misc. Files
-INSTALLER_PACKAGE=handyftp.ace,HandyFTP 1.0b5
+INSTALLER_PACKAGE=handyftp.ace,HandyFTP 1.0b6
--- a/install/handyftp.wis	Mon Jan 02 16:29:45 2023 -0600
+++ b/install/handyftp.wis	Mon Jan 02 16:56:04 2023 -0600
@@ -1,10 +1,10 @@
 <WARPIN>
 <HEAD>
 <PCK INDEX="1"
-      PACKAGEID="Brian Smith\HandyFTP\Base package\1\0\5"
+      PACKAGEID="Brian Smith\HandyFTP\Base package\1\0\6"
       TARGET="?:\Programs\HandyFTP"
       SELECT
-      TITLE="HandyFTP 1.0b5"
+      TITLE="HandyFTP 1.0b6"
       CREATEOBJECT="WPProgram|HandyFTP|<WP_DESKTOP>|EXENAME=$(1)\HANDYFTP.EXE;OBJECTID=<HANDYFTP>;"
       >Graphical FTP and FXP client for OS/2 PM.</PCK>
 </HEAD>
--- a/install/scripts/license.txt	Mon Jan 02 16:29:45 2023 -0600
+++ b/install/scripts/license.txt	Mon Jan 02 16:56:04 2023 -0600
@@ -1,6 +1,6 @@
 Copyright Information About HandyFTP.
 
-Copyright (C) 1999-2022 Brian Smith <brian@dbsoft.org>
+Copyright (C) 1999-2023 Brian Smith <brian@dbsoft.org>
 
 By using this product you accept that the authors hold no responsibility for damage from use of this product.
 
--- a/readme.txt	Mon Jan 02 16:29:45 2023 -0600
+++ b/readme.txt	Mon Jan 02 16:56:04 2023 -0600
@@ -1,4 +1,4 @@
-HandyFTP 1.0 beta 5
+HandyFTP 1.0 beta 6
 
 These clients have not been thoroughly tested, they are under development, I am
 dropping the latest binaries and source code every couple of days.  They
@@ -23,11 +23,10 @@
 
 http://hg.dbsoft.org/HandyFTP/
 
-Changes since 1.0b4:
+Changes since 1.0b5:
 
-All the Dynamic Windows changes since version 3.1.
-
-Support for iOS, Android and GTK4.
+All the Dynamic Windows changes since version 3.2.
+Display all file information on iOS and Android as extra instead of abbreviated.
 
 End: