home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rxmir13.zip / history < prev    next >
Text File  |  1999-02-21  |  5KB  |  85 lines

  1. rxMirror, an automated FTP mirroring tool version history
  2.  
  3.        This file documents changes in all the versions of the rxMirror.
  4.        Recent version changes are first and oldest last.
  5.  
  6. Version 1.3 - released 22. February 1999
  7.  
  8.  [FIX] Remote/local file comparing performance increased by adding a simple
  9.        indexing to remote/local files. This helps maintaining a very BIG mirror
  10.        sites. For example, old version compares 2000 files in about 45 minutes
  11.        while with v1.3 it will only take about 6 seconds!
  12.  [NEW] Idle limit (configuration tag 'idlelim') setting added. rxMirror.cmd
  13.        can be configured to make send NOOP to server to keep line busy so
  14.        connection is not dropped because idle time limit of FTP server and/or
  15.        Dial-Up Connection.
  16.  [NEW] Screen output logging added. Can be configured in command line and with
  17.        new 'scrlog' configuration tag with S logging level. This was done to
  18.        get timestamp information added to output (nice for debugging).
  19.  [CHG] Command line format changed. Run "rxMirror.cmd -h" for more information.
  20.  [FIX] If the mirror did not check and retrieve all changed remote files (due
  21.        to exceeding some limit) then changed files would be removed as obsolete.
  22.        Now file becomes obsolete only if remote does not have a file with the
  23.        same name as local file (length or timestamp is not checked anymore).
  24.  [NEW] Characters per second (CPS) and transfer time (in format hh:mm:ss.ms)
  25.        added to local file in log ('inlog' configuration tag).
  26.  [NEW] Support for linked remote files added. Option 'linkedfiles' can be used
  27.        to configure how link files are handled. Default is to ignore them for
  28.        backward compatibility.
  29.  [NEW] Rename without relocation now supported. Technically you just specify
  30.        relocation to current directory and specify differend relocation include
  31.        and skip lists (which is now possible).
  32.  [FIX] Removing obsolete object that have space or some other special character
  33.        didn't work. Fixed by always adding " chars around filenames to be sure.
  34.  [NEW] Optional rename of relocated files using external convert procedure.
  35.  [CHG] Now correctly ignores 'descript.ion' file description file.
  36.  [NEW] Relocation of remote files to local directory.
  37.  [NEW] Added 'savedirlist' configuration macro for controlling whether to save
  38.        remote directory listing to a file.
  39.  [FIX] Now uses ftpDir() rather than ftpLS(-La) to list directory on remote
  40.        directory. Some FTP servers didn't like the latter (like ftp.funet.fi)
  41.  [CHG] Negative limits means no limit (unlimited).
  42.  [NEW] Directory specific and total mirroring time limits added. Can be
  43.        configured using 'limit.dirmins' and 'limit.totmins' configuration tags.
  44.  [NEW] Global and local for directory include lists added. 'inc' and 'incglb'
  45.        configuration tags added so these can be changed.
  46.  [CHG] Added global skiplist that is read for every directory processed.
  47.        New 'skipglb' configuration tag can be used to configure this.
  48.  [NEW] User pressing ctrl-c is now detected and logged to main logfile.
  49.  [NEW] glb.cmddir and glb.curdir can now be used in option file for directory
  50.        where .cmd file is located and current directory, respectively.
  51.  [NEW] Local directory where mirrored files/directories are placed can now be
  52.        configured using 'localdir' configuration tag.
  53.  [CHG] rxMirror.cmd no longer have to be in the mirror root.
  54.  [FIX] Empty lines in configuration file(s) no longer terminate them.
  55.  [NFO] New author: Teemu Mannermaa <wicked@clinet.fi>.
  56.  [NEW] Added support for IBM OS/2 ftpd.
  57.  
  58. Version 1.2 - released 7. March 1996
  59.  
  60.  [NFO] Last release by the original author, Sergey Ayukov <asv@ayukov.com>.
  61.  [NEW] More close to conventional mirror packages: rxMirror reproduces
  62.        time stamps and lengths exactly (no more stupid "bigger file is
  63.        better"); total size of files in the directory is reported before
  64.        downloading; option "ignoretimestamp" is now in effect; wildcards
  65.        can be used in skiplists (see option 12); "*" can be used as password
  66.        (you'll be prompted for an actual password).
  67.  
  68. Version 1.1 - released 12. December 1995
  69.  
  70.  [NEW] Added "skip" option (read .rxmirror.options).
  71.  [FIX] Timestamps are now set correctly (corresponding to remote file).
  72.  
  73. Version 1.0c - released 3. August 1995
  74.  
  75.  [FIX] Fixed bug causing to stop transfer under unclear conditions after
  76.        each file.
  77.  
  78. Version 1.0a - released 17. July 1995
  79.  
  80.  [FIX] Small corrections in docs.
  81.  
  82. Version 1.0 - released 5. July 1995
  83.  
  84.  [NFO] Initial release by the original author, Sergey Ayukov <asv@ayukov.com>.
  85.