------------------------------------------------------------------------------- What's new in version 1.30 + Upload Manager can now add the resolution and number of colors of an image file to the file's description. This is activated by placing the "AddImageInfo" keyword in the configuration file. - Some TSRs would cause Upload Manager to crash. This has been fixed. + Moved all image processing to an external executable file IMAGUTIL.EXE. The path to this utility is defined in the configuration file with the "Image_Util" keyword. + Added support for non-JFIF JPEG files. + Added "Add_Gif_Comment" to turn on GIF commenting and define the textfile to be used as the comment, and "Remove_Gif_Comment" to strip GIF comments. + The "ProcessMode" configuration command now accepts "Move" and "Invisible" as valid substitutes for 0 and 1. - If a FILE_ID.DIZ file was longer than fifty lines, Upload Manager would try to use memory it didn't have allocated. This usually just resulted in a line of garbage in the .DIR file, but could conceivably have caused a crash. + Expanded maximum number of description lines from 50 to 255. + Improved logging. + Added "Off" subcommand to the "Lock" configuration command to turn off all network support. - The "BadArcs" counter on the full-screen display was not being properly incremented. ------------------------------------------------------------------------------- What's new in version 1.20b - The UseDiz function of Upload Manager no longer uses the SDN.ID file, as this file is normally not suitable for a 45 character line description ------------------------------------------------------------------------------- What's new in version 1.20a + A license key is no longer required for operation + During a "Sort" or "Kill_Dupes" mode, debug information was being written to the screen, causing very messy output. This has been fixed. ------------------------------------------------------------------------------- What's new in version 1.20 + When the UseDiz option is turned on, the file's description will now be replaced with FILE_ID.DIZ, DESC.SDI, or SDN.ID; In that order. + Word Wrapping is now done when importing a FILE_ID.DIZ/DESC.SDI file into a description if lines are longer than the 45 character limit. + Added the option to sort the pseudo directory. If the "Sort" keyword is defined: The "UploadArea" will be sorted if ProcessMode 1, or the "MoveArea" will be sorted if ProcessMode 0. This sort is case-insensitive, and sorts on the TBBS filename not the DOS filename. + Added the option to remove duplicate entries from the pseudo directory. If the "Kill_Dupes" keyword is defined: The "UploadArea" will be processed for duplicates if ProcessMode 1, or the "MoveArea" will be processed for duplicates if ProcessMode 0. - When the SCAN utility was not found, Upload Manager would incorrectly report that SCAN had exited with errorlevel -1. This now reports a meaningful error message. ------------------------------------------------------------------------------- What's new in version 1.10 + When moving a file and description, Upload Manager can now optionally place the file at the beginning of the .DIR file. - The .DIR file handling routines have been completely recoded to allow for larger .DIR files, better extended description handling, and speed. - In some cases, extended descriptions were disappearing. This problem has been eliminated due to the reworking of the .DIR handling routines. - When running in 35, 43, or 50 line screen modes, Upload Manager was not exiting properly. This has been fixed. - In rare cases, Upload Manager would crash with a memory allocation error while processing a FILE_ID.DIZ file. This has been fixed. - Repack function would not allow repacking as ZIP.. Fixed.. + Added support for Russian .RAR archive format + Added support for versions 2+ of McAfee's SCAN Utility. The Scan_2+ configuration directive was added to tell Upload Manager that you are using version 2+ + Upload Manager now aborts operation when SCAN returns an errorlevel indicating that it could not execute. This prevents Upload Manager from processing a file as "Infected" when really the problem was with the SCAN program itself. - Fixed problem that occurred when the temporary files directory and the upload area are on seperate drives. - You may now place a configuration filename on the command line and that file will be used instead of UPLMAN.CFG. - Command line help is now implemented (/?)