changeset 152:8aedbe43a26d

Bump version to beta 5, copyright to 2022 and readme info for release.
author Brian Smith <brian@dbsoft.org>
date Thu, 06 Jan 2022 07:17:54 -0600
parents edec3932c2aa
children fee009584058
files install/handyftp-x64.nsi install/handyftp-x86.nsi install/handyftp.cfg install/handyftp.wis readme.txt src/handyftp.c
diffstat 6 files changed, 10 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/install/handyftp-x64.nsi	Mon Dec 20 17:31:12 2021 -0600
+++ b/install/handyftp-x64.nsi	Thu Jan 06 07:17:54 2022 -0600
@@ -29,7 +29,7 @@
 
   ; Name and file
   Name "HandyFTP"
-  OutFile "hftp10b4win64.exe"
+  OutFile "hftp10b5win64.exe"
 
   ; Default installation folder
   InstallDir "$PROGRAMFILES64\HandyFTP"
--- a/install/handyftp-x86.nsi	Mon Dec 20 17:31:12 2021 -0600
+++ b/install/handyftp-x86.nsi	Thu Jan 06 07:17:54 2022 -0600
@@ -10,7 +10,7 @@
 
   ; Name and file
   Name "HandyFTP"
-  OutFile "hftp10b4win.exe"
+  OutFile "hftp10b5win.exe"
 
   ; Default installation folder
   InstallDir "$PROGRAMFILES\HandyFTP"
--- a/install/handyftp.cfg	Mon Dec 20 17:31:12 2021 -0600
+++ b/install/handyftp.cfg	Thu Jan 06 07:17:54 2022 -0600
@@ -4,7 +4,7 @@
 #
 # Version of the application being installed 
 #
-INSTALLER_VERSION=1.0b4
+INSTALLER_VERSION=1.0b5
 #
 # 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.0b4
+INSTALLER_PACKAGE=handyftp.ace,HandyFTP 1.0b5
--- a/install/handyftp.wis	Mon Dec 20 17:31:12 2021 -0600
+++ b/install/handyftp.wis	Thu Jan 06 07:17:54 2022 -0600
@@ -4,7 +4,7 @@
       PACKAGEID="Brian Smith\HandyFTP\Base package\1\0\4"
       TARGET="?:\Programs\HandyFTP"
       SELECT
-      TITLE="HandyFTP 1.0b4"
+      TITLE="HandyFTP 1.0b5"
       CREATEOBJECT="WPProgram|HandyFTP|<WP_DESKTOP>|EXENAME=$(1)\HANDYFTP.EXE;OBJECTID=<HANDYFTP>;"
       >Graphical FTP and FXP client for OS/2 PM.</PCK>
 </HEAD>
--- a/readme.txt	Mon Dec 20 17:31:12 2021 -0600
+++ b/readme.txt	Thu Jan 06 07:17:54 2022 -0600
@@ -1,4 +1,4 @@
-HandyFTP 1.0 beta 4
+HandyFTP 1.0 beta 5
 
 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,16 +23,11 @@
 
 http://hg.dbsoft.org/HandyFTP/
 
-Changes since 1.0b3:
-
-All the Dynamic Windows changes since version 2.5.
+Changes since 1.0b4:
 
-Dark Mode support on Mac, and experimental Dark Mode support on Windows 10.
+All the Dynamic Windows changes since version 3.1.
 
-Domain socket support on Windows 10.  Separate build without domain sockets
-is available for other versions of Windows.
-
-Notification support on Mac 10.8, Windows 8, GLib 2.40 and later versions.
+Support for iOS, Android and GTK4.
 
 End:
 
--- a/src/handyftp.c	Mon Dec 20 17:31:12 2021 -0600
+++ b/src/handyftp.c	Thu Jan 06 07:17:54 2022 -0600
@@ -2186,7 +2186,7 @@
 	dw_box_pack_start(buttonbox, logo, 337, 131, FALSE, FALSE, 2);
 	dw_box_pack_start(buttonbox, 0, 50, 30, TRUE, FALSE, 0);
 
-	stext = dw_text_new("HandyFTP © 1999-2021 Brian Smith", 0);
+	stext = dw_text_new("HandyFTP © 1999-2022 Brian Smith", 0);
 	dw_window_set_style(stext, DW_DT_CENTER | DW_DT_VCENTER, DW_DT_CENTER | DW_DT_VCENTER);
 	dw_box_pack_start(mainbox, stext, 10, 20, TRUE, TRUE, 0);