home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 2 BBS
/
02-BBS.zip
/
p205_pcb.zip
/
history.doc
< prev
next >
Wrap
Text File
|
1994-12-18
|
3KB
|
105 lines
Version 2.05 -- 12/18/94
- News
P.DLL and P.EXE are compiled with a new version of EMX/GCC
compiler, 0.9a. This could show up as some minor speed
improvement.
- Fixes
BUG: The serial number received from the remote application
in the beginning of a Zmodem transfers wasn't included in
the DSZ logs, and some BBS programs seemed to require it.
FIX: The serial number is now included. If the remote doesn't
provide it to us, -1 will be used.
BUG: The write timeout of 3 seconds wasn't enough for reliable
file transfers in some cases and sometimes a "Failed to
write to file or device" error occurred.
FIX: The write timeout has been increased to 10 seconds.
Version 2.04 -- 09/12/94
- Fixes
BUG: The detection of P.EXE's location didn't work with
CMD.EXE as a shell.
FIX: Instead of using argv[0] to detect the location of
program being run, we use DosGetInfoBlocks() which should
work regardless of which command shell is being
used. Thanks to Kai Uwe Rommel for pointing this out.
BUG: A dotted-decimal notation of internet address was not
accepted as an argument for -host option.
FIX: Now the address can be given in either dotted-decimal or
in symbolic domain name notation.
Version 2.03 -- 09/04/94
- Fixes
BUG: There were some problems, on some systems with loading
the P.DLL. One of these problems was caused by CMD.EXE
which doesn't seem to pass the usual (to most of other
shells) information in the first argument. The cause of
the other problems is still bit fuzzy to me.
FIX: The DLL loading routines has been changed somewhat and
hopefully problems (or at least some of them) will
disappear.
BUG: Sometimes an invalid command-line caused an exception.
FIX: The exception should not occur anymore.
Version 2.02 -- 08/20/94
- Fixes
BUG: If file path had '\' characters as separators and -paths
option wasn't specified, directory and drive info was not
stripped correctly. This caused problems with some
terminal programs which were not clever enough to do the
stripping by themselves.
FIX: Now the information is stripped properly.
Version 2.01 -- 08/19/94
- New features
This history file :-)
- Changes
Some minor things in the documentation (P.DOC) and in the
commentation of P.EXE's sources.
- Fixes
BUG: DSZ log was always written with slashes as directory
information separators and thus it was incompatible with
the standard.
FIX: Now file paths are written to the log just as they were
entered on the command-line or in the listfile. This was
achievied by changing the P.DLL so that it can handle
file names with either slashes or backslashes as
separators, and no conversion is done in the P.EXE
anymore.
BUG: -create and -recursive command-line options were missing
from P.EXE's usage text.
FIX: Now they are included.
Version 2.00 -- 08/18/94
- Initial DLL version