home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / p205_pcb.zip / history.doc < prev    next >
Text File  |  1994-12-18  |  3KB  |  105 lines

  1. Version 2.05 -- 12/18/94
  2.  
  3.     - News
  4.  
  5.     P.DLL and P.EXE are compiled with a new version of EMX/GCC
  6.         compiler, 0.9a. This could show up as some minor speed
  7.         improvement.
  8.  
  9.     - Fixes
  10.  
  11.     BUG: The serial number received from the remote application
  12.           in the beginning of a Zmodem transfers wasn't included in
  13.          the DSZ logs, and some BBS programs seemed to require it.
  14.  
  15.     FIX: The serial number is now included. If the remote doesn't
  16.          provide it to us, -1 will be used.
  17.  
  18.     BUG: The write timeout of 3 seconds wasn't enough for reliable
  19.          file transfers in some cases and sometimes a "Failed to
  20.          write to file or device" error occurred.
  21.  
  22.     FIX: The write timeout has been increased to 10 seconds.
  23.  
  24. Version 2.04 -- 09/12/94
  25.  
  26.     - Fixes
  27.  
  28.     BUG: The detection of P.EXE's location didn't work with
  29.          CMD.EXE as a shell.
  30.  
  31.     FIX: Instead of using argv[0] to detect the location of
  32.          program being run, we use DosGetInfoBlocks() which should
  33.          work regardless of which command shell is being
  34.              used. Thanks to Kai Uwe Rommel for pointing this out.
  35.  
  36.     BUG: A dotted-decimal notation of internet address was not
  37.          accepted as an argument for -host option.
  38.  
  39.     FIX: Now the address can be given in either dotted-decimal or
  40.          in symbolic domain name notation.
  41.  
  42. Version 2.03 -- 09/04/94
  43.  
  44.     - Fixes
  45.  
  46.     BUG: There were some problems, on some systems with loading
  47.          the P.DLL. One of these problems was caused by CMD.EXE
  48.          which doesn't seem to pass the usual (to most of other
  49.          shells) information in the first argument. The cause of
  50.          the other problems is still bit fuzzy to me.
  51.  
  52.     FIX: The DLL loading routines has been changed somewhat and
  53.          hopefully problems (or at least some of them) will
  54.          disappear.
  55.  
  56.     BUG: Sometimes an invalid command-line caused an exception.
  57.  
  58.     FIX: The exception should not occur anymore.
  59.  
  60. Version 2.02 -- 08/20/94
  61.  
  62.     - Fixes
  63.  
  64.     BUG: If file path had '\' characters as separators and -paths
  65.          option wasn't specified, directory and drive info was not
  66.          stripped correctly. This caused problems with some
  67.          terminal programs which were not clever enough to do the
  68.          stripping by themselves.
  69.  
  70.     FIX: Now the information is stripped properly.
  71.  
  72. Version 2.01 -- 08/19/94
  73.  
  74.     - New features
  75.  
  76.     This history file :-)
  77.  
  78.     - Changes
  79.  
  80.     Some minor things in the documentation (P.DOC) and in the
  81.     commentation of P.EXE's sources.
  82.  
  83.     - Fixes
  84.  
  85.     BUG: DSZ log was always written with slashes as directory
  86.          information separators and thus it was incompatible with
  87.          the standard.
  88.  
  89.     FIX: Now file paths are written to the log just as they were
  90.          entered on the command-line or in the listfile. This was
  91.          achievied by changing the P.DLL so that it can handle
  92.          file names with either slashes or backslashes as
  93.          separators, and no conversion is done in the P.EXE
  94.          anymore.
  95.  
  96.     BUG: -create and -recursive command-line options were missing
  97.          from P.EXE's usage text.
  98.  
  99.     FIX: Now they are included.
  100.  
  101. Version 2.00 -- 08/18/94
  102.  
  103.     - Initial DLL version
  104.  
  105.