Open-Source-Software-Entwicklung und Downloads

Anzeigen 4.50 - Change Log

category(Tag) tree

file info

category(Tag)
Wurzel
dateiname
UTF-8_TeraTerm_Pro_with_TTSSH2_4.50_-_Changes
letztes update
2007-01-22 23:26
typ
Plain Text
editor
(del#1144)
beschreibung
4.50 - Change Log
sprache
English
Japanese
translate
[TeraTerm]
2007.1.22 (Ver 4.50)
  - TeraTerm source code have been rebuilt with Visual Studio 2005 Standard Edition(+SP1).
  - Bug fix: The macro script might stall with logging mode. This is TeraTerm 2.3 original bug. The reason of the bug is that DDE server does not send the data to DDE client because log buffer index does not match DDE buffer index.
  - Bug fix: TeraTerm crashs when the log file name is not a full path.
  - Bug fix: The return code doesn't have been recorded in log file if EnableContinuedLineCopy is enabled.
  - added FUNCTION.CNF. F1-F10 keys are enabled in this keyboard setup file.
  - added 'Replay Log..' menu under File menu. This function replays log with binary mode and emulates the escape sequence.
  - added `ConnectingTimeout' entry in teraterm.ini file.  This value is connecting timeout per seconds. Connecting socket could be canceled after the specified value timeout. Conversely, no action if the value is zero(depends on Windows TCP/IP stack implementation). Also added `/timeout=' command line option.
  - added `LF' to New-line Receive on Terminal setup dialog. TeraTerm considers the server new-line is LF if the option is selected and treats it as CR+LF.
      cf. http://www.neocom.ca/forum/viewtopic.php?t=216
  - upgraded TTSSH version supporting SSH2 to 2.38
  - upgraded TTProxy to 1.0.0.10
  - upgraded Oniguruma to 5.5.2

[TTSSH]
2007.1.22 (Ver 2.38)
  - changed the handling of SSH2_MSG_IGNORE to do nothing. The data from Cisco router seems invalid.
  - Bug fix: TCP disconnection was mis-detected in the packet sending.