オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Annotation of /trunk/doc/en/html/about/history.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 605 - (hide annotations) (download) (as text)
Fri Oct 19 11:37:46 2007 UTC (16 years, 7 months ago) by yutakapon
Original Path: doc/trunk/en/html/about/history.html
File MIME type: text/html
File size: 75072 byte(s)
C-uをサポート

1 maya 331 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2     "http://www.w3.org/TR/html4/strict.dtd">
3 doda 500 <html>
4     <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6     <title>history</title>
7     <meta http-equiv="Content-Style-Type" content="text/css">
8     <link rel="stylesheet" href="../style.css" type="text/css">
9     </head>
10     <body>
11 maya 331
12 maya 335 <h1>History</h1>
13 maya 331
14     <ul>
15 maya 335 <li><a href="#teraterm">Tera Term</a></li>
16 maya 331 <li><a href="#ttssh">TTSSH</a></li>
17 maya 335 <li><a href="#cygterm">CygTerm+</a></li>
18 maya 331 <li><a href="#ttproxy">TTProxy</a></li>
19 maya 392 <li><a href="#ttmenu">TeraTerm Menu</a></li>
20 maya 463 <li><a href="#kanjimenu">TTX KanjiMenu</a></li>
21 maya 331 </ul>
22    
23 doda 500 <hr>
24 maya 331
25 maya 335 <h2><a name="teraterm">Tera Term</a></h2>
26 maya 365 <ul>
27 doda 602 <li class="history"><a name="teraterm_4.56">2007.10.19 (Ver 4.56 not released.)</a>
28 doda 601 <ul>
29     <li>added new optional setting that can disable application keypad/cursor mode.
30     <ul>
31     <li>added DisableAppKeypad and DisableAppCursor entry to teraterm.ini.</li>
32     <li>added a check box on Keyboard setup dialog.</li>
33     </ul></li>
34 doda 602 <li>added new optional setting that can cleaning COM buffer when port opening.
35 maya 603 <ul>
36     <li>added ClearComBuffOnOpen entry to teraterm.ini.</li>
37     </ul></li>
38 yutakapon 605 <li>added support Ctrl+u shortcut key in "Host" drop-down on "New connectin" dialog. The shortcut key is deleting backward from point to the beginning of the line.</li>
39 maya 603 <li>Bug fix: the transparency of window could not change to 255.</li>
40 yutakapon 605 <li>Bug fix: �T�[�o�������^�C�g�������������������������������C�������B</li>
41 doda 601 </ul>
42     </li>
43    
44 maya 596 <li class="history"><a name="teraterm_4.55">2007.10.14 (Ver 4.55)</a>
45 yutakapon 580 <ul>
46     <li>added reporting the stacktrace and register dump of TeraTerm process when the application error occurs.</li>
47 yutakapon 605 <li>added support Ctrl+d, Ctrl+k shortcut key in "Host" drop-down on "New connectin" dialog. The former is deleting the character at point and the latter is killing the text from point to the end of the line.</li>
48 maya 583 <li>expanded the maximum number of serial connection to 256.</li>
49 maya 586 <li>changed the default value of "Bold style font" to On.</li>
50     <li>Bug fix: 'getdir' macro command caused crash.</li>
51 maya 591 <li>Bug fix: the format of strftime in log filename was not extracted.</li>
52 yutakapon 581 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.43">2.43</a></li>
53 yutakapon 580 </ul>
54     </li>
55 maya 586
56 maya 579 <li class="history"><a name="teraterm_4.54">2007.9.30 (Ver 4.54)</a>
57 doda 522 <ul>
58 yutakapon 524 <li>added support for selecting a current screen buffer. Also, added `select screen' new menu under edit menu.</li>
59 yutakapon 534 <li>added support for showing the device description of COM port on the connection dialog.</li>
60 yutakapon 542 <li>added support of telnet keep-alive.
61     <ul>
62     <li>TeraTerm will send TELNET NOP command to host when no commucation does for a long time.</li>
63     <li>added TelKeepAliveInterval entry in teraterm.ini file. The default value is 300 per seconds. 0 is turn off.</li>
64 yutakapon 562 <li>added telnet keep-alive inputbox on TCP/IP setup dialog.</li>
65 yutakapon 542 </ul></li>
66 maya 557 <li>added Alt+I accelerator key as disconnect.</li>
67 maya 548 <li>added shift operator ">>", "<<", ">>>" for macro.</li>
68 maya 566 <li>changed the <a href="../macro/syntax/expressions.html">priority of macro operator</a> in the following order:
69 yutakapon 563 <ul><pre>
70     New:
71     Priority Operator
72     1 not ~ ! +(unary) -(unary)
73     2 * / %
74     3 + -
75 maya 565 4 &gt;&gt; &lt;&lt; &gt;&gt;&gt;
76     5 and &amp;
77 yutakapon 563 6 xor ^
78     7 or |
79 maya 565 8 &lt; &gt; &lt;= &gt;=
80     9 = == &lt;&gt; !=
81 doda 570 10 &amp;&amp;
82     11 ||
83 yutakapon 563
84     Old:
85     Priority Operator
86 doda 570 1 not ~ ! +(unary) -(unary)
87     2 * / %
88     2 and &amp;
89     3 + -
90     3 or xor | ^
91     4 = &lt;&gt; &lt; &gt; &lt;= &gt;=
92     5 &amp;&amp;
93     6 ||</pre></ul></li>
94 maya 548 <li>added '<a href="../macro/command/rotateleft.html">rotateleft</a>', '<a href="../macro/command/rotateright.html">rotateright</a>' macro command.</li>
95 maya 553 <li>added '<a href="../macro/command/setenv.html">setenv</a>' macro command.</li>
96 maya 559 <li>added '<a href="../macro/command/filenamebox.html">filenamebox</a>' macro command.</li>
97 maya 582 <li><s>expanded the maximum number of serial connection to 200.</s></li>
98 yutakapon 546 <li>changed the initial directory of log file to any directory.</li>
99 maya 555 <li>add support Ctrl+p, Ctrl+n, Ctrl+b, Ctrl+f, Ctrl+a and Ctrl+e shortcut key in "Host" drop-down on "New connectin" dialog. Shortcut keys are compatible with up-arrow, down-arrow, left-arrow, right-arrow, Home and End key.</li>
100 maya 557 <li>stopped saving VTPos and TEKPos when saving teraterm.ini.</li>
101     <li>changed the save file for the history of broadcast command to broadcast.log.</li>
102     <li>added setting of the number for the history of broadcast command.
103 yutakapon 542 <ul>
104 maya 557 <li>added <a href="../setup/teraterm-misc.html#broadcast">MaxBroadcatHistory</a> entry to teraterm.ini.</li>
105 yutakapon 542 </ul></li>
106 maya 559 <li>added new argument to macro command '<a href="../macro/command/messagebox.html">messagebox</a>', '<a href="../macro/command/yesnobox.html">yesnobox</a>', '<a href="../macro/command/inputbox.html">inputbox</a>', '<a href="../macro/command/passwordbox.html">passwordbox</a>' and '<a href="../macro/command/statusbox.html">statusbox</a>'. It controls whether to parse '\n','\t' as special characters.</li>
107 maya 539 <li>Bug fix: window size could not be changed at first time.</li>
108 yutakapon 524 <li>Bug fix: CR+LF code at the end of line would not been selected when you select "Select all" menu under edit menu.</li>
109 yutakapon 543 <li>Bug fix: Mouse wheel would not be rotated on Windows Vista.</li>
110 yutakapon 556 <li>Bug fix: Kermit fails to properly negotiate to NOT use "repeat" compression when talking to a primitive partner. Special thanks to Anders Larsen.</li>
111 maya 557 <li>replaced internal string functions to secure functions.
112     <ul>
113     <li>deleted _CRT_SECURE_NO_DEPRECATE build option.</li>
114     </ul></li>
115 yutakapon 542 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.42">2.42</a></li>
116 maya 552 <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.06">1.06</a></li>
117 maya 539 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.14">1.0.0.14</a></li>
118 doda 522 </ul>
119     </li>
120    
121 maya 520 <li class="history"><a name="teraterm_4.53">2007.8.8 (Ver 4.53)</a>
122 yutakapon 456 <ul>
123 maya 507 <li>added `&h' parameter to log file name that can convert the host name.</li>
124 yutakapon 487 <li>added a default log directory setting.
125 maya 461 <ul>
126     <li>added LogDefaultPath entry to teraterm.ini.</li>
127 yutakapon 509 <li>added a new edit control on Additional Settings tab.</li>
128 maya 461 </ul></li>
129 yutakapon 509 <li>added auto start logging setting when a user try to connect.
130 maya 462 <ul>
131     <li>added LogAutoStart entry to teraterm.ini.</li>
132 yutakapon 509 <li>added a new checkbox on Additional Settings tab.</li>
133 maya 462 </ul></li>
134 yutakapon 509 <li>added the file name filter on the file sending dialog.
135 maya 467 <ul>
136 maya 498 <li>added <a href="../setup/teraterm-trans.html#filter">FileSendFilter</a> entry to teraterm.ini.</li>
137 maya 467 </ul></li>
138 maya 484 <li>changed the behavior of tab at end-of-line. It causes linefeed automatically.
139     <ul>
140 maya 498 <li>added <a href="../setup/teraterm-term.html#vttab">VTCompatTab</a> entry to teraterm.ini. This entry enables the behavior of the tab code at end-of-line to doing as vt100/xterm. The default is off.</li>
141 maya 484 </ul></li>
142 yutakapon 525 <li><s>expanded the maximum number of serial connection to 200.</s></li>
143 yutakapon 509 <li>added support displaying the port number of TCP and the baud rate of serial port to <a href="../setup/teraterm-win.html#title">titlebar</a>.</li>
144 yutakapon 519 <li>added support for Clickable URL to Emacs editor. TeraTerm would ignore \ character as URL composition characters when an end of a line was the character.</li>
145 maya 498 <li>added '<a href="../macro/command/tolower.html">tolower</a>' macro command.</li>
146     <li>added '<a href="../macro/command/toupper.html">toupper</a>' macro command.</li>
147 doda 500 <li>added '<a href="../macro/command/break.html">break</a>' macro command.</li>
148 maya 507 <li>added an argument to <a href="../macro/command/inputbox.html">inputbox</a> macro command. New argument is used for default input string.</li>
149 doda 512 <li>added logical operator "&amp;&amp;", "||", "!" and bitwise operator "&amp;", "|", "^", "~" for macro.</li>
150 yutakapon 516 <li>added "Cygterm Here" to a context menu of Explorer. CygTerm can be started from an any directory on Explorer.
151 maya 515 <ul>
152 yutakapon 516 <li>added cyglaunch.exe program that was able to start CygTerm without adding `X:\cygwin\bin' to PATH environment variable.</li>
153 maya 515 </ul></li>
154 maya 484 <li>changed the owner of HTML help file from TeraTerm instance to Windows desktop.</li>
155 yutakapon 471 <li>changed the macro error does not occur when including the empty macro file.</li>
156 yutakapon 487 <li>added to preserve comment and unknown parameter when saving cygterm.cfg file.</li>
157 maya 515 <li>added to disable the serial port in New Connection dialog when there is no available COM ports.</li>
158 yutakapon 518 <li>deleted hlp style help files(ttermp.hlp).</li>
159 maya 484 <li>Bug fix: eliminated a unnecessary return code every time 1KB logging with the timestamp mode. Special thanks to Gentaro.</li>
160     <li>Bug fix: BOF(Buffer Over Flow) problem in ttpmacro.exe program, which 256 byte longer command line parameter is specified.</li>
161     <li>Bug fix: BOF(Buffer Over Flow) problem in ttpmacro.exe program when a line of macro is longer than 256 byte.</li>
162     <li>added a workaround that ttermpro.exe can not send the server data to ttpmacro.exe with DDE transaction.</li>
163     <li>Bug fix: wrong free of memory in var2clipb macro command.</li>
164     <li>Bug fix: did not save/load "LF" to CRReceive entry in teraterm.ini.</li>
165 yutakapon 493 <li>Bug fix: TeraTerm window size could not be changed after the window size is smaller than 120 dot(94 dot on XP LUNA style). This is TeraTerm 2.3 original bug.</li>
166 maya 494 <li>Bug fix: statusbox does not display '\n' as LF when the statusbox is existing yet.</li>
167 maya 495 <li>Bug fix: some macros are not become an error when the parameter filename starts by ':'.</li>
168 doda 501 <li>Bug fix: the expression like "a &lt; b &lt; c" cannot be evaluated by the macro.</li>
169 yutakapon 516 <li>Bug fix: The control window of ttpmacro.exe would be unresponsive while doing `pause' macro command.</li>
170 maya 490 <li>added <a href="#kanjimenu_0.1.3">TTX KanjiMenu Plugin 0.1.3</a>(ttxkanjimenu.dll). Special thanks to Sunao HARA.</li>
171 yutakapon 488 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.41">2.41</a></li>
172 maya 515 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_13">1.07_13</a></li>
173 maya 517 <li>upgraded LogMeTT to 2.9.2</li>
174 maya 515 <li>upgraded Oniguruma to 5.9.0</li>
175 yutakapon 456 </ul>
176     </li>
177 maya 465
178 maya 449 <li class="history"><a name="teraterm_4.52">2007.5.7 (Ver 4.52)</a>
179 maya 410 <ul>
180     <li>Bug fix: yesnobox macro showed tow 'OK' buttons.</li>
181 maya 411 <li>Mouse cursor and ANSI color settings are moved to Visual tab in Additinal settings dialog.</li>
182 maya 410 <li>added new optional setting that can confirm pasting by right click.
183     <ul>
184     <li>added ConfirmPasteMouseRButton entry to teraterm.ini.</li>
185 maya 421 <li>added a check box on Additional settings tab.</li>
186 maya 410 </ul></li>
187     <li>added new optional setting that can disable accelerator key of Send break.
188     <ul>
189     <li>added DisableAcceleratorSendBreak entry to teraterm.ini.</li>
190 maya 421 <li>added a check box on Additional settings tab.</li>
191 maya 410 </ul></li>
192 doda 420
193 maya 419 <li>added "ParentOnly" check box on Broadcast dialog.
194     The check box enables the sending target from Broadcast dialog is restricted to parent window.
195 doda 500 Special thanks to 337.</li>
196     <li>added new optional setting that can disable Broadcast sending from Broadcast dialog(parent window).
197 yutakapon 417 <ul>
198     <li>added AcceptBroadcast entry to teraterm.ini.</li>
199 maya 421 <li>added a check box on Additional settings tab.</li>
200 yutakapon 417 </ul></li>
201 doda 420
202 maya 437 <li>When the connection is SSH or Cygwin, TCPLocalEcho setting and TCPCRSend setting is not used.
203     <ul>
204     <li>added /E commandline option.</li>
205     </ul></li>
206 maya 421 <li>Bug fix: LOGIN_SHELL and HOME_CHDIR were removed when saving cygterm.cfg from Additional settings dialog.</li>
207 maya 419 <li>Bug fix: some file select dialogs are not displayed on Windows NT 4.0.</li>
208 yutakapon 441 <li>added `sprintf' macro command. </li>
209 yutakapon 444 <li>added `str2int' macro command support for hexadecimal conversion. </li>
210 maya 410 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.40">2.40</a></li>
211 maya 413 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.13">1.0.0.13</a></li>
212 maya 429 <li>upgraded LogMeTT to 2.9.1
213     <ul>
214     <li>Standalone TeraTerm Macro Editor - TTLEditor was added.</li>
215     </ul></li>
216 maya 445 <li>upgraded Oniguruma to 5.7.0</li>
217 maya 410 </ul>
218     </li>
219    
220 maya 393 <li class="history"><a name="teraterm_4.51">2007.3.10 (Ver 4.51)</a>
221 maya 365 <ul>
222     <li>Bug fix: some file select dialogs are not displayed on Windows98/NT4.0.</li>
223     <li>Bug fix: the 'pause' macro command had a time-lag about 1 sec.</li>
224     <li>TeraTerm reads the teraterm.ini from My Documents when it exists.</li>
225     <li>Selected the next line including word characters if double-clicked word character is over the most right line when EnableContinuedLineCopy is enabled.</li>
226 maya 383 <li>added support for saving Broadcast Command history in teraterm.ini file.</li>
227     <li>added support for serial port dynamic detection. TeraTerm could detect available COM ports and display only possible in 'New connection' and 'Serial port setup' dialog.</li>
228 maya 391 <li>added support for dynamic loading of user interface messages.
229     <ul>
230     <li>added Japanese language message file.</li>
231 maya 451 <li>added UILanguageFile entry to teraterm.ini.</li>
232 maya 391 </ul></li>
233 maya 365 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.39">2.39</a></li>
234     <li>upgraded CygTerm+ to <a href="#cygterm_1.07_11">1.07_11</a></li>
235 maya 391 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.12">1.0.0.12</a></li>
236 maya 392 <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.05">1.05</a></li>
237 maya 391 <li>upgraded Oniguruma to 5.5.3</li>
238 maya 365 </ul>
239     </li>
240 maya 355
241 maya 365 <li class="history"><a name="teraterm_4.50">2007.1.22 (Ver 4.50)</a>
242     <ul>
243     <li>TeraTerm source code have been rebuilt with Visual Studio 2005 Standard Edition(+SP1).</li>
244     <li>Bug fix: The macro script might stall with logging mode. This is TeraTerm 2.3 original bug.<br>
245     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.</li>
246     <li>Bug fix: TeraTerm crashs when the log file name is not a full path.</li>
247     <li>Bug fix: The return code doesn't have been recorded in log file if EnableContinuedLineCopy is enabled.</li>
248     <li>added FUNCTION.CNF. F1-F10 keys are enabled in this keyboard setup file.</li>
249     <li>added 'Replay Log..' menu under File menu. This function replays log with binary mode and emulates the escape sequence.</li>
250     <li>Connecting socket could be canceled after the specified value timeout.
251     <ul>
252     <li>added `ConnectingTimeout' entry in teraterm.ini file. This value is connecting timeout per seconds.</li>
253     <li>Also added `/timeout=' command line option.</li>
254     </ul>
255     Conversely, no action if the value is zero(depends on Windows TCP/IP stack implementation).</li>
256     <li>added `LF' to New-line Receive on Terminal setup dialog.<br>
257     TeraTerm considers the server new-line is LF if the option is selected and treats it as CR+LF.<br>
258     cf. http://www.neocom.ca/forum/viewtopic.php?t=216</li>
259     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.38">2.38</a></li>
260     <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.10">1.0.0.10</a></li>
261     <li>upgraded Oniguruma to 5.5.2</li>
262     </ul>
263     </li>
264 yutakapon 343
265 maya 365 <li class="history"><a name="teraterm_4.49">2006.11.20 (Ver 4.49)</a>
266     <ul>
267     <li>Bug fix: TeraTerm(DDE server) sent the invalid return value to TeraTerm macro(DDE client) when DDE server was received XTYP_POKE message.</li>
268     <li>added busy procedure(DDE_FBUSY) between DDE server and DDE client.</li>
269     <li>added support for ScrollLock key.</li>
270     <li>added support for XMODEM-1K send with checksum when the peer specifies it instead of CRC. Special thanks to Mark Deneen.</li>
271     <li>updated HTML help document.</li>
272     <li>changed installer. teraterm.ini entries (Language, Locale, CodePage. VTFont and TEKFont) are setted by installer when new install.</li>
273     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.37">2.37</a></li>
274     <li>upgraded Oniguruma to 4.5.1</li>
275     </ul>
276     </li>
277 maya 331
278 maya 365 <li class="history"><a name="teraterm_4.48">2006.11.1 (Ver 4.48)</a>
279     <ul>
280     <li>added 'fileread' macro command. This command enables the macro script to read the specified bytes from file.</li>
281     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.36">2.36</a></li>
282     <li>upgraded Oniguruma to 4.4.6</li>
283     </ul>
284     </li>
285 maya 331
286 maya 365 <li class="history"><a name="teraterm_4.47">2006.10.28 (Ver 4.47)</a>
287     <ul>
288     <li>deleted duplication of accelerator key bind under File menu.</li>
289     <li>Workaround: insert 1msec sleep to OnIdle engine while DDE buffer is full.</li>
290     <li>deleted 100msec sleep after send and sendln macro command.</li>
291     <li>expaned the ring buffer size of macro program(ttpmacro.exe) from 4KB to 16KB. And also changed the macro synchronization timing to TeraTerm(ttermpro.exe).</li>
292     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.35">2.35</a></li>
293     <li>upgraded LogMeTT to 2.8.6</li>
294     <li>upgraded Oniguruma to 4.4.5</li>
295     </ul>
296     </li>
297 maya 331
298 maya 365 <li class="history"><a name="teraterm_4.46">2006.10.9 (Ver 4.46)</a>
299     <ul>
300     <li>Bug fix: default save dir of teraterm.ini is setted to desktop on Windows Vista.</li>
301     <li>added 'clipb2var' macro command. This command enables the macro script to get data from clipboard.</li>
302     <li>added 'var2clipb' macro command. This command enables the macro script to set data to clipboard.</li>
303     <li>Bug fix: /L= paramter in New Connection dialog is not used on first TeraTerm window.</li>
304     <li>added 'ifdefined' macro command. This command returns the type of variable.</li>
305     <li>updated HTML help document.</li>
306     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.34">2.34</a></li>
307     <li>upgraded CygTerm+ to <a href="#cygterm_1.06_11">1.06_11</a></li>
308     <li>upgraded Oniguruma to 4.4.4</li>
309     </ul>
310     </li>
311 maya 331
312 maya 365 <li class="history"><a name="teraterm_4.45">2006.9.16 (Ver 4.45)</a>
313     <ul>
314     <li>add default log filename setting.
315     <ul>
316     <li>added new edit control to 'Additional settings' dialog.</li>
317     <li>added LogDefaultName entry in teraterm.ini file.</li>
318     <li>expanded the log filename which can include a format of strftime.
319     <pre>
320     SYNOPSIS:
321 maya 367 %a Abbreviated weekday name
322     %A Full weekday name
323     %b Abbreviated month name
324     %B Full month name
325     %c Date and time representation appropriate for locale
326     %d Day of month as decimal number (01 - 31)
327     %H Hour in 24-hour format (00 - 23)
328     %I Hour in 12-hour format (01 - 12)
329     %j Day of year as decimal number (001 - 366)
330     %m Month as decimal number (01 - 12)
331     %M Minute as decimal number (00 - 59)
332     %p Current locale's A.M./P.M. indicator for 12-hour clock
333     %S Second as decimal number (00 - 59)
334     %U Week of year as decimal number, with Sunday as first day of week (00 - 53)
335     %w Weekday as decimal number (0 - 6; Sunday is 0)
336     %W Week of year as decimal number, with Monday as first day of week (00 - 53)
337     %x Date representation for current locale
338     %X Time representation for current locale
339     %y Year without century, as decimal number (00 - 99)
340     %Y Year with century, as decimal number
341     %z, %Z Either the time-zone name or time zone abbreviation, depending on registry settings;
342     no characters if time zone is unknown
343     %% Percent sign
344 maya 365 </pre>
345     </li>
346     </ul></li>
347     <li>disable automatically connection to serial port on startup when /M command line parameter is specified.</li>
348     <li>updated HTML help document.</li>
349     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.33">2.33</a></li>
350     <li>upgraded CygTerm+ to <a href="#cygterm_1.06_08">1.06_08</a></li>
351     <li>upgraded Oniguruma to 4.4.1</li>
352     </ul>
353     </li>
354 maya 331
355 maya 365 <li class="history"><a name="teraterm_4.44">2006.8.19 (Ver 4.44)</a>
356     <ul>
357     <li>Bug fix: 'ttpmacro.exe' terminated after startup on Windows98/NT4.0.</li>
358     <li>added the mutex object to ttermpro.exe, ttpmacro.exe, ttpmenu.exe, keycode.exe and cygterm.exe.</li>
359     <li>Changed TeraTerm installer software to InnoSetup.</li>
360     <li>updated HTML help document.</li>
361     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.32">2.32</a></li>
362     <li>upgraded CygTerm+ to <a href="#cygterm_1.06_06">1.06_06</a></li>
363     </ul>
364     </li>
365 maya 331
366 maya 365 <li class="history"><a name="teraterm_4.43">2006.8.4 (Ver 4.43)</a>
367     <ul>
368     <li>expanded the number of macro variables which can be used as user variable from 241 to 256. This is bug because some variables were used as system variable.</li>
369     <li>expanded the inputbox dialog of macro. It is resized automaticaly when the message is long than default size.</li>
370     <li>changed '\n' character not raw character but meta character as LF code.</li>
371     <li>changed the message box of macro from dialog border to resizable.</li>
372     <li>set '23' to port number when the hostname start with 'telnet://' and port number was not specified.</li>
373     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.31">2.31</a></li>
374     <li>upgraded TTProxy to 2006/8/23 version. Special thanks to YebisuyaHompo.</li>
375     </ul>
376     </li>
377 maya 331
378 maya 365 <li class="history"><a name="teraterm_4.42">2006.7.26 (Ver 4.42)</a>
379     <ul>
380     <li>updated to new TeraTerm icon file(teraterm.ico, vt.ico). Special thanks to Tatsu Sakamoto.</li>
381     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.30">2.30</a></li>
382     <li>upgraded LogMeTT to 2.8.5</li>
383     <li>Bug fix: Collector resource english text.</li>
384     </ul>
385     </li>
386 maya 331
387 maya 365 <li class="history"><a name="teraterm_4.41">2006.7.24 (Ver 4.41)</a>
388     <ul>
389     <li>added timestamp option on log saving dialog. And also added LogTimestamp entry in teraterm.ini file.</li>
390     <li>upgraded Kantan Installer version to 2.30a. The installer could record the previous installed folder when TeraTerm installation package was upgraded.</li>
391     <li>Bug fix: Collector resource english text.</li>
392     <li>upgraded Oniguruma to 4.2.0</li>
393     </ul>
394     </li>
395 maya 331
396 maya 365 <li class="history"><a name="teraterm_4.40">2006.7.19 (Ver 4.40)</a>
397     <ul>
398     <li>upgraded both ttermpro.exe and ttpmacro.exe version information.</li>
399     <li>updated HTML help document.</li>
400     <li>upgraded LogMeTT to 2.8.4</li>
401     </ul>
402     </li>
403 maya 331
404 maya 365 <li class="history"><a name="teraterm_4.39">2006.7.1 (Ver 4.39)</a>
405     <ul>
406     <li>Bug fix: UTF-8 miss deconding when the one byte character(ASCII) comes after the two byte characters.</li>
407     <li>changed Copyright string.</li>
408     </ul>
409     </li>
410 maya 331
411 maya 365 <li class="history"><a name="teraterm_4.38">2006.6.23 (Ver 4.38)</a>
412     <ul>
413     <li>updated HTML help document.</li>
414     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.28">2.28</a></li>
415     </ul>
416     </li>
417 maya 331
418 maya 365 <li class="history"><a name="teraterm_4.37">2006.6.18 (Ver 4.37)</a>
419     <ul>
420     <li>Bug fix: Title string could not been shown as Japanese character from TeraTerm setup dialog. Special thanks to NAGATA Shinya.</li>
421     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.27">2.27</a></li>
422     <li>Bug fix: Collector resource english text.</li>
423     </ul>
424     </li>
425 maya 331
426 maya 365 <li class="history"><a name="teraterm_4.36">2006.6.11 (Ver 4.36)</a>
427     <ul>
428     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.26">2.26</a></li>
429     </ul>
430     </li>
431 maya 331
432 maya 365 <li class="history"><a name="teraterm_4.35b">2006.5.25 (Ver 4.35b)</a>
433     <ul>
434     <li>added 'Collector 3.2.3'(tabbed multi window tool) to TeraTerm installation package. Special thanks to Hiroshi Takahashi.</li>
435     </ul>
436     </li>
437 maya 331
438 maya 365 <li class="history"><a name="teraterm_4.35a">2006.5.7 (Ver 4.35a)</a>
439     <ul>
440     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.25">2.25</a></li>
441     </ul>
442     </li>
443 maya 331
444 maya 365 <li class="history"><a name="teraterm_4.35">2006.4.7 (Ver 4.35)</a>
445     <ul>
446     <li>changed the owner of HTML help file from TeraTerm instance to Windows desktop.</li>
447     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.24">2.24</a></li>
448     </ul>
449     </li>
450 maya 331
451 maya 365 <li class="history"><a name="teraterm_4.34">2006.4.4 (Ver 4.34)</a>
452     <ul>
453     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.23">2.23</a></li>
454     </ul>
455     </li>
456 maya 331
457 maya 365 <li class="history"><a name="teraterm_4.33">2006.4.1 (Ver 4.33)</a>
458     <ul>
459     <li>Bug fix: TeraTerm window flickers though the user doesn't use transparency window.</li>
460     </ul>
461     </li>
462 maya 331
463 maya 365 <li class="history"><a name="teraterm_4.32">2006.3.30 (Ver 4.32)</a>
464     <ul>
465     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.22">2.22</a></li>
466     </ul>
467     </li>
468 maya 331
469 maya 365 <li class="history"><a name="teraterm_4.31">2006.3.28 (Ver 4.31)</a>
470     <ul>
471     <li>enabled the transparency value of TeraTerm window to immediately changing on Additional settings dialog.</li>
472     <li>Bug fix: The background color of text matches the background color of screen patch. Special thanks to 337.</li>
473     <li>enabled VisualStyle feature on WindowsXP.</li>
474     <li>deleted one millisecond sleep on VT window.</li>
475     <li>changed TeraTerm Help file from .hlp to .chm style.</li>
476     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.21">2.21</a></li>
477     <li>upgraded LogMeTT to 2.8.3</li>
478     </ul>
479     </li>
480 maya 331
481 maya 365 <li class="history"><a name="teraterm_4.30">2006.3.6 (Ver 4.30)</a>
482     <ul>
483     <li>upgraded ttpmacro.exe version information.</li>
484     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.20">2.20</a></li>
485     </ul>
486     </li>
487 maya 331
488 maya 365 <li class="history"><a name="teraterm_4.29">2006.3.3 (Ver 4.29)</a>
489     <ul>
490     <li>added the background color of text matches the background color of screen.
491     <ul>
492     <li>added "Always use Normal text's BG" checkbox on Window setup dialog.</li>
493     <li>added UseNormalBGColor entry in teraterm.ini file.</li>
494     </ul>
495     Special thanks to 337.</li>
496     <li>Bug fix: don't work the font copying batch file on Windows9x. Special thanks to Takashi SHIRAI.</li>
497     </ul>
498     </li>
499 maya 331
500 maya 365 <li class="history"><a name="teraterm_4.28">2006.2.24 (Ver 4.28)</a>
501     <ul>
502     <li>changed the compiler to Visual Studio 2005 Standard Edition.</li>
503     <li>replaced stricmp() to _stricmp().</li>
504     <li>replaced strnicmp() to _strnicmp().</li>
505     <li>replaced strdup() to _strdup().</li>
506     <li>replaced chdir() to _chdir().</li>
507     <li>replaced getcwd() to _getcwd().</li>
508     <li>replaced strupr() to _strupr().</li>
509     <li>deleted compiler warning message for time_t has 64bit size.</li>
510     <li>added the color change on Window setup dialog was in real time done.</li>
511     <li>limited the macro commands displaying on macro window for the speed-up of the macro operation.</li>
512     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.19">2.19</a></li>
513     <li>upgraded TeraTerm Menu to 1.0.4
514     <ul>
515     <li>fixed build error with VS2005.</li>
516     <li>updated version information in .exe file.</li>
517     </ul></li>
518     <li>upgraded Oniguruma to 4.0.1</li>
519     </ul>
520     </li>
521 maya 331
522 maya 365 <li class="history"><a name="teraterm_4.27">2006.2.11 (Ver 4.27)</a>
523     <ul>
524     <li>expanded the number of macro variable from 128 to 256 and the number of macro label from 256 to 512.</li>
525     <li>added the workaround about CPU load goes up to 100% using 'pause' macro on TEK active window.</li>
526     <li>deleted 'TeraTerm Menu' under File menu.</li>
527     <li>fixed the flicker phenomenon of TeraTerm window when 'Broadcast Command' is used. </li>
528     <li>changed the accelerator key bind under Setup menu.</li>
529     <li>added 'mpause' macro command. This command enables the macro script to pause the specified time in millisecond.</li>
530     <li>added the sample TTL macro 'mpause.ttl'.</li>
531     <li>added 'random' macro command. This command enables the macro script to generate the random value.</li>
532     <li>added the sample TTL macro 'random.ttl'.</li>
533     <li>upgraded CygTerm to <a href="#cygterm_1.06_02">1.06_02</a>. Special thanks to BabyDaemon.</li>
534     </ul>
535     </li>
536 maya 331
537 maya 365 <li class="history"><a name="teraterm_4.26">2006.1.21 (Ver 4.26)</a>
538     <ul>
539     <li>added the user confirmation dialog before sending file content with Drag and Drop to TeraTerm window.</li>
540     <li>upgraded LogMeTT to 2.8.1</li>
541     <li>upgraded Oniguruma to 3.9.1</li>
542     </ul>
543     </li>
544 maya 331
545 maya 365 <li class="history"><a name="teraterm_4.25">2005.12.13 (Ver 4.25)</a>
546     <ul>
547     <li>Bug fix: can't save TeraTerm configuration to ini file without 'teraterm.ini' filename.</li>
548     </ul>
549     </li>
550 maya 331
551 maya 365 <li class="history"><a name="teraterm_4.24">2005.12.1 (Ver 4.24)</a>
552     <ul>
553     <li>expanded serial connection maximum to COM99.</li>
554     <li>added new serial baud rate(230400, 460800, 921600).</li>
555     <li>upgraded LogMeTT to 2.7.4</li>
556     </ul>
557     </li>
558 maya 331
559 maya 365 <li class="history"><a name="teraterm_4.23">2005.11.3 (Ver 4.23)</a>
560     <ul>
561     <li>added checking the writable permission if saving teraterm.ini file.</li>
562     <li>changed "Term type" edit box on TCP/IP setup dialog to be always enabled.</li>
563     </ul>
564     </li>
565 maya 331
566 maya 365 <li class="history"><a name="teraterm_4.22">2005.10.21 (Ver 4.22)</a>
567     <ul>
568     <li>added the system variable from 'groupmatchstr1' to 'groupmatchstr9' which will store the group matched pattern with regular expression.</li>
569     <li>added duplicating Cygwin connection using Alt + D accelerator key.</li>
570     <li>Bug fix: DAKUTEN(the dot marks) might not be correctly shown in UTF-8 for Mac OS X.</li>
571     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.18">2.18</a></li>
572     <li>Bug fix: TeraTerm Menu popup menu couldn't be shown at right position using multi monitor system. upgraded TeraTerm Menu to 1.03.</li>
573     <li>upgraded LogMeTT to 2.7.2</li>
574     </ul>
575     </li>
576 maya 331
577 maya 365 <li class="history"><a name="teraterm_4.21">2005.10.7 (Ver 4.21)</a>
578     <ul>
579     <li>expanded scroll range width from 16bit to 32bit.</li>
580     <li>added 'waitregex' macro command. This command enables the macro script to wait the specified keyword with regular expression.</li>
581     <li>added the system variable 'matchstr' which will store the matched pattern with regular expression.</li>
582     <li>added the sample TTL macro 'wait_regex.ttl'.</li>
583     <li>added regular expression library 'Oniguruma' version information on TeraTerm version dialog.</li>
584     </ul>
585     </li>
586 maya 331
587 maya 365 <li class="history"><a name="teraterm_4.20">2005.9.5 (Ver 4.20)</a>
588     <ul>
589     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.17">2.17</a></li>
590     </ul>
591     </li>
592 maya 331
593 maya 365 <li class="history"><a name="teraterm_4.19">2005.8.27 (Ver 4.19)</a>
594     <ul>
595     <li>Buf fix: division result is invalid in TeraTerm macro script. Special thanks to Takashi SHIRAI.</li>
596     <li>changed not downing ttpmacro.exe process priority with logging</li>
597     <li>upgraded LogMeTT to 2.6.1</li>
598     </ul>
599     </li>
600 maya 331
601 maya 365 <li class="history"><a name="teraterm_4.18">2005.7.24 (Ver 4.18)</a>
602     <ul>
603     <li>added showing the line number and data of TTL file on macro dialog.</li>
604     <li>Bug fix: DAKUTEN(the dot marks) might not be correctly shown in UTF-8 for Mac OS X.</li>
605     <li>upgraded LogMeTT to 2.5.6</li>
606     </ul>
607     </li>
608 maya 331
609 maya 365 <li class="history"><a name="teraterm_4.17">2005.5.29 (Ver 4.17)</a>
610     <ul>
611     <li>changed scroll out the current buffer when the cursor position is only located on left-upper screen at receiving &lt;ESC&gt;[J(Clear screen from cursor-position up to end).</li>
612     </ul>
613     </li>
614 maya 331
615 maya 365 <li class="history"><a name="teraterm_4.16">2005.5.28 (Ver 4.16)</a>
616     <ul>
617     <li>added saving log type(plain text) information to teraterm.ini(LogTypePlainText).</li>
618     <li>added CygTerm settings on Additional settings dialog.</li>
619     <li>added CygTerm settings on Additional settings dialog.</li>
620     <li>added support of selecting several pages(also expansion ans contraction of text area that has been selected). Start selected region is saved with mouse left click. End selected region is saved with Shift + mouse left click.</li>
621     <li>added scroll out the current buffer when TeraTerm clear screen at receiving &lt;ESC&gt;[J.</li>
622     <li>added the workaround of CPU time 100% using TeraTerm macro(insert 100msec sleep after send and sendln). </li>
623     </ul>
624     </li>
625 maya 331
626 maya 365 <li class="history"><a name="teraterm_4.15">2005.4.24 (Ver 4.15)</a>
627     <ul>
628     <li>added the accelerator key(ALT+Enter) that maximizes TeraTerm window.</li>
629     <li>added saving Eterm lookfeel alphablend settings to teraterm.ini file.</li>
630     <li>added changing Eterm lookfeel alphablend on/off on Additional settings dialog.</li>
631     <li>fixed the installer problem not copying font file on Windows98. Special thanks to Boris.</li>
632     <li>added TeraTerm License file(license.txt).</li>
633     <li>upgraded macro help file(English version). Special thanks to Boris.</li>
634     <li>upgraded LogMeTT to 2.4.4</li>
635     </ul>
636     </li>
637 maya 331
638 maya 365 <li class="history"><a name="teraterm_4.14">2005.4.9 (Ver 4.14)</a>
639     <ul>
640     <li>added clickable URL mechanism that mouse pointer overs on URL string. Special thanks to monkey magic. And also added URLColor, EnableClickableUrl entry in teraterm.ini file.</li>
641     <li>added support of escape sequence(ESC[39m:foreground color reset, ESC[49m:background color reset). This support solves the problem that color can't be clear using w3m on screen(1) command. Special thanks to Iwamoto Kouichi.</li>
642     <li>added mouse cursor dynamically changing on Additional settings.</li>
643     <li>added support of clickable URL on TeraTerm version dialog.</li>
644     <li>cancelled the limitation that at "Duplicate session" on SSH2 connected communication, TeraTerm always try to connect the server with SSH2 protocol.</li>
645     <li>added SSH autologin with "Duplicate session".</li>
646     <li>upgraded LogMeTT to 2.4.3</li>
647     </ul>
648     </li>
649 maya 331
650 maya 365 <li class="history"><a name="teraterm_4.13">2005.3.31 (Ver 4.13)</a>
651     <ul>
652     <li>fixed TeraTerm version information can't be shown in version dialog at second later instance.</li>
653     <li>added the configuration of disabling paste string by clicking mouse right button in teraterm.ini(DisablePasteMouseRButton) and Additional settings dialog.</li>
654     <li>fixed the TeraTerm crashing problem when the sending file size exceeded 20MB with ZMODEM protocol. Special thanks to Thorsten Behrens.</li>
655     <li>upgraded LogMeTT to 2.4.2</li>
656     </ul>
657     </li>
658 maya 331
659 maya 365 <li class="history"><a name="teraterm_4.12">2005.3.13 (Ver 4.12)</a>
660     <ul>
661     <li>upgraded ttermpro.exe version information from 2.3 to 4.12.</li>
662     <li>fixed the multibyte problem that the cursor scrolls to upper direction when ZENKAKU(Japanese character) cross the end of line. Special thanks to Iwamoto Kouichi.</li>
663     <li>added TeraTerm title multibyte character converting EUC-JP to Shift_JIS(CP932).</li>
664     <li>upgraded LogMeTT to 2.1.2</li>
665     </ul>
666     </li>
667 maya 331
668 maya 365 <li class="history"><a name="teraterm_4.11">2005.2.22 (Ver 4.11)</a>
669     <ul>
670     <li>fixed the problem that log menu doesn't become gray on logging</li>
671     <li>added Eterm lookfeel alphablend. Special thanks to AKASI.</li>
672     <li>added support of VisualStyle(WindowsXP)</li>
673     <li>added new Title Format ID(13). i.e, &lt;host/port&gt; - &lt;title&gt; VT/TEK</li>
674     <li>added the show of COM5 over when the caption was displayed</li>
675     <li>added new logginf type "plain text" on log saving dialog. If the option is enabled(default), TeraTerm doesn't include ASCII non-display characters in log file. Exceptionally the following characters(HT, CR, LF) include at any mode.</li>
676     <li>added TTProxy(2004/1/22 version) supporting to TELNET/HTTP/SOCK proxying. Special thanks to YebisuyaHompo.</li>
677     <li>added newly LogMeTT 2.02beta. Special thanks to Boris.</li>
678     <li>deleted LogMeIn</li>
679     <li>changed "Additional settings" dialog to tab control dialog</li>
680     <li>changed the setting default file name of logging to "teraterm.log"</li>
681     </ul>
682     </li>
683 maya 331
684 maya 365 <li class="history"><a name="teraterm_4.10">2005.1.30 (Ver 4.10)</a>
685     <ul>
686     <li>enabled maximum button</li>
687     <li>deleted the accelerator key of TeraTerm Menu and LogMeIn</li>
688     <li>added the setting default file name(log_YYYYMMDD_HHMMSS.txt) of logging</li>
689     <li>added the Broadcast command menu under Control menu</li>
690     <li>added the homepage URL at version dialog</li>
691     <li>fixed the initial directory of "Save setup" dialog at reading teraterm.ini directory</li>
692     <li>added "View Log" menu under File menu</li>
693     <li>added "View Log Editor" text-box on "Additional settings" dialog</li>
694     <li>added the "ViewlogEditor" entry at [Tera Term] section of teraterm.ini</li>
695     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.08">1.08</a></li>
696     <li>upgraded TeraTerm Menu supporting SSH2 to 1.02.
697     <ul>
698     <li>added Kanji code(/KT=UTF8 /KR=UTF8) of default option</li>
699     <li>added specify of user paramater at SSH autologin</li>
700     <li>deleted macro specification at SSH autologin</li>
701     <li>added specify of private-key-file at SSH autologin</li>
702     </ul></li>
703     </ul>
704     </li>
705 maya 331
706 maya 365 <li class="history"><a name="teraterm_2.09">2005.1.10 (Ver 2.09)</a>
707     <ul>
708     <li>fixed the bug of switching back to primary display when changing terminal size on multi display environment. Special thanks to Tsuruhiko Ando.</li>
709     </ul>
710     </li>
711 maya 331
712 maya 365 <li class="history"><a name="teraterm_2.08">2005.1.6 (Ver 2.08)</a>
713     <ul>
714     <li>changed the logging dialog type from open-dialog to save-dialog</li>
715     <li>fixed the initial directory of "Save setup" dialog at program directory</li>
716     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.07">1.07</a></li>
717     </ul>
718     </li>
719 maya 331
720 maya 365 <li class="history"><a name="teraterm_2.07h">2005.1.5 (Ver 2.07h)</a>
721     <ul>
722     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.06">1.06</a></li>
723     </ul>
724     </li>
725 maya 331
726 maya 365 <li class="history"><a name="teraterm_2.07g">2004.12.27 (Ver 2.07g)</a>
727     <ul>
728     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.05">1.05</a></li>
729     </ul>
730     </li>
731 maya 331
732 maya 365 <li class="history"><a name="teraterm_2.07f">2004.12.23 (Ver 2.07f)</a>
733     <ul>
734     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.04">1.04</a></li>
735     </ul>
736     </li>
737 maya 331
738 maya 365 <li class="history"><a name="teraterm_2.07e">2004.12.18 (Ver 2.07e)</a>
739     <ul>
740     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.03">1.03</a></li>
741     </ul>
742     </li>
743 maya 331
744 maya 365 <li class="history"><a name="teraterm_2.07d">2004.12.16 (Ver 2.07d)</a>
745     <ul>
746     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.02">1.02</a></li>
747     </ul>
748     </li>
749 maya 331
750 maya 365 <li class="history"><a name="teraterm_2.07c">2004.12.15 (Ver 2.07c)</a>
751     <ul>
752     <li>fixed the attribute of font file in the installed directory</li>
753     <li>added killing the process relation to TeraTerm at installation (using taskkill command)</li>
754     </ul>
755     </li>
756 maya 331
757 maya 365 <li class="history"><a name="teraterm_2.07b">2004.12.14 (Ver 2.07b)</a>
758     <ul>
759     <li>changed the initial value of scroll buffer size from 400000 to 20000 in the 'teraterm.ini' file.</li>
760     <li>added changing the attribute of font file to ReadOnly.</li>
761     <li>upgraded TeraTerm Menu supporting SSH2 to 1.01. Changed the initial folder path of ttermpro.exe to current directory.</li>
762     </ul>
763     </li>
764 maya 331
765 maya 365 <li class="history"><a name="teraterm_2.07a">2004.12.11 (Ver 2.07a)</a>
766     <ul>
767     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.01">1.01</a></li>
768     </ul>
769     </li>
770 maya 331
771 maya 365 <li class="history"><a name="teraterm_2.07">2004.12.8 (Ver 2.07)</a>
772     <ul>
773     <li>renamed "External setup" "Additional settings and removed the dialog to "Setup" menu</li>
774     <li>added "Duplicate session" to "File" menu (add /DUPLICATE option)</li>
775     <li>changed downing ttpmacro.exe process priority only with logging</li>
776     <li>didn't include CR+LF in log file when multiple line has concatenated (as EnableContinuedLineCopy enabled)</li>
777     <li>extended the max line of scroll buffer to 400000 line</li>
778     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.00">1.00</a>(RTM)</li>
779     <li>added LogMeIn 1.21. It is thankful to Boris Maisuradze.</li>
780     <li>added TeraTerm Menu 0.94r2(+SSH2 support 1.00). It is thankful to Shinpei Hayakawa.</li>
781     <li>in addition, fine bug fix</li>
782     </ul>
783     </li>
784 maya 331
785 maya 365 <li class="history"><a name="teraterm_2.06">2004.11.6 (Ver 2.06)</a>
786     <ul>
787     <li>fixed drawing ruled line with DEC special font remains garbage graphics, moreover UTF-8 feature to display only Japanese characters. And also fixed BOLD style of font problem.</li>
788     <li>TeraTerm second later instances can read configuration from TERATERM.INI.</li>
789     <li>added drag&amp;drop directory path in teraterm from explorer.</li>
790     <li>rewrote README(English). Special thanks to Boris Maisuradze for his cooperation.</li>
791     </ul>
792     </li>
793 maya 331
794 maya 365 <li class="history"><a name="teraterm_2.05a">2004.10.25 (Ver 2.05a)</a>
795     <ul>
796     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.00alpha4">1.00alpha4</a></li>
797     </ul>
798     </li>
799 maya 331
800 maya 365 <li class="history"><a name="teraterm_2.05">2004.10.11 (Ver 2.05)</a>
801     <ul>
802     <li>added MFC7.1 runtime library</li>
803     <li>setup environmental variable 'TERATERM_EXTENSIONS' is now ignored, TTSSH is always loaded.</li>
804     <li>fixed UTF-8 encoding of HANKAKU KANA.</li>
805     <li>added /nossh option (fixed problem that doesn't start Cygterm with TTSSH section(Enabled=1) of TERATERM.INI file)</li>
806     <li>added SSH2 version TTSSH(<a href="#ttssh_1.00alpha2">1.00alpha2</a>)</li>
807     </ul>
808     </li>
809 maya 331
810 maya 365 <li class="history"><a name="teraterm_2.04a">2004.9.29 (Ver 2.04a)</a>
811     <ul>
812     <li>changed patch to binary files for distribution<br>
813     I replied permission from the TeraTerm original author (Mr.Teranishi). I appreciate.</li>
814     </ul>
815     </li>
816 maya 331
817 maya 365 <li class="history"><a name="teraterm_2.04">2004.9.5 (Ver 2.04)</a>
818     <ul>
819     <li>fixed running macro halt problem on logging</li>
820     <li>added "External setup" dialog to "Edit" menu</li>
821     <li>saved ANSI color setting to ini file</li>
822     </ul>
823     </li>
824 maya 331
825 maya 365 <li class="history"><a name="teraterm_2.03">2004.8.6 (Ver 2.03)</a>
826     <ul>
827     <li>assigned the accelerator key to Cygwin connection menu to 'Alt + G'</li>
828     <li>added show of the full path in logging dialog</li>
829     <li>added support of users comments that can be included into log file</li>
830     <li>replaced static link to dynamic load of SetLayeredWindowAttributes() API (for NT4.0)</li>
831     <li>replaced WDiff with udm of difference making tool</li>
832     </ul>
833     </li>
834 maya 331
835 maya 365 <li class="history"><a name="teraterm_2.02">2004.4.12 (Ver 2.02)</a>
836     <ul>
837     <li>added support of UTF-8 for Mac OS X(HFS+)</li>
838     <li>added feature to display other than Japanese characters (locale and codepage have to be set up)</li>
839     <li>added feature to input other than Japanese characters (link 'imm32.lib')</li>
840     <li>removed BOM(Byte Order Mark) in receive mode</li>
841     <li>In addition, fine bug fix</li>
842     </ul>
843     </li>
844 maya 331
845 maya 365 <li class="history"><a name="teraterm_2.00a">2004.3.19 (Ver 2.00a)</a>
846     <ul>
847     <li>fixed README file</li>
848     </ul>
849     </li>
850 maya 331
851 maya 365 <li class="history"><a name="teraterm_2.00">2004.3.18 (Ver 2.00)</a>
852     <ul>
853     <li>changed original source to IPv6 version (thanks to Mr.J.Kato).</li>
854     <li>added support of translucence window</li>
855     <li>added support of Cygwin connection</li>
856     <li>added support of selecting all buffer</li>
857     <li>added support of different mouse cursor types and their configuration</li>
858     <li>switched from WinSock1.1 to 2.2</li>
859     <li>In addition, fine bug fix</li>
860     </ul>
861     </li>
862 maya 331
863 maya 365 <li class="history"><a name="teraterm_1.02">2004.3.13 (Ver 1.02)</a>
864     <ul>
865     <li>reverted hostname max-length to 80.</li>
866     <li>added support of UTF-8 for sending</li>
867     </ul>
868     </li>
869 maya 331
870 maya 365 <li class="history"><a name="teraterm_1.01a">2004.3.9 (Ver 1.01a)</a>
871     <ul>
872     <li>fixed README file</li>
873     <li>checked that SSH is operational with TTSSH 1.5.4 + IPv6 0.81</li>
874     </ul>
875     </li>
876 maya 331
877 maya 365 <li class="history"><a name="teraterm_1.01">2004.3.6 (Ver 1.01)</a>
878     <ul>
879     <li>added support of wheel mouse button</li>
880     <li>added "UTF8" value for /KR option of command line</li>
881     <li>powered up UTF-8 conversion (addition referrer table)</li>
882     <li>extended hostname max-length from 80 to 1024</li>
883     </ul>
884     </li>
885 maya 331
886 maya 365 <li class="history"><a name="teraterm_1.00">2004.3.2 (Ver 1.00)</a>
887     <ul>
888     <li>first release</li>
889     </ul>
890     </li>
891     </ul>
892 maya 331
893    
894 maya 335 <h2><a name="ttssh">TTSSH</a></h2>
895 maya 365 <ul>
896 maya 599 <li class="history"><a name="ttssh_2.44">2007.10.14 (Ver 2.44 not released)</a>
897     <ul>
898     <li>added AES192, AES256 and Blowfish encryption algolithm for SSH2 protocol.</li>
899     <li>changed the default value of "CheckAuthListFirst" to Off.</li>
900     <li>Bug fix: TTSSH crashes when the server supports encryption algorithm that is not supported by TTSSH.</li>
901     </ul>
902     </li>
903    
904 maya 596 <li class="history"><a name="ttssh_2.43">2007.10.14 (Ver 2.43)</a>
905 yutakapon 581 <ul>
906 maya 586 <li>added challenge-response(keyboard-interactive) authentication method to autologin.
907     <ul>
908     <li>added "challenge" value to "/auth" command line switch.</li>
909 maya 587 </ul></li>
910 yutakapon 581 <li>Security fix: TeraTerm would temporarily halt server communication for the user confirmation when the server public key trys to add in known_hosts file.</li>
911 yutakapon 584 <li>add support Ctrl+d, Ctrl+k shortcut key in "Host" drop-down on "New connectin" dialog. The former is deleting the character at point and the latter is killing the text from point to the end of the line.</li>
912 maya 594 <li>upgraded OpenSSL to 0.9.8f</li>
913 yutakapon 581 </ul>
914     </li>
915 maya 591
916 maya 579 <li class="history"><a name="ttssh_2.42">2007.9.30 (Ver 2.42)</a>
917 yutakapon 542 <ul>
918 maya 574 <li>deleted displaying in-use serial port on "New connection" dialog.</li>
919 maya 589 <li>deleted using keyboard-interactive authentication when password authentication is selected. And deleted keyboard-interactive checkbox on Authentication Setup dialog. You have to choice "challenge/response" to use keyboard-interactive authentication.</li>
920 maya 574 <li>add support Ctrl+p, Ctrl+n, Ctrl+b, Ctrl+f, Ctrl+a and Ctrl+e shortcut key in "Host" drop-down on "New connectin" dialog. Shortcut keys are compatible with up-arrow, down-arrow, left-arrow, right-arrow, Home and End key.</li>
921 maya 578 <li>Bug fix: TCP disconnection was mis-detected in the packet sending.</li>
922 yutakapon 542 <li>replaced internal string functions to secure functions.
923     <ul>
924     <li>deleted _CRT_SECURE_NO_DEPRECATE build option.</li>
925     </ul></li>
926     </ul>
927     </li>
928    
929 maya 520 <li class="history"><a name="ttssh_2.41">2007.8.8 (Ver 2.41)</a>
930 yutakapon 488 <ul>
931     <li>deleted unconditional login retry with password authentication after keyboard-interactive authentication is failure.</li>
932 maya 505 <li>added to disable the serial port in New Connection dialog when there is no available COM ports.</li>
933 maya 506 <li>stopped displaying popup error message when port-forward cannot start because already the socket is opening.</li>
934 yutakapon 488 <li>Bug fix: BOF(Buffer Over Flow) problem at the command line parameter.</li>
935 maya 505 <li>Bug fix: disconnected SSH connection when a port-forward connection from remote side is fail.</li>
936     <li>Bug fix: socket of SSH channel was not closed when SSH channel cannot open.</li>
937 yutakapon 488 </ul>
938     </li>
939 maya 520
940 maya 449 <li class="history"><a name="ttssh_2.40">2007.5.7 (Ver 2.40)</a>
941 doda 408 <ul>
942 maya 410 <li>added parsing double-quoted key filename in the command line parameter.</li>
943 doda 408 <li>Bug fix: When keyboard-interactive authentication enabled with plain password authentication, plain password authentication is displayed with the rhosts authentication in SSH authentication dialog.</li>
944 yutakapon 436 <li>Bug fix: SSH2 port fowarding memory leak when the channel connection is closed.</li>
945 maya 437 <li>Bug fix: TTSSH crashes when new channel is not able to be opened.</li>
946 yutakapon 438 <li>added support for getting the user authentication list on SSH2 connection. TTSSH can try to login with keyboard-interactive method at the first time when the user selected the password authentication.</li>
947 doda 408 </ul>
948     </li>
949    
950 maya 393 <li class="history"><a name="ttssh_2.39">2007.3.10 (Ver 2.39)</a>
951 maya 365 <ul>
952     <li>added workaround(WinSock) that send() could have been regarded as success when the return value of send() is minus and the return value of WSAGetLastError() is less than WSABASEERR(10000).</li>
953 maya 383 <li>Moved the focus to passphrase dialog when the user mistook the passphrase of SSH2 private key.</li>
954     <li>upgraded OpenSSL to 0.9.8e</li>
955 maya 365 </ul>
956     </li>
957 maya 358
958 maya 365 <li class="history"><a name="ttssh_2.38">2007.1.22 (Ver 2.38)</a>
959     <ul>
960     <li>changed the handling of SSH2_MSG_IGNORE to do nothing. The data from Cisco router seems invalid.</li>
961     <li>Bug fix: TCP disconnection was mis-detected in the packet sending.</li>
962     </ul>
963     </li>
964 yutakapon 343
965 maya 365 <li class="history"><a name="ttssh_2.37">2006.11.20 (Ver 2.37)</a>
966     <ul>
967     <li>added workaround(SSH_BUG_SIGBLOB) that generating the symmetric key is failure on Extreme Networks switch.</li>
968     </ul>
969     </li>
970 maya 331
971 maya 365 <li class="history"><a name="ttssh_2.36">2006.11.1 (Ver 2.36)</a>
972     <ul>
973     <li>Bug fix: Could not connect Tectia server with SSH2 protocol. Changed the timing of both MAC and packet compression method are enabled from user authentication to SSH2_MSG_NEWKEYS procedure.</li>
974     <li>Bug fix: Aborted when receiving the stderr data from Tectia server on Windows. Added a procedure for handling SSH2_MSG_CHANNEL_EXTENDED_DATA packet.</li>
975     </ul>
976     </li>
977 maya 331
978 maya 365 <li class="history"><a name="ttssh_2.35">2006.10.28 (Ver 2.35)</a>
979     <ul>
980     <li>Bug fix: TTSSH settings wasn't read from ini file which is specified by /F parameter of ttermpro.exe. Enbuged at 2.34.</li>
981     <li>Bug fix: Couldn't start a telnet session from 'New connection' dialog when main windows is connected with SSH protocol. Enbuged at 2.34.</li>
982     <li>Bug fix: invalid freeing DH memory in KEX_DH_GRP1_SHA1 or KEX_DH_GRP14_SHA1 sequence.</li>
983     </ul>
984     </li>
985 maya 331
986 maya 365 <li class="history"><a name="ttssh_2.34">2006.10.09 (Ver 2.34)</a>
987     <ul>
988     <li>added /ssh1, /ssh2, /telnet command line options.</li>
989     <li>added /ask4passwd command line option.</li>
990     <li>Bug fix: an error occurs at new connection from a window which is port-forwarding.</li>
991     <li>Bug fix: differentiate the case of command line parameter name.</li>
992     <li>Bug fix: parse the filename which includes white space.</li>
993     <li>upgraded OpenSSL to 0.9.8d</li>
994     </ul>
995     </li>
996 maya 331
997 maya 365 <li class="history"><a name="ttssh_2.33">2006.9.16 (Ver 2.33)</a>
998     <ul>
999     <li>added parsing double-quoted filename in the command line parameter.</li>
1000     <li>Bug fix: Free the user password on heap memory after user authentication.</li>
1001     <li>upgraded OpenSSL to 0.9.8c</li>
1002     </ul>
1003     </li>
1004 maya 331
1005 maya 365 <li class="history"><a name="ttssh_2.32">2006.8.9 (Ver 2.32)</a>
1006     <ul>
1007     <li>Bug fix: Title bar didn't use the small(16x16 dot) icon.</li>
1008     </ul>
1009     </li>
1010 maya 331
1011 maya 365 <li class="history"><a name="ttssh_2.31">2006.8.5 (Ver 2.31)</a>
1012     <ul>
1013     <li>added the checkbox on SSH authentication dialog whether the user password string would be stored on heap memory. You can configurate the its function enabling flag by "RememberPassword" entry of TTSSH section in the 'teraterm.ini' file.</li>
1014     </ul>
1015     </li>
1016 maya 331
1017 maya 365 <li class="history"><a name="ttssh_2.30">2006.7.26 (Ver 2.30)</a>
1018     <ul>
1019     <li>updated to new TTSSH icon file(ttsecure.ico). Special thanks to Tatsu Sakamoto.</li>
1020     </ul>
1021     </li>
1022 maya 331
1023 maya 365 <li class="history"><a name="ttssh_2.29">2006.6.29 (Ver 2.29)</a>
1024     <ul>
1025     <li>Bug fix: Using SSH2 protocol, changes of the TTSSH setup dialog could not feedback on next ssh session. Special thanks to NAGATA Shinya.</li>
1026     <li>Bug fix: The 'ssh_known_files' file might not be saved in TeraTerm installation directory. Special thanks to NAGATA Shinya.</li>
1027     <li>changed Copyright string.</li>
1028     </ul>
1029     </li>
1030 maya 331
1031 maya 365 <li class="history"><a name="ttssh_2.28">2006.6.23 (Ver 2.28)</a>
1032     <ul>
1033     <li>added support for SSH2 delayed compression(OpenSSH 4.2 later). Special thanks to NAGATA Shinya.</li>
1034     </ul>
1035     </li>
1036 maya 331
1037 maya 365 <li class="history"><a name="ttssh_2.27">2006.6.14 (Ver 2.27)</a>
1038     <ul>
1039     <li>Bug fix: TeraTerm enabled SSH compression could not connect to the server when OpenSSH 4.3 later was configured as delay SSH compression.</li>
1040     </ul>
1041     </li>
1042 maya 331
1043 maya 365 <li class="history"><a name="ttssh_2.26">2006.6.11 (Ver 2.26)</a>
1044     <ul>
1045     <li>Bug fix: Alt key was not available for SSH Port Forward dialog. Special thanks to NAGATA Shinya.</li>
1046     <li>Bug fix: Message box dialog doesn't been quickly shown when TeraTerm does not connect to the server for SSH Port Forward dialog.</li>
1047     </ul>
1048     </li>
1049 maya 331
1050 maya 365 <li class="history"><a name="ttssh_2.25">2006.5.7 (Ver 2.25)</a>
1051     <ul>
1052     <li>upgraded OpenSSL to 0.9.8b</li>
1053     </ul>
1054     </li>
1055 maya 331
1056 maya 365 <li class="history"><a name="ttssh_2.24">2006.4.7 (Ver 2.24)</a>
1057     <ul>
1058     <li>Bug fix: disconnection of SSH2 protocol after X11 forwarding failure on HP-UX.</li>
1059     </ul>
1060     </li>
1061 maya 331
1062 maya 365 <li class="history"><a name="ttssh_2.23">2006.4.4 (Ver 2.23)</a>
1063     <ul>
1064     <li>added the user dialog option that delete the old entry in known_hosts file contains the multiple entrys including the different host key type. Special thanks to NAGATA Shinya.</li>
1065     </ul>
1066     </li>
1067 maya 331
1068 maya 365 <li class="history"><a name="ttssh_2.22">2006.3.29 (Ver 2.22)</a>
1069     <ul>
1070     <li>Bug fix: application error when known_hosts file contains the multiple entrys including the different host key type.</li>
1071     </ul>
1072     </li>
1073 maya 331
1074 maya 365 <li class="history"><a name="ttssh_2.21">2006.3.27 (Ver 2.21)</a>
1075     <ul>
1076     <li>added support for known_hosts on SSH2 connection.</li>
1077     <li>added showing the server's fingerprint on known_hosts dialog.</li>
1078     </ul>
1079     </li>
1080 maya 331
1081 maya 365 <li class="history"><a name="ttssh_2.20">2006.3.6 (Ver 2.20)</a>
1082     <ul>
1083     <li>Improved SSH2 communication throughput by changing the window size adjustment.</li>
1084     </ul>
1085     </li>
1086 maya 331
1087 maya 365 <li class="history"><a name="ttssh_2.19">2006.2.24 (Ver 2.19)</a>
1088     <ul>
1089     <li>changed the compiler to Visual Studio 2005 Standard Edition.</li>
1090     <li>replaced stricmp() to _stricmp().</li>
1091     <li>replaced strdup() to _strdup().</li>
1092     <li>added support for "command=" in authorized_keys file.</li>
1093     <li>upgraded OpenSSL to 0.9.8b snapshot</li>
1094     </ul>
1095     </li>
1096 maya 331
1097 maya 365 <li class="history"><a name="ttssh_2.18">2005.10.21 (Ver 2.18)</a>
1098     <ul>
1099     <li>added the host history check button on connection dialog.</li>
1100     <li>upgraded OpenSSL to 0.9.8a</li>
1101     </ul>
1102     </li>
1103 maya 331
1104 maya 365 <li class="history"><a name="ttssh_2.17">2005.9.5 (Ver 2.17)</a>
1105     <ul>
1106     <li>added minimizing the SSH authentication dialog with autologin mode only using '/I' option.</li>
1107     </ul>
1108     </li>
1109 maya 331
1110 maya 365 <li class="history"><a name="ttssh_2.16">2005.8.27 (Ver 2.16)</a>
1111     <ul>
1112     <li>added minimizing the SSH authentication dialog with autologin mode. Special thanks to Tomoo Takahashi.</li>
1113     <li>upgraded zlib to 1.2.3</li>
1114     </ul>
1115     </li>
1116 maya 331
1117 maya 365 <li class="history"><a name="ttssh_2.15">2005.7.24 (Ver 2.15)</a>
1118     <ul>
1119     <li>added support of SSH2 port forwarding</li>
1120     <li>added support of SSH2 packet compression</li>
1121     <li>added sending TTY information(VERASE) to server with SSH2 connection.</li>
1122     <li>Bug fix: The user can't login to the server since the second times when first user authentication is failed with SSH1 protocol.</li>
1123     <li>Bug fix: The accelerator key(Alt + P or Alt + C) doesn't work on connection dialog.</li>
1124     <li>upgraded OpenSSL to 0.9.8</li>
1125     <li>added the security fix(CAN-2005-2096) to zlib 1.2.2</li>
1126     </ul>
1127     </li>
1128 maya 331
1129 maya 365 <li class="history"><a name="ttssh_2.14">2005.5.28 (Ver 2.14)</a>
1130     <ul>
1131     <li>added three file filter on private key saving dialog.</li>
1132     <li>added zlib version information on TTSSH version dialog.</li>
1133     </ul>
1134     </li>
1135 maya 331
1136 maya 365 <li class="history"><a name="ttssh_2.13">2005.4.24 (Ver 2.13)</a>
1137     <ul>
1138     <li>added SSH key generator dialog(Setup - SSH KeyGenerator).</li>
1139     <li>upgraded OpenSSL to 0.9.7g</li>
1140     </ul>
1141     </li>
1142 maya 331
1143 maya 365 <li class="history"><a name="ttssh_2.12">2005.4.9 (Ver 2.12)</a>
1144     <ul>
1145     <li>added SSH2 channel lookup mechanism for port forwading.</li>
1146     <li>fixed the bug of application fault at DH key re-creation (degradation at TTSSH version supporting SSH2 2.10).</li>
1147     <li>added SSH autologin with "Duplicate session".</li>
1148     </ul>
1149     </li>
1150 maya 331
1151 maya 365 <li class="history"><a name="ttssh_2.11">2005.3.31 (Ver 2.11)</a>
1152     <ul>
1153     <li>added the accelerator key at 'Use challenge/response to log in' on SSH2 authentication dialog.</li>
1154     <li>added the focus COM input box when you open new connection using COM port.</li>
1155     <li>added SSH log data(TTSSH.LOG).</li>
1156     <li>added NetScreen(HITACHI) workaround. Sending SSH2_MSG_CHANNEL_REQUEST message to server is disabled wantconfirm entry.</li>
1157     <li>upgraded OpenSSL to 0.9.7f</li>
1158 maya 331
1159 maya 365 </ul>
1160     </li>
1161 maya 331
1162 maya 365 <li class="history"><a name="ttssh_2.10">2005.3.13 (Ver 2.10)</a>
1163     <ul>
1164     <li>upgraded ttxssh.dll version information from 1.5.4 to 2.10.</li>
1165     <li>changed SSH client ID(SSH-2.0-TTSSH/X.XX Win32) including TTSSH version information.</li>
1166     <li>added Tru64 UNIX workaround. Special thanks to Miguel.</li>
1167     <li>added SSH2 dump logging</li>
1168     <li>fixed the bug of being not able to get rid of CR when CR+LF code is included in SSH server ID.</li>
1169     <li>changed TTSSH don't send SSH2_MSG_SERVICE_REQUEST to server once the client try to login.</li>
1170     <li>changed the default value of [TTSSH] KeyboardInteractive to 0(disabled) because SSH connection is closed by server then the invalid method is used in OpenSSH 4.0. And also the passowrd authentication label of SSH authentication dialog is dynamically changed.</li>
1171     <li>added support of challenge/response login on SSH2 connection.</li>
1172     </ul>
1173     </li>
1174 maya 331
1175 maya 365 <li class="history"><a name="ttssh_1.09">2005.2.22 (Ver 1.09)</a>
1176     <ul>
1177     <li>fixed the SSH2 public key problem that TTSSH can't read the private key file in the directory starting by the dot.</li>
1178     <li>added the configuration of HeartBeat(keep-alive), SSH2 keyboard-interactive on TTSSH setup dialog</li>
1179     </ul>
1180     </li>
1181 maya 331
1182 maya 365 <li class="history"><a name="ttssh_1.08">2005.1.30 (Ver 1.08)</a>
1183     <ul>
1184     <li>added support of keyboard-interactive authentication. You can configurate the its authentication enabling flag by "KeyboardInteractive" entry of TTSSH section in the 'teraterm.ini' file.</li>
1185     <li>added show of Project Homepage URL and OpenSSL version at version dialog.</li>
1186     <li>fixed the application fault of pushing enter key before be grayed at rhosts and TIS in SSH2 authentication dailog.</li>
1187     <li>added support of public-key authentication auto-login. And also added /auth=publickey and /keyfile command line option.</li>
1188     </ul>
1189     </li>
1190 maya 331
1191 maya 365 <li class="history"><a name="ttssh_1.07">2005.1.6 (Ver 1.07)</a>
1192     <ul>
1193     <li>fixed application fault when changing terminal size on telnet connection (degradation at TTSSH version supporting SSH2 1.06)</li>
1194     </ul>
1195     </li>
1196 maya 331
1197 maya 365 <li class="history"><a name="ttssh_1.06">2005.1.5 (Ver 1.06)</a>
1198     <ul>
1199     <li>added support of changing terminal size</li>
1200     <li>fixed application fault at DH key re-creation (degradation at TTSSH version supporting SSH2 1.05)</li>
1201     </ul>
1202     </li>
1203 maya 331
1204 maya 365 <li class="history"><a name="ttssh_1.05">2004.12.27 (Ver 1.05)</a>
1205     <ul>
1206     <li>fixed the bug of can't connect the server after disconnecting when 'Auto window close' function is disabled</li>
1207     <li>fixed the memory leak of SSH2 KEX procedure</li>
1208     <li>upgraded the error message string when reading the SSH2 private key is failure</li>
1209     </ul>
1210     </li>
1211 maya 331
1212 maya 365 <li class="history"><a name="ttssh_1.04">2004.12.23 (Ver 1.04)</a>
1213     <ul>
1214     <li>added support of public key authentication method</li>
1215     </ul>
1216     </li>
1217 maya 331
1218 maya 365 <li class="history"><a name="ttssh_1.03">2004.12.18 (Ver 1.03)</a>
1219     <ul>
1220     <li>added checking HMAC at received packet</li>
1221     <li>added support of HMAC-MD5 message authentication code</li>
1222     <li>added verifying the key of RSA and DSA at KEX procedure</li>
1223     </ul>
1224     </li>
1225 maya 331
1226 maya 365 <li class="history"><a name="ttssh_1.02">2004.12.16 (Ver 1.02)</a>
1227     <ul>
1228     <li>fixed application fault when using SSH autologin mode</li>
1229     <li>fixed application fault when pressing ESC key at "SECURITY WARNING" dialog</li>
1230     </ul>
1231     </li>
1232 maya 331
1233 maya 365 <li class="history"><a name="ttssh_1.01">2004.12.11 (Ver 1.01)</a>
1234     <ul>
1235     <li>added support of SSH heartbeat(keep-alive).<br>
1236     You can configurate the heartbeat interval "HeartBeat" entry of TTSSH section in the 'teraterm.ini' file. A measure of heartbeat is per second(default 60 seconds).</li>
1237     </ul>
1238     </li>
1239 maya 331
1240 maya 365 <li class="history"><a name="ttssh_1.00">2004.12.8 (Ver 1.00)</a>
1241     <ul>
1242     <li>added support of SSH1/SSH2 autologin (only password authentication). And also added /auth, /username, /passwd options.</li>
1243     <li>changed SSH default version to SSH2</li>
1244     <li>fixed tab order of connection dialog </li>
1245     <li>changed the focus of connection dialog to hostname</li>
1246     <li>added SSH2 autologin sample macro(ssh2login.ttl)</li>
1247     </ul>
1248     </li>
1249 maya 331
1250 maya 365 <li class="history"><a name="ttssh_1.00beta1">2004.11.7 (Ver 1.00 beta1)</a>
1251     <ul>
1252     <li>added support of encryption algorithm AES128</li>
1253     <li>added support of KEX algorithm diffie-hellman-group14-sha(OpenSSH 3.9 later version)</li>
1254     <li>added support of KEX algorithm diffie-hellman-group-exchange-sha1</li>
1255     <li>added support of server host key algorithm ssh-dss</li>
1256     <li>added show of SSH2 information in version dialog</li>
1257     <li>upgraded OpenSSL to 0.9.7e</li>
1258     <li>rewrote README(English). Special thanks to Boris Maisuradze for his cooperation.</li>
1259     </ul>
1260     </li>
1261 maya 331
1262 maya 365 <li class="history"><a name="ttssh_1.00alpha4">2004.10.25 (Ver 1.00 alpha4)</a>
1263     <ul>
1264     <li>fixed the bug of window size control flow</li>
1265     <li>added support of DH key re-creation after data-communication establishment</li>
1266     <li>in addition, fine bug fix</li>
1267     </ul>
1268     </li>
1269 maya 331
1270 maya 365 <li class="history"><a name="ttssh_1.00alpha3">2004.10.17 (Ver 1.00 alpha3)</a>
1271     <ul>
1272     <li>added support of window size control flow</li>
1273     <li>added send SSH2_MSG_CHANNEL_CLOSE to server on disconnect.</li>
1274     <li>terminal type is now passed to the environment variable TERM.</li>
1275     </ul>
1276     </li>
1277 maya 331
1278 maya 365 <li class="history"><a name="ttssh_1.00alpha2">2004.10.11 (Ver 1.00 alpha2)</a>
1279     <ul>
1280     <li>added support of SSH1</li>
1281     <li>fixed the bug of suddenly disconnecting SSH session (the message "Oversized packet received from server" was appearing in dialog box)</li>
1282     <li>added /1, /2 command line options</li>
1283     <li>added SSH protocol version related entry in TERATERM.INI file</li>
1284     </ul>
1285     </li>
1286 maya 331
1287 maya 365 <li class="history"><a name="ttssh_1.00alpha1a">2004.8.8 (Ver 1.00 alpha1a)</a>
1288     <ul>
1289     <li>replaced DLL release build version</li>
1290     </ul>
1291     </li>
1292 maya 335
1293 maya 365 <li class="history"><a name="ttssh_1.00alpha1">2004.8.5 (Ver 1.00 alpha1)</a>
1294     <ul>
1295     <li>first release</li>
1296     </ul>
1297     </li>
1298     </ul>
1299 maya 354
1300    
1301 maya 365 <h2><a name="cygterm">CygTerm+</a></h2>
1302     <ul>
1303 maya 515 <li class="history"><a name="cygterm_1.07_13">v1.07_13 2007/08/03 (by maya.negeta@gmail.com)</a>
1304     <ul>
1305     <li>Added '-d' option that is specifies the start directory.</li>
1306     </ul>
1307     </li>
1308    
1309 doda 473 <li class="history"><a name="cygterm_1.07_12">v1.07_12 2007/06/10 (sue@iwmt.org)</a>
1310     <ul>
1311     <li>Add 'SOCKET_TIMEOUT' entry which timeout of waiting telnet connection in cygterm.cfg file.</li>
1312     </ul>
1313     </li>
1314    
1315 maya 365 <li class="history"><a name="cygterm_1.07_11">v1.07_11 2007/01/31 (import from cygterm v1.07)</a>
1316     <ul>
1317     <li>Avoid WinMainCRTStartup() redefinition error with gcc 3.4.</li>
1318     <li>Give an output gap for keyboard interrupt.</li>
1319     </ul>
1320     </li>
1321 maya 335
1322 maya 365 <li class="history"><a name="cygterm_1.06_11">v1.06_11 2006/09/29 (by maya.negeta@gmail.com)</a>
1323     <ul>
1324     <li>Stopped using HOME from environment variable and /etc/passwd.<br>
1325     CygTerm passes HOME which is set by Cygwin. See also /etc/profile</li>
1326     <li>Changed the priority of config files.<br>
1327     command line arguments &gt; ~/.cygtermrc &gt; /etc/cygterm.conf &gt; cygterm.cfg &gt; /etc/passwd</li>
1328     </ul>
1329     </li>
1330 maya 335
1331 maya 365 <li class="history"><a name="cygterm_1.06_10">v1.06_10 2006/09/28 (by sue@iwmt.org)</a>
1332     <ul>
1333     <li>Use getlogin() instead of environment variable USERNAME to get user name.</li>
1334     </ul>
1335     </li>
1336 maya 335
1337 maya 365 <li class="history"><a name="cygterm_1.06_09">v1.06_09 2006/09/25 (by sue@iwmt.org)</a>
1338     <ul>
1339     <li>Get shell information from /etc/passwd if SHELL parameter is not specified.</li>
1340     </ul>
1341     </li>
1342 maya 335
1343 maya 365 <li class="history"><a name="cygterm_1.06_08">v1.06_08 2006/08/30 (by maya.negeta@gmail.com)</a>
1344     <ul>
1345     <li>Changed the priority of config files. cygterm.cfg is top priority config file.</li>
1346     </ul>
1347     </li>
1348 maya 335
1349 maya 365 <li class="history"><a name="cygterm_1.06_07">v1.06_07 2006/08/19 (by maya.negeta@gmail.com)</a>
1350     <ul>
1351     <li>Use `HOME' environment variable for changing home directory if the variable will be set.</li>
1352     </ul>
1353     </li>
1354 maya 335
1355 maya 365 <li class="history"><a name="cygterm_1.06_06">v1.06_06 2006/08/18 (by sue@iwmt.org)</a>
1356     <ul>
1357     <li>Limit a parameter length of both '-s' and '-t' option.</li>
1358     </ul>
1359     </li>
1360 maya 335
1361 maya 365 <li class="history"><a name="cygterm_1.06_05">v1.06_05 2006/08/18 (by maya.negeta@gmail.com)</a>
1362     <ul>
1363     <li>Create mutex object for running check by installer.</li>
1364     </ul>
1365     </li>
1366 maya 335
1367 maya 365 <li class="history"><a name="cygterm_1.06_04">v1.06_04 2006/08/15 (by sue@iwmt.org)</a>
1368     <ul>
1369     <li>Add 'LOGIN_SHELL' entry which the shell is invoked as the login shell in cygterm.cfg file.<br>
1370     LOGIN_SHELL: yes | no</li>
1371     </ul>
1372     </li>
1373 maya 335
1374 maya 365 <li class="history"><a name="cygterm_1.06_03">v1.06_03 2006/08/15 (by sue@iwmt.org)</a>
1375     <ul>
1376     <li>Add 'HOME_CHDIR' entry which home directory is changed in cygterm.cfg file.<br>
1377     HOME_CHDIR: yes | no</li>
1378     </ul>
1379     </li>
1380 maya 335
1381 maya 365 <li class="history"><a name="cygterm_1.06_02">v1.06_02 2006/02/09 (by babydamons@yahoo.co.jp)</a>
1382     <ul>
1383     <li>Generated CygTerm's ICON by "DotWork 2.50".<br>
1384     "DotWork 2.50" is available at http://www5a.biglobe.ne.jp/~suuta/.<br>
1385     Special Thanks to "suuta at hamal dot freemal dot ne dot jp"</li>
1386     <li>Makefile was changed, "clean" target was changed to don't remove cygterm.ico.</li>
1387     </ul>
1388     </li>
1389 maya 335
1390 maya 365 <li class="history"><a name="cygterm_1.06_01">v1.06_01 2006/02/08 (by babydamons@yahoo.co.jp)</a>
1391     <ul>
1392     <li>Import to TeraTerm Project</li>
1393     <li>The following configuration file reading was supported:
1394     <ul>
1395     <li>/etc/cygterm.conf</li>
1396     <li>~/.cygtermrc</li>
1397     </ul></li>
1398     <li>Shell is invoked with user's home-directory.</li>
1399     <li>Get account configuration from /etc/passwd by getpwnam(3),<br>
1400     getting account name from USERNAME environment by getenv(3).</li>
1401     <li>Makefile was changed, default build is with icon executable.</li>
1402     </ul>
1403     </li>
1404 maya 335
1405 maya 365 <li class="history"><a name="cygterm_1.06">v1.06 2004/01/24</a>
1406     <ul>
1407     <li>The following command line options were added:
1408     <ul>
1409     <li>-t 'terminal-emulator' (specifies the terminal emulator)</li>
1410     <li>-p port-number (specifies the port# to connect)</li>
1411     <li>-dumb (specifies dumb terminal mode)</li>
1412     <li>-s 'shell' (specifies the shell)</li>
1413     <li>-v 'env-var' (specifies environment variables)</li>
1414     </ul></li>
1415     <li>Makefile was changed.
1416     <ul>
1417     <li>Fixed to fail in `make install' if BINDIR was not found.</li>
1418     </ul></li>
1419     <li>cygterm.cc and README.txt were changed to English version.</li>
1420     </ul>
1421     </li>
1422 maya 335
1423 maya 365 <li class="history"><a name="cygterm_1.05">v1.05 2003/01/14</a>
1424     <ul>
1425     <li>Fixed to transmit Ctrl+SPACE (NUL).<br>
1426     The NUL character was not able to be transmitted even if Ctrl+SPACE was typed, because it was ignored simply as an way to handle the newline CR+NUL.</li>
1427     </ul>
1428     </li>
1429 maya 335
1430 maya 365 <li class="history"><a name="cygterm_1.04">v1.04 2002/12/08</a>
1431     <ul>
1432     <li>Changed to display error messages for failure to execute a terminal emulator or a shell.</li>
1433     <li>Makefile was changed.
1434     <ul>
1435     <li>do not overwrite cygterm.cfg when `make install'.</li>
1436     <li>add the gcc option -fno-exceptions against the GCC-3 link error.</li>
1437     </ul></li>
1438     </ul>
1439     </li>
1440 maya 335
1441 maya 365 <li class="history"><a name="cygterm_1.03">v1.03 2002/07/24</a>
1442     <ul>
1443     <li>Fixed to convert terminal type into lower-case when cygterm received it from a terminal emulator.<br>
1444     Because some upper-case values such as `ANSI' `VT100' of the environment variable TERM might not be found in terminfo depending on the kind of terminal emulator. (Windows 2000 telnet.exe, etc)</li>
1445     </ul>
1446     </li>
1447 maya 335
1448 maya 365 <li class="history"><a name="cygterm_1.02">v1.02 2002/07/22</a>
1449     <ul>
1450     <li>Fix to be able to start a terminal emulator even if it was a console application. (Windows 2000 telnet.exe, etc)<br>
1451     There was a mistake in calling CreateProcess().</li>
1452     <li>Fixed to suppress duplicate newline on a shell by canceling LF when a terminal emulator sent CR+LF. (Windows 98 telnet.exe, etc)</li>
1453     <li>Embedded the version number in cygterm.exe executable code.<br>
1454     How to check: $ strings cygterm.exe | grep version</li>
1455     </ul>
1456     </li>
1457 maya 335
1458 maya 365 <li class="history"><a name="cygterm_1.01">v1.01 2002/07/19</a>
1459     <ul>
1460     <li>Fixed that cygterm did not work with zsh or tcsh. Input was blocked when zsh or tcsh started, because the approach to open the pseudo terminal was not good.</li>
1461     </ul>
1462     </li>
1463 maya 335
1464 maya 365 <li class="history"><a name="cygterm_1.00">v1.00 2000/12/17</a>
1465     <ul>
1466     <li>The initial version was released.</li>
1467     </ul>
1468     </li>
1469     </ul>
1470 maya 335
1471    
1472 maya 365 <h2><a name="ttproxy">TTProxy</a></h2>
1473     <ul>
1474 maya 579 <li class="history"><a name="ttproxy_1.0.0.14">2007.9.30 (Ver 1.0.0.14)</a>
1475 maya 539 <ul>
1476     <li>added support for dynamic loading of user interface messages.</li>
1477     </ul>
1478     </li>
1479    
1480 maya 449 <li class="history"><a name="ttproxy_1.0.0.13">2007.5.7 (Ver 1.0.0.13)</a>
1481 maya 413 <ul>
1482     <li>"protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport" style parameter became unsupported.<br>
1483     This style conflicts with TeraTerm parameter style "telnet://server&lt;:port&gt;".</li>
1484     </ul>
1485     </li>
1486    
1487 maya 391 <li class="history"><a name="ttproxy_1.0.0.12">2007.3.8 (Ver 1.0.0.12)</a>
1488     <ul>
1489     <li>fix bug: Japanese resource was used with Windows that is not English.</li>
1490     </ul>
1491     </li>
1492    
1493 maya 365 <li class="history"><a name="ttproxy_1.0.0.11">2007.2.6 (Ver 1.0.0.11)</a>
1494     <ul>
1495     <li>fix bug: url decode/encode was broken.<br>
1496     teraterm didn't connect to the proxy server via "New connection" dialog, when host/user/pass are included out of [-\.0-9A-Z_a-z].</li>
1497     </ul>
1498     </li>
1499 maya 335
1500 maya 365 <li class="history"><a name="ttproxy_1.0.0.10">2006.12.12 (Ver 1.0.0.10)</a>
1501     <ul>
1502     <li>deleted SetThreadLocale with the language which is detected from TeraTerm dialog resource.</li>
1503     </ul>
1504     </li>
1505 maya 335
1506 maya 365 <li class="history"><a name="ttproxy_1.0.0.9">2006.11.23 (Ver 1.0.0.9)</a>
1507     <ul>
1508     <li>Bug fix: didn't respond when the style of TearTerm command line parameter is "telnet://host."<br>
1509     returns the control to TeraTerm if proxy port number is 0.</li>
1510     </ul>
1511     </li>
1512 maya 335
1513 maya 365 <li class="history"><a name="ttproxy_1.0.0.8">2006.8.1 (Ver 1.0.0.8)</a>
1514     <ul>
1515     <li>imported the source with permission of original author Yebisuya Sugoroku.</li>
1516     </ul>
1517     </li>
1518     </ul>
1519 maya 335
1520 maya 463
1521 maya 392 <h2><a name="ttmenu">TeraTerm Menu</a></h2>
1522     <ul>
1523 maya 579 <li class="history"><a name="ttmenu_1.06">2007.9.30 (Ver 1.06)</a>
1524 maya 552 <ul>
1525     <li>added support for dynamic loading of user interface messages.</li>
1526     </ul>
1527     </li>
1528    
1529 maya 392 <li class="history"><a name="ttmenu_1.05">2007.3.10 (Ver 1.05)</a>
1530     <ul>
1531     <li>Bug fix: popup menu was displayed at invalie position on Windows Vista.</li>
1532     </ul>
1533     </li>
1534    
1535     <li class="history"><a name="ttmenu_1.04">2006.2.24 (Ver 1.04)</a>
1536     <ul>
1537     <li>fixed build error with VS2005.</li>
1538     </ul>
1539     </li>
1540    
1541     <li class="history"><a name="ttmenu_1.03">2005.1.30 (Ver 1.03)</a>
1542     <ul>
1543     <li>Bug fix: TeraTerm Menu popup menu couldn't be shown at right position using multi monitor system.</li>
1544     </ul>
1545     </li>
1546    
1547     <li class="history"><a name="ttmenu_1.02">2005.1.30 (Ver 1.02)</a>
1548     <ul>
1549 doda 500 <li>added Kanji code(/KT=UTF8 /KR=UTF8) of default option</li>
1550     <li>added specify of user paramater at SSH autologin</li>
1551     <li>deleted macro specification at SSH autologin</li>
1552     <li>added specify of private-key-file at SSH autologin</li>
1553 maya 392 </ul>
1554     </li>
1555    
1556     <li class="history"><a name="ttmenu_1.01">2004.12.14 (Ver 1.01)</a>
1557     <ul>
1558     <li>Changed the initial folder path of ttermpro.exe to current directory.</li>
1559     </ul>
1560     </li>
1561    
1562     <li class="history"><a name="ttmenu_0.94r2">2004.12.8 (Ver 0.94r2)</a>
1563     <ul>
1564 doda 500 <li>added TeraTerm Menu 0.94r2(+SSH2 support 1.00). It is thankful to Shinpei Hayakawa.</li>
1565 maya 392 </ul>
1566     </li>
1567     </ul>
1568    
1569    
1570 maya 463 <h2><a name="kanjimenu">TTX KanjiMenu</a></h2>
1571     <ul>
1572 maya 520 <li class="history"><a name="kanjimenu_0.1.3">2007.8.8 (Ver 0.1.3)</a>
1573 maya 463 <ul>
1574 maya 464 <li>linked to LIBCMT.LIB statically for Win98, Me and NT4.0.</li>
1575 yutakapon 489 <li>added checking the valid range to set KanjiCode in shared variable numbers.</li>
1576 maya 490 <li>menu is displayed only when the setting of Language is Japanese.</li>
1577 maya 463 </ul>
1578     </li>
1579    
1580 maya 465 <li class="history"><a name="kanjimenu_0.1.2">2007.5.25 (Ver 0.1.2)</a>
1581     <ul>
1582     <li>imported the source with permission of original author Sunao HARA.</li>
1583     </ul>
1584     </li>
1585 maya 463 </ul>
1586    
1587 doda 500 </body>
1588     </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26