View Single Post
Old 04-06-2007, 06:06 AM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default Version 6.0.2

New version! Let me know how this works...

ioFTPD-v6.0.2.zip

Code:
v6.0.2 Release Notes:

1) Script compatility update! REMOVE THE "lib\tcl8.4\encoding" DIRECTORY.
   Looks like tcl might return strings in utf-8 format when configured
   correctly.  We could probably get around this using
   "fconfigure $handle -encoding identity" when trying to push stuff
   like .nfo files to the user but if TCL is able to find the default
   encoding for the windows system codepages it starts internally keeping
   everything in utf-8.  To play it safe and prevent other things
   from getting converted the only choice is to delete the directory which
   we clearly didn't need before...

2) Fixed an issue with the timer thread during shutdown.

3) The PHP function io_group_list_seek is now available.

4) Fixed Idle_Ignore. It was broken for all but single word commands.

5) You can now chmod/chown/etc mounted drive letters.  Since the code
   refused to access raw drives for permission info in some cases this
   may have been causing other issues.

6) Rename directory fixed.  It considered any rename a full move before
   and thus would copy all the files over if even in some drive.

7) Non-perfect fix applied to chmod/chown -R and move directory that
   prints status information every 10 seconds or so.  This should prevent
   FTP clients from disconnecting you on long operations and give you
   a happy feeling that the server is still there.

8) Changed around a lot of the shutdown logic.  Probably not really stable
   but you're exiting anyway...

9) For scripters added version info to the end of the executable.  The
   end of the file is now
     [version-string] NULL [length-of-version-string] NULL
   i.e. 6-0-2r\0\06\0
Yil is offline