From 113aa8a5bd709ce197b063e81d2451c4219df1ee Mon Sep 17 00:00:00 2001 From: wdlkmpx Date: Sat, 13 Nov 2021 18:49:30 -0500 Subject: [PATCH] gFTP 2.8.0b (beta) - Fixed some important crashes - increases app stability - Support compiling with OpenSSL 1.1 (FTPS) - restore FSP support - FTP: Removed the 'dont_use_proxy' stuff (broken) - FTP: LIST -a is disabled by default (go to gFTP->Preferences) - FTP: Add option to enable/disable proxy (disabled by default) GTK UI - Tweaks, adjustments - Ctrl+Alt+C: toggle colored text in log window (disabled by default) also see menu `gFTP->Colored messages`... closes #102 (Local Hosts) closes #115 (dark theme is hard to read) closes #117 (crash on connecting after bookmark change) closes #121 (crash when changing remote dirs) ref #120 See the git log for more details --- ChangeLog | 17 +++++++++++++++++ README.md | 2 +- configure.ac | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d83f49b..7216901 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +=========== +gFTP 2.8.0b +=========== + +- Fixed some important crashes - increases app stability +- Support compiling with OpenSSL 1.1 (FTPS) +- restore FSP support +- FTP: Removed the 'dont_use_proxy' stuff (broken) +- FTP: LIST -a is disabled by default (go to gFTP->Preferences) +- FTP: Add option to enable/disable proxy (disabled by default) +- GTK UI: Tweaks, adjustments +- GTK UI: Ctrl+Alt+C: toggle colored text in log window (disabled by default) + also see menu `gFTP->Colored messages`... + +See the git log for more details + + =========== gFTP 2.7.1b =========== diff --git a/README.md b/README.md index 9206cb3..04075ca 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The gFTP file transfer client. http://www.gftp.org - FTP / FTPS - SSH2 (sftp) - requires OpenSSH client: `ssh` - - FSP (UPD File Service Protocol) + - FSP (UDP File Service Protocol) ## How do I install gFTP? diff --git a/configure.ac b/configure.ac index d4d5c8f..48921e3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([gftp],[2.7.1b],[https://www.gftp.org/]) +AC_INIT([gftp],[2.8.0b],[https://www.gftp.org/]) AC_CONFIG_AUX_DIR([autoconf]) AC_CONFIG_MACRO_DIR([autoconf-m4]) AM_INIT_AUTOMAKE([-Wall foreign])