Version 8.3.1
--------------------------------------------------------
Adds directory /etc/gproftpd if it doesnt exist.
Improved the user management code.

Fixes broken Fedora proftpd rpm packages (FC-3,4,5,6)
Adds /etc/pam.d/ftp if the dist is Fedora and the file
is missing so that users can login with their passwords.


Version 8.3.0
--------------------------------------------------------
Improved adding, applying and importing users.
Directories added to the treeview now gets default ftp permissions.
Added checks for valid directory additions.
Entire directory layouts can now be cloned for new users.
FXP ability is turned off by default.
Various code cleanups.


Version 8.2.9
--------------------------------------------------------
Added ratio module management, it is used if the module exists.
Ratios can now be set on a per user basis and survives server restarts.
A new directory called "restricted" will be created in each
newly added users home directory and used with the ratio module.
Added better detection for bad configurations.
Added automatic deprecation for the "Bind " option when using proftpd >= 1.3.1rc1.
Added automatic transformation for the deprecated DisplayFirstChdir
option. If the proftpd version is >= 1.3.1rc1 itll transform to DisplayChdir.
Added French translation:
Steve Holweg <steve@keyko-web.net> and
Thomas Myriam <thomas.myriam@keyko-web.net>


Version 8.2.8
--------------------------------------------------------
File tab fixes.
Help window and apply_user fixes.
Added missing rereads where appropriate.


Version 8.2.7
--------------------------------------------------------
Added directives DisplayLogin and DisplayFirstchdir.
Added statistics generation buttons in the files tab.
Added configure options HTML_STATISTICS and WELCOME_MESSAGE.
Added configure options SERVER_USER and SERVER_GROUP.
Added function add_standard_users. GProftpd now updates
properly when a user profile is deleted and the profiles
system user doesnt exist.


Version 8.2.6
--------------------------------------------------------
Added PROC_PATH configure option.
status_update.c now reads from proc to get online status.
This was a problem with lingering users in CLOSE_WAIT states.
AllowOverwrite has now been added to the directory treeview as
a selectable toggle value for each directory.
Fixed cases where no commands where limited.


Version 8.2.5
--------------------------------------------------------
Cleanups and configure option changes:
Added configuration options XFER_LOG and SECURE_LOG.
GP_CONF is now called PROFTPD_CONF.
Removed '/*' from the import upload directory.


Version 8.2.4
--------------------------------------------------------
Added RequireValidShell to the default configuration.
Added new user management layout and functionality.
Changed default FTP home directory to /var/ftp
The scoreboard file will be added if its missing.
Removed the access deny message entry from the user settings.
Added check for file sizes less then 2 (glibc issue).
Removed annoying popup if the xferlog hasnt been created.
The files tab is no longer updated when the program starts (could take a long time).


Version 8.2.3
--------------------------------------------------------
Complete recode of the entire application.
The bind* directives where deprecated.
Added a per user directory manager with improved flexibility.
Individual user comments can now be set.
Proftpd's SystemLog directive will now be used as specified.
Path to the ftpwho binary can now be configured using FTPWHO_BINARY
Removed the syntax checker, any errors are now shown when 
starting and restarting the server.
Added configure option MIN_PASS_LEN 
for minimum accepted password length (The default length is 6). 
Added a new program icon (Thanks to Sebastian Schoss)
Entries expand and fill properly.
