*** Release Notes for FCE4C Version 3.3 ***

Fixed problem with connecting w/o blocking.
Fixed problem with server name being corrupted in the FCE log file.
Added project files for Visual C/C++ 2013.
Added project files for Visual C/C++ 2012.
Added support for Digital Mars C compiler.
Added function fceGetSubDirs()
Added FCE_SET_DEBUG_LEVEL to fceSetInteger().
Added Embarcadero C++ Builder XE library files.

*** Release Notes for FCE4C Version 3.2 ***

Fixed Bug: Open control socket not always closed.
Fixed Bug: Open listen socket not always closed.
Added function fcePutDirFiles (uploads files in directory)
Added function fceGetDirFiles (downloads files in directory)

*** Release Notes for FCE4C Version 3.1 ***

Log file is now time-stamped
Added diagnostics to function fceFileLength
fceGetLocalFList no longer counts subdirectories
Added fceGetFileSize function
Added fceGetFileTime function
Added MinGW project project (batch) files for examples
Added Visual Studio 2010 project files for examples

*** Release Notes for FCE4C Version 3.0 ***

Added support for 64-bit Windows (Win64)
Added fceIsConnected function
Added fceToInteger function

*** Release Notes for FCE4C Version 2.7 ***

Added capability to bind to a specific local IP address
[eg: fceSetInteger(0, FCE_BIND_TO_LOCAL_IP, "10.0.0.5") ]

Added capability (fceErrorText) to change error text to languuages other than English. 

Fixed problem with non-blocking mode when connecting.

Added FCE_LOCAL_DIR_IS_CDROM to fceSetInteger, which allows the local directory to be a read-only device such as a CDROM.
Added FCE_DISABLE_SKEY to fceSetInteger, which disables S/KEY processing.
Added MDTM and LoadLib example programs.

*** Release Notes for FCE4C Version 2.6 ***

Added fceGetTicks() function.
 
*** Release Notes for FCE4C Version 2.5 ***

Added fceShortToByte and fceByteToShort functions.

*** Release Notes for FCE4C Version 2.4 ***

Several new functions have been added:

fceGetLocalFList -- Gets list of local files in current directory.
fceGetLocalFSize -- Gets size of specified local file.

*** Release Notes for FCE4C Version 2.3  ***

fceGetList now returns error -32 (FCE_BUFFER_OVERFLOW) if the buffer size 
passed to fceGetList is insufficient to held the entire listing.

Version 1.1 through 2.3 requires that you pass a "key code" (32-bit integer)
as the second argument to fceAttach. Use 0 for the shareware version. For
the registered version, you will be issued a key that matches your
registered DLL's, placed in KEYCODE.H, placed in KEYCODE.H in the APPS
directory.

Error code -74 (FCE_BAD_KEY_CODE) is returned if the wrong key code is
passed.

[END]

