home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / uniflex / ufkrev.txt < prev    next >
Text File  |  1993-08-22  |  8KB  |  212 lines

  1. V 1.1  7 December 1987
  2.  
  3. Add delay after "TRANSMIT" to allow all the data to be send before the
  4. port is closed.
  5.  
  6. Change timeout in port open routine to control-C trap so a line can be
  7. opened while it is not ready, and the command can eventually be aborted
  8. in a clean way.
  9. This has the side effect that a port can always be set with 'set line',
  10. even if it's not ready.
  11.  
  12. Add 'purgeline' before sending a packet, so that eventual old input will
  13. be ignored. This prohibits the sending of the same packet twice.
  14.  
  15. Check if sending a file from the server over a remote line. A send delay
  16. is not neccessary when this happens.
  17.  
  18. Don't stop the server if a file transfer is aborted from the other side.
  19.  
  20. Add check if in single user mode when a server 'bye' command is received.
  21. If the system is in multi user mode, the process will be logged out. If
  22. this should be done in single user mode, the system will be stopped !! A
  23. normal exit will be done in that case.
  24.  
  25. Check if send or receive enabled in packet send/receive routines. Only
  26. update statistics counters if so.
  27.  
  28. ------------------------------------------------------------------------------
  29.  
  30. V 1.2  24 Februari 1988
  31.  
  32. Check for existance of '/bin/baud'. If this utility is unavailable,
  33. don't issue an error message when opening the communication port.
  34. If an attempt is made to set the baudrate, issue a warning that this
  35. is impossible.
  36. This is done for people who want to set the baudrate manually. They
  37. can place the 'baud' utility in '/usr/bin', so they can set it by hand.
  38. Also don't call the baud utility when a command line option for connect,
  39. send or receive is given without an 'b' option. Call 'baud' only when a
  40. 'set baudrate' command is given, and the first time when the
  41. communication line is used (unless a 'set baudrate' command has been
  42. given before).
  43.  
  44. Check if a file was open after returning to the main command loop.
  45. If this was not the case, the call to 'fclose' corrupted low memory,
  46. thereby causing strange effects when using two shared text kermits
  47. at the same time.
  48.  
  49. Add long packet support. This can be activated by setting the packet
  50. length to a value > 94. If the remote system does not support this,
  51. a length of 94 will be used. An extra option is provided:
  52.  
  53.   'set auto_recover on/off'
  54.  
  55. This enables/disables kermit to automatically shorten the packet size
  56. on a receive error until a low limit (80 bytes) is reached. This will
  57. only be used if the long packet length has been successfully negotiated.
  58.  
  59. Leave the terminal port open after the first use. This is done to prevent
  60. the dropping of DTR at the close of the port. The port is now only closed
  61. in the following cases:
  62.  
  63. 1. After a 'set line' command.
  64. 2. After a 'connect' command which specifies a line.
  65. 3. At kermit's exit.
  66.  
  67. A modem won't hangup in this way after a 'connect' followed by a data
  68. transfer command.
  69.  
  70. Extra command line options are available: 'x' will let kermit startup
  71. in server mode, 'u' selects a specific startup command file.
  72.  
  73. Add a display of parameters selected after negotiating with the other
  74. kermit. The items shown are:
  75. - packet length
  76. - timeout value
  77. - block check type
  78. - end of line character
  79. - padding character
  80. - number of pad characters
  81. - control quote character
  82. - repeat quote character
  83. - eight bit quote character
  84.  
  85. Correct bug if a server kermit had another blockcheck type than the default
  86. selected, and the first file requested at the server did not exist. The
  87. server would then send an error packet with an invalid blockcheck type.
  88.  
  89. Correct bug in server. If a 'bye' command was received, the acknowledge
  90. got lost due to the server process being killed before the acknowledge
  91. had been send out.
  92.  
  93. Modified mechanism of creating new filename. If filename warning was
  94. enabled, and there were 10 or more files ending with a digit in the
  95. current directory, then the program would enter a loop.
  96.  
  97. The terminal emulator has been changed in such a way that the character
  98. following the escape character will be send to the host if it is an
  99. invalid character for escape processing.
  100.  
  101. Add a display of the transfer parameters which are used after negotiation
  102. with the other kermit.
  103.  
  104. Check for the entering of a ctrl-X or ctrl-Z while transfer is in progress
  105. was done only after the timeout had expired. It will now be checked every
  106. second, no matter how long the timeout has been set.
  107.  
  108. Correct bug in the sending of padding characters. If the padding count
  109. was greater than one, the characters after the first character could
  110. contain garbage.
  111.  
  112. Add panic escape while transfer is active: type a control '\', and kermit
  113. will abort and return to the shell.
  114. Modify duplicate filname check/new filename creation. Sometimes an invalid
  115. filespec could be generated.
  116.  
  117. ------------------------------------------------------------------------------
  118.  
  119. V 1.3  23 August 1988
  120.  
  121. Modify duplicate filname check/new filename creation. Sometimes an invalid
  122. filespec could be generated.
  123.  
  124. Remove purging of input line after a packet has been send. It might eat
  125. the acknowledge of data on a fast line.
  126.  
  127. Check in connect for write of a received 0xff to the file. Fputc will
  128. return this value, which would stop logging. Continue for now.
  129.  
  130. Add text highlighting and cursor on/off switching.
  131.  
  132. Correct 'F' packet behaviour when compression is used. Use compression
  133. in these packets as well.
  134.  
  135. Add check for device type files. Ignore them on send.
  136.  
  137. Add check if new port is specified in 'connect' command. Close old port
  138. if so, otherwise the old port would still be used.
  139.  
  140. Add check in screen routines that if 'termcap' can be read successfully,
  141. and 'pc' (position cursor) is not defined, no screen handling will be done.
  142.  
  143. Add 'free' command to get the number of bytes available on any disk.
  144.  
  145. Add attribute packets. This enables the kermit to negotiate with each other
  146. about files type, file size, and to set the original protection and
  147. creation date. If attribute packets are selected then it is possible to
  148. mix binary and ascii files in one command.
  149.  
  150. Restricted the extended packet size to 2048 due to memory shortage.
  151.  
  152. ------------------------------------------------------------------------------
  153.  
  154. V 1.4  3 Januari 1989
  155.  
  156. Add 'BREAK' command in connect.
  157.  
  158. Close files after fork but before 'exec' to support task. Because the line
  159. to the terminal was propagated to the support task, this line would not be
  160. closed (= DTR off) when the port was closed in the main task.
  161.  
  162. Make 'set configuration' work after a line was used. It had no effect
  163. until the line was closed by another 'set line' command.
  164.  
  165. Flush the directory read function to close the currently open directory
  166. file on an abort. After every error another file stayed open.
  167.  
  168. Reset the TABcounter in the output buffer processing after the file
  169. specification was processed. The first encountered tab in a file could
  170. otherwise be misaligned.
  171.  
  172. Correct packet length error if extended packet length was used. This change
  173. causes kermit to refuse to talk to older UniFLEX kermit's if extended packet
  174. length is used. This change was necessary to keep up to the standards.
  175.  
  176. Correct default packet length if remote kermit can handle extended length,
  177. but we don't want it.
  178.  
  179. Correct bugs which made it impossible to send or receive binary files with
  180. checksum type 2 or 3 enabled.
  181.  
  182. Re-designed help files for enormous speed improvement. Corrected several
  183. help file errors.
  184.  
  185. Removed 'd' (debug) command line option. Suppressed screen output (except
  186. for error messages) if kermit was called with command line parameters.
  187. This enables kermit to run in the backgroud.
  188.  
  189. Increased maximum number of command line parameters from 20 to 100.
  190.  
  191. ------------------------------------------------------------------------------
  192.  
  193. V 1.5  13 August 1989
  194.  
  195. Corrected bug if support task (/bin/kermit_support) could not be found.
  196. A nice error message should be reported, but instead a 'Pipe.' signal
  197. was received.
  198.  
  199. Make support task a shared text task.
  200.  
  201. Add 'o' option to set the serial interface line to force RTS and to
  202. ignore DCD.
  203.  
  204. Add search for initialization file in common directory (/usr/kermit.ini).
  205. This file will be searched for if a search for kermit.ini in the current
  206. directory was unsuccessfull.
  207.  
  208. Remove restriction for only 100 command line parameters.
  209.  
  210. The algorithm to check if a file was binary or ascii has been revised to
  211. get make it more reliable.
  212.