<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/">
 <channel>
  <pubDate>Thu, 28 Feb 2013 14:41:00 GMT</pubDate>
  <description>Releases headline of Tera Term(ttssh2) @ SourceForge.JP</description>
  <atom:link href="http://en.sourceforge.jp/projects/ttssh2/releases/rss" rel="self" type="application/rss+xml" />
  <link>http://en.sourceforge.jp/projects/ttssh2/releases/</link>
  <title>New Releases of Tera Term</title>
  <language>ja-jp</language>
  <item>
   <pubDate>Thu, 28 Feb 2013 14:41:00 GMT</pubDate>
   <title>Tera Term - 4.77</title>
   <link>http://en.sourceforge.jp/projects/ttssh2/releases/58215</link>
   <guid>http://en.sourceforge.jp/projects/ttssh2/releases/58215</guid>
   <dc:creator>maya (maya)</dc:creator>
   <description>&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;h2 id=&quot;h2-.21TeraTerm&quot;&gt;TeraTerm&lt;/h2&gt;&lt;h3 id=&quot;h3-2013.02.28.20.28Ver.204.77.29&quot;&gt;2013.02.28 (Ver 4.77)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;added support for the DECFRA (Fill Rectangular Area) control sequence.
&lt;/li&gt;&lt;li&gt;added support for the window-ops control sequence to push/pop window title on stack.
&lt;/li&gt;&lt;li&gt;Macro
&lt;ul&gt;&lt;li&gt;added the continue command.
&lt;/li&gt;&lt;li&gt;Changed the maximum length of the string variable to 511 bytes.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded TTSSH to 2.64
&lt;/li&gt;&lt;li&gt;upgraded TTXResizeMenu Plugin to 1.02
&lt;/li&gt;&lt;li&gt;upgraded TTXKCodeChange Plugin to 1.01
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTSSH&quot;&gt;TTSSH&lt;/h2&gt;&lt;h3 id=&quot;h3-2013.02.28.20.28Ver.202.64.29&quot;&gt;2013.02.28 (Ver 2.64)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;The encryption algorithm is changed from 3DES to AES128 when the SSH2 private key is saved with the passphrase.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded OpenSSL to 1.0.1e
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTXResizeMenu.20Plugin&quot;&gt;TTXResizeMenu Plugin&lt;/h2&gt;&lt;h3 id=&quot;h3-2013.02.28.20.28Ver.201.02.29&quot;&gt;2013.02.28 (Ver 1.02)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;increased max height of window from 200 lines to 500 lines.
&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTXKcodeChange.20Plugin&quot;&gt;TTXKcodeChange Plugin&lt;/h2&gt;&lt;h3 id=&quot;h3-2013.02.28.20.28Ver.201.01.29&quot;&gt;2013.02.28 (Ver 1.01)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;added support for the control sequence to push/pop settings on stack.
&lt;/li&gt;&lt;li&gt;When the sequence is continuing, a rear sequence will be not worked.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
  </item>
  <item>
   <pubDate>Sun, 02 Dec 2012 13:16:00 GMT</pubDate>
   <title>Tera Term - 4.76</title>
   <link>http://en.sourceforge.jp/projects/ttssh2/releases/57572</link>
   <guid>http://en.sourceforge.jp/projects/ttssh2/releases/57572</guid>
   <dc:creator>maya (maya)</dc:creator>
   <description>&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;h2 id=&quot;h2-.21TeraTerm&quot;&gt;TeraTerm&lt;/h2&gt;&lt;h3 id=&quot;h3-2012.12.02.20.28Ver.204.76.29&quot;&gt;2012.12.02 (Ver 4.76)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;added support for the SGR 38:2, 48:2(the character and background color changing specified by RGB value). The nearest color with 256 color palette is used.
&lt;/li&gt;&lt;li&gt;added support the colon(:) separator with the SGR 38:5, 48:5(the character and background color changing specified by RGB value). Refer to the ISO/IEC 8613-6 (ITU-T Rec. T.416).
&lt;/li&gt;&lt;li&gt;The method of the special folder is changed from reading the registry to SH API.
&lt;/li&gt;&lt;li&gt;Do not save the VTIcon and TEKIcon entries into the teraterm.ini file.
&lt;/li&gt;&lt;li&gt;When a ini file can not be written at the Save setup, the error message will be shown.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;The palette out of range number can not be ignored with the SGR 38:5, 48:5(the character and background color changing specified by RGB value).
&lt;/li&gt;&lt;li&gt;A string pasted by clipboard will be corrupted with any keyboard layout.
&lt;/li&gt;&lt;li&gt;The strreplace macro command will be crashed when the 'matchstr', 'groupmatchstr1' - 'groupmatchstr9' system variables are specified as the argument.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded TTSSH to 2.63
&lt;/li&gt;&lt;li&gt;added support for Microsoft Windows 8.
&lt;/li&gt;&lt;li&gt;upgraded Oniguruma to 5.9.3
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTSSH&quot;&gt;TTSSH&lt;/h2&gt;&lt;h3 id=&quot;h3-2012.12.02.20.28Ver.202.63.29&quot;&gt;2012.12.02 (Ver 2.63)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;Removed the hmac-sha2-256-96 and hmac-sha2-512-96 of SSH2 HMAC algorithm because these protols are obsolete. Refer to the RFC6668(OpenSSH 6.1).
&lt;/li&gt;&lt;li&gt;added support for the PuTTY format and SECSH(ssh.com) format of the private key for SSH2 public key authentication.
&lt;/li&gt;&lt;li&gt;added some service names of the port number at the SSH Fowarding dialog.
&lt;/li&gt;&lt;li&gt;The length of the DSA key on the SSH Keygenerator is fixed at 1024 bit because the SSH protocol will support only the 1024 bit officially.
&lt;/li&gt;&lt;li&gt;changed the TTSSH icon to the green color.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;SCP sending will be failed for SSH server which the window size is small(Dropbear).
&lt;/li&gt;&lt;li&gt;The SSH data will be corrupted by SSH2 delay re-transmit bug.
&lt;/li&gt;&lt;li&gt;When the Java Web Start is used with X11 forwaring, Tera Term and Xming will stall.
&lt;/li&gt;&lt;li&gt;When the X11 forwarding starts, the connection error will be occuured.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
  </item>
  <item>
   <pubDate>Fri, 31 Aug 2012 08:30:00 GMT</pubDate>
   <title>Tera Term - 4.75</title>
   <link>http://en.sourceforge.jp/projects/ttssh2/releases/56762</link>
   <guid>http://en.sourceforge.jp/projects/ttssh2/releases/56762</guid>
   <dc:creator>maya (maya)</dc:creator>
   <description>&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;h2 id=&quot;h2-.21TeraTerm&quot;&gt;TeraTerm&lt;/h2&gt;&lt;h3 id=&quot;h3-2012.08.31.20.28Ver.204.75.29&quot;&gt;2012.08.31 (Ver 4.75)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;A button value is changed from 3 to 35 while the button is not pressed at the Any Event Tracking mode.
&lt;/li&gt;&lt;li&gt;added the 0; character at the reply head by requesting the character attribute of the DECRQSS.
&lt;/li&gt;&lt;li&gt;At requesting the character attribute of the DECRQSS, the color attribute is not included in reply when the Enable ANSI Color is off.
&lt;/li&gt;&lt;li&gt;When the host number is discontinous value, Tera Term can read the &lt;a href=&quot;http://en.sourceforge.jp/projects/ttssh2/wiki/Hosts&quot;&gt;Hosts&lt;/a&gt; section in the teraterm.ini file.
&lt;/li&gt;&lt;li&gt;Macro
&lt;ul&gt;&lt;li&gt;added the setpassword command.
&lt;/li&gt;&lt;li&gt;added the ispassword command.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;Named pipe: The pipe can not be disconnected when the Oracle Virtual Box is terminated.
&lt;/li&gt;&lt;li&gt;COM port: The default setting can not be saved in the teraterm.ini file.
&lt;/li&gt;&lt;li&gt;YMODEM: When the receiving a file is temporarily stopped, Tera Term can not send a NAK after timeout. So, the transfering can not be continued.
&lt;/li&gt;&lt;li&gt;Macro command: The send and sendln can not transmit a character &lt;a href=&quot;http://en.sourceforge.jp/projects/ttssh2/tracker/detail/01&quot; class=&quot;tracker&quot;&gt;#01&lt;/a&gt;.
&lt;/li&gt;&lt;li&gt;Macro command regarding file using: A relative path will not be recognized.
&lt;ul&gt;&lt;li&gt;The base of a relatvie path will be a path existing a macro file or Tera Term installation directory. By using this bugfix, the relative path can be a path existing a macro file.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded TTSSH to 2.62
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTSSH&quot;&gt;TTSSH&lt;/h2&gt;&lt;h3 id=&quot;h3-2012.08.31.20.28Ver.202.62.29&quot;&gt;2012.08.31 (Ver 2.62)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;When the host number is discontinous value, Tera Term can read the &lt;a href=&quot;http://en.sourceforge.jp/projects/ttssh2/wiki/Hosts&quot;&gt;Hosts&lt;/a&gt; section in the teraterm.ini file.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
  </item>
  <item>
   <pubDate>Thu, 31 May 2012 13:45:00 GMT</pubDate>
   <title>Tera Term - 4.74</title>
   <link>http://en.sourceforge.jp/projects/ttssh2/releases/56100</link>
   <guid>http://en.sourceforge.jp/projects/ttssh2/releases/56100</guid>
   <dc:creator>maya (maya)</dc:creator>
   <description>&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;h2 id=&quot;h2-.21TeraTerm&quot;&gt;TeraTerm&lt;/h2&gt;&lt;h3 id=&quot;h3-2012.05.31.20.28Ver.204.74.29&quot;&gt;2012.05.31 (Ver 4.74)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;Serial port connection
&lt;ul&gt;&lt;li&gt;added the mark parity, space parity and 1.5 stop bit on the serial port setup.
&lt;/li&gt;&lt;li&gt;added the &amp;quot;mark&amp;quot; and &amp;quot;space&amp;quot; name of the Parity entry. The default is &amp;quot;none&amp;quot;.
&lt;/li&gt;&lt;li&gt;added the &amp;quot;1.5&amp;quot; name of the &lt;a href=&quot;http://en.sourceforge.jp/projects/ttssh2/wiki/StopBit&quot;&gt;StopBit&lt;/a&gt; entry. The default is &amp;quot;1&amp;quot;.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Named pipe
&lt;ul&gt;&lt;li&gt;added support for the named pipe. Tera Term can connect the serial port of the VMware and Hyper-V.
&lt;/li&gt;&lt;li&gt;A named pipe can be specified into the TCP/IP:Host entry of New connection dialog.
&lt;/li&gt;&lt;li&gt;added the /NAMEDPIPE option by specifying the named pipe.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added the AUTO entry in the New-line(receive). Special thanks to tentner.
&lt;/li&gt;&lt;li&gt;added the selection of the font quality.
&lt;ul&gt;&lt;li&gt;added the Font quality configuration on the Additional settings dialog.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added the SCP destination path on the confirmation dialog when a user drags a file to &lt;a href=&quot;http://en.sourceforge.jp/projects/ttssh2/wiki/TeraTerm&quot;&gt;TeraTerm&lt;/a&gt; window.
&lt;ul&gt;&lt;li&gt;added the &lt;a href=&quot;http://en.sourceforge.jp/projects/ttssh2/wiki/ScpSendDir&quot;&gt;ScpSendDir&lt;/a&gt; entry in the teraterm.ini file.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Eterm look-feel
&lt;ul&gt;&lt;li&gt;Environment variable strings(%variableName%) can be included in the ini file path.
&lt;/li&gt;&lt;li&gt;added an image file specified configuration(theme\&lt;a href=&quot;http://en.sourceforge.jp/projects/ttssh2/wiki/ImageFile&quot;&gt;ImageFile&lt;/a&gt;.INI). Also, a background image file can be specified on the Additional settings dialog.
&lt;/li&gt;&lt;li&gt;Enabled the &amp;quot;Eterm lookfeel&amp;quot; checkbox on the Additional settings dialog.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added the LanguageUI entry on the General setup dialog.
&lt;/li&gt;&lt;li&gt;A message dialog is shown when the cygterm.cfg has been saved on the Cygwin tab of the Additional settings dialog.
&lt;/li&gt;&lt;li&gt;added support for IME feedback back and forth function. The ATOK2012, MS-IME2002 and MS-IME2003 work well. Also, this feature is disabled with &amp;quot;IME=off&amp;quot;(teraterm.ini).
&lt;/li&gt;&lt;li&gt;Removed an extra semicolon(;) included in the window size requesting.
&lt;/li&gt;&lt;li&gt;Macro
&lt;ul&gt;&lt;li&gt;added the &amp;quot;paramcnt&amp;quot;(argument count) and &amp;quot;param1&amp;quot;(macro filename) in the Variables.
&lt;/li&gt;&lt;li&gt;added a sample code in the connect command.
&lt;/li&gt;&lt;li&gt;added the filelock command.
&lt;/li&gt;&lt;li&gt;added the fileunlock command.
&lt;/li&gt;&lt;li&gt;added the third argument _timezone_ at the gettime and getdate command.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;KERMIT protocol
&lt;ul&gt;&lt;li&gt;The initial parameters of the KERMIT server do not be checked well.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;The drop down list's items are not shown on Windows 2000 or earlier.
&lt;/li&gt;&lt;li&gt;Fixed a typo of the Cyrillic letter translation table(range of CP866 and ISO8859-5).
&lt;/li&gt;&lt;li&gt;A string array can not be recognized as the argument of the macro command.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded TTSSH to 2.61
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTSSH&quot;&gt;TTSSH&lt;/h2&gt;&lt;h3 id=&quot;h3-2012.05.31.20.28Ver.202.61.29&quot;&gt;2012.05.31 (Ver 2.61)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;The comment of the public key can be specified on the SSH Key Generator dialog.
&lt;/li&gt;&lt;li&gt;The destination path can be specified on the SSH SCP dialog.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;added proceduring the debug message(SSH_MSG_DEBUG) from the remote host.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded OpenSSL to 1.0.1c
&lt;/li&gt;&lt;li&gt;upgraded zlib to 1.2.7&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
  </item>
  <item>
   <pubDate>Tue, 28 Feb 2012 22:03:00 GMT</pubDate>
   <title>Tera Term - 4.73</title>
   <link>http://en.sourceforge.jp/projects/ttssh2/releases/55061</link>
   <guid>http://en.sourceforge.jp/projects/ttssh2/releases/55061</guid>
   <dc:creator>maya (maya)</dc:creator>
   <description>&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;h2 id=&quot;h2-.21TeraTerm&quot;&gt;TeraTerm&lt;/h2&gt;&lt;h3 id=&quot;h3-2012.02.29.20.28Ver.204.73.29&quot;&gt;2012.02.29 (Ver 4.73)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;added support for following control strings.
&lt;ul&gt;&lt;li&gt;OSC 5 (Change bold/blink/reverse attribute color)
&lt;/li&gt;&lt;li&gt;OSC 104 (Reset color palette)
&lt;/li&gt;&lt;li&gt;OSC 105 (Reset bold/blink/reverse attribute color)
&lt;/li&gt;&lt;li&gt;OSC 110 (Reset VT window text foreground color)
&lt;/li&gt;&lt;li&gt;OSC 111 (Reset VT window text foreground color)
&lt;/li&gt;&lt;li&gt;OSC 115 (Reset TEK window text foreground color)
&lt;/li&gt;&lt;li&gt;OSC 116 (Reset TEK window text foreground color)
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added support for reading the Clipboard by using the OSC 52(clipboard accessing) control sequence.
&lt;/li&gt;&lt;li&gt;added support for xterm(UTF-8), xterm(SGR) and rxvt-unicode style extended mouse tracking mode.
&lt;/li&gt;&lt;li&gt;When the receiving file is empty, the file name is assigned to noname.
&lt;/li&gt;&lt;li&gt;When the receiving file name contains banned characters, these characters are replaced to _.
&lt;/li&gt;&lt;li&gt;KERMIT protocol
&lt;ul&gt;&lt;li&gt;Changed the MAXL from 90 to 94. Workaround for failing to communicate against NT-4S(Hitachi VoIP gateway).
&lt;/li&gt;&lt;li&gt;Improved the KERMIT.LOG more easily.
&lt;/li&gt;&lt;li&gt;added the KmtLongPacket entry in the teraterm.ini file. The default value is off.
&lt;/li&gt;&lt;li&gt;added the KmtFileAttr entry in the teraterm.ini file. The default value is off.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added support for exclusive-locking the log file in written mode.
&lt;ul&gt;&lt;li&gt;added the LogLockExclusive entry in the teraterm.ini file. The default value is on.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added the &amp;quot;loginfo&amp;quot; macro command.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;Updated the Cyrillic letter translation table(range of KOI8-R, CP866, Windows-1251 and ISO8859-5).
&lt;/li&gt;&lt;li&gt;The packet number will not be correct while sending a file by using the XMODEM and YMODEM protocol.
&lt;/li&gt;&lt;li&gt;When a log is started, the log window is temporarily activated. However, this is enabled for Windows 2000 later.
&lt;/li&gt;&lt;li&gt;&amp;quot;filerename&amp;quot; macro command: When a file can not be renamed, the error code stores to the result variable.
&lt;/li&gt;&lt;li&gt;&amp;quot;filedelete&amp;quot; macro command: When a file can not be removed, the error code stores to the result variable.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded TTSSH to 2.60
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTSSH&quot;&gt;TTSSH&lt;/h2&gt;&lt;h3 id=&quot;h3-2012.02.29.20.28Ver.202.60.29&quot;&gt;2012.02.29 (Ver 2.60)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded PuTTY to 0.62
&lt;/li&gt;&lt;li&gt;upgraded OpenSSL to 1.0.0g
&lt;/li&gt;&lt;li&gt;upgraded zlib to 1.2.6&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
  </item>
  <item>
   <pubDate>Sun, 04 Dec 2011 12:32:00 GMT</pubDate>
   <title>Tera Term - 4.72</title>
   <link>http://en.sourceforge.jp/projects/ttssh2/releases/54081</link>
   <guid>http://en.sourceforge.jp/projects/ttssh2/releases/54081</guid>
   <dc:creator>maya (maya)</dc:creator>
   <description>&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;h2 id=&quot;h2-.21TeraTerm&quot;&gt;TeraTerm&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.12.04.20.28Ver.204.72.29&quot;&gt;2011.12.04 (Ver 4.72)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;added support for OSC 10 (Change VT window text foreground color), 11 (Change VT window text background color), 15 (Change TEK window text foreground color) and 16 (Change TEK window text background color) control string.
&lt;/li&gt;&lt;li&gt;added support for OSC 52 (Clipboard access) control string.
&lt;ul&gt;&lt;li&gt;added the Clipboard access from remote entry on the Additional settings dialog.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added support for the control seqeuence to modify the tabstop.
&lt;ul&gt;&lt;li&gt;added the TabStopModifySequence entry in the teraterm.ini file. The default is on.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Broadcast Command: When a user uses the real time mode, the input characters does not show on the edit control.
&lt;/li&gt;&lt;li&gt;added support for specifying an any browser as the clickable URL.
&lt;ul&gt;&lt;li&gt;added the ClickableUrlBrowser and ClickableUrlBrowserArg entries in the teraterm.ini file. The default value is empty.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added the &lt;a href=&quot;http://en.sourceforge.jp/projects/ttssh2/wiki/Minimize&quot;&gt;All&lt;/a&gt; and the [Restore All] menu into the [Window] menu.
&lt;/li&gt;&lt;li&gt;added support for the xterm back tab key.
&lt;ul&gt;&lt;li&gt;added the !XBackTab entry in the [X function keys] section of the keyboard configuration file.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added support for the Integer Array, String Array.
&lt;/li&gt;&lt;li&gt;added the &amp;quot;getspecialfolder&amp;quot; macro command.
&lt;/li&gt;&lt;li&gt;adjusted the up and down space size of the shown message at the &amp;quot;messagebox&amp;quot;, &amp;quot;inputbox&amp;quot; and &amp;quot;statusbox&amp;quot; macro commands.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;The string following after OSC string will not display well.
&lt;/li&gt;&lt;li&gt;When the cursor is hid, the vertical bar shape can not be shown.
&lt;/li&gt;&lt;li&gt;When the keyboard has the AltGr key and the MetaKey=on is configured, the invalid character will be input.
&lt;/li&gt;&lt;li&gt;The zero index of the ANSI color settings can not be loaded.
&lt;/li&gt;&lt;li&gt;XMODEM: The first packet is sent out twice by using the xmodem sending function.
&lt;/li&gt;&lt;li&gt;YMODEM: The received file can not be saved.
&lt;/li&gt;&lt;li&gt;&amp;quot;ifdefined&amp;quot; macro command: When the integer literal is specified, the command mistakenly returns the integer type.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;Modified Tera Term installer script
&lt;ul&gt;&lt;li&gt;Cygterm Here can be launched by the right-click to a opened folder on Windows Vista and 7 later.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;upgraded TTSSH to 2.59
&lt;/li&gt;&lt;li&gt;upgraded TeraTerm Menu to 1.11
&lt;/li&gt;&lt;li&gt;upgraded !TTXRecurringCommand Plugin to 1.02
&lt;/li&gt;&lt;li&gt;upgraded TTLEditor to 1.4
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTSSH&quot;&gt;TTSSH&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.12.04.20.28Ver.202.59.29&quot;&gt;2011.12.04 (Ver 2.59)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;The control characters(&lt;sup&gt;A-&lt;/sup&gt;_) can be inputed as the password string on the key generator dialog.
&lt;/li&gt;&lt;li&gt;When the SSH version of the TTSSH does not match the server protocol version, a user can not connect.
&lt;/li&gt;&lt;li&gt;added the SSHFP RR on the Security Warning dialog.
&lt;ul&gt;&lt;li&gt;added the &amp;quot;Verify hostkey fingerprint by DNS&amp;quot; checkbox on the &amp;quot;TTSSH: Setup&amp;quot; dialog box.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;When the server protocol is 1.99, Tera Term will connect with the SSH2 protocol by using the SSH1 specified protocol.
&lt;/li&gt;&lt;li&gt;When the SSHFP verification is enabled and the SSHFP RR does not query, the application fault will occur.
&lt;/li&gt;&lt;li&gt;When the user authentication is failure, the user name of the authentication dialog will show the default user name instead of the user input name.
&lt;/li&gt;&lt;li&gt;When the transfering display number is an integer other than zero, the X11 forwaring does not work well.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded !OpenSSL to 1.0.0e
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-.21TeraTerm.20Menu&quot;&gt;TeraTerm Menu&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.12.04.20.28Ver.201.11.29&quot;&gt;2011.12.04 (Ver 1.11)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;added support for inputing the control character(&lt;sup&gt;A-&lt;/sup&gt;_) as the password.
&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-.21TTXRecurringCommand&quot;&gt;!TTXRecurringCommand&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.12.04.20.28Ver.201.02.29&quot;&gt;2011.12.04 (Ver 1.02)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;added the menu id to enable and disable for the macro command.
&lt;/li&gt;&lt;li&gt;added support for the reading the configuration file by using the /F= option.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
  </item>
  <item>
   <pubDate>Wed, 31 Aug 2011 13:03:00 GMT</pubDate>
   <title>Tera Term - 4.71</title>
   <link>http://en.sourceforge.jp/projects/ttssh2/releases/53081</link>
   <guid>http://en.sourceforge.jp/projects/ttssh2/releases/53081</guid>
   <dc:creator>maya (maya)</dc:creator>
   <description>&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;h2 id=&quot;h2-.21TeraTerm&quot;&gt;TeraTerm&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.8.31.20.28Ver.204.71.29&quot;&gt;2011.8.31 (Ver 4.71)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;When the OSC string includes a control sequence, the control sequence can be procedured.
&lt;/li&gt;&lt;li&gt;Eterm look-feel: The wallpaper file format can support any format other than BMP on Windows Vista or later.
&lt;/li&gt;&lt;li&gt;&amp;quot;getpassword&amp;quot; macro command is updated.
&lt;ul&gt;&lt;li&gt;The result of the command execution is stored in the system variable &amp;quot;result&amp;quot;.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&amp;quot;strspecial&amp;quot; macro command is updated.
&lt;ul&gt;&lt;li&gt;added the second argument as the converted string on the strspecial command.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added the &amp;quot;expandenv&amp;quot; macro command.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;The log file which name length is 80 bytes over can not be opened.
&lt;/li&gt;&lt;li&gt;When the meta key is enabled, the Control and Meta key is redundantly inputed.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded TTSSH version supporting SSH2 to 2.58
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTSSH&quot;&gt;TTSSH&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.8.31.20.28Ver.202.58.29&quot;&gt;2011.8.31 (Ver 2.58)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;added Camellia128-CBC, Camellia128-CTR, Camellia192-CBC, Camellia192-CTR, Camellia256-CBC, Camellia256-CTR symmetric key cipher algorithm for SSH2 protocol.
&lt;/li&gt;&lt;li&gt;added support for SSH2 MAC algorithms: hmac-sha2-256, hmac-sha2-256-96, hmac-sha2-512, hmac-sha2-512-96
&lt;/li&gt;&lt;li&gt;added the PuTTY version on the version dialog.
&lt;/li&gt;&lt;li&gt;removed the random initialization because it takes a long time to connect.
&lt;/li&gt;&lt;li&gt;The timestamp of the log file is recorded on the millisecond time scale.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;When the IPv4 fallback is occurred, the SSH connection may fail.
&lt;/li&gt;&lt;li&gt;When the window size change is notified, the right window size(pixel) can be reported.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded PuTTY to 0.61&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
  </item>
  <item>
   <pubDate>Sun, 26 Jun 2011 13:48:00 GMT</pubDate>
   <title>Tera Term - 4.70</title>
   <link>http://en.sourceforge.jp/projects/ttssh2/releases/52472</link>
   <guid>http://en.sourceforge.jp/projects/ttssh2/releases/52472</guid>
   <dc:creator>maya (maya)</dc:creator>
   <description>&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;h2 id=&quot;h2-.21TeraTerm&quot;&gt;TeraTerm&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.6.26.20.28Ver.204.70.29&quot;&gt;2011.6.26 (Ver 4.70)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;DEC special character font can support the bold and the under line attribute.
&lt;/li&gt;&lt;li&gt;added support for the NetTerm style mouse event tracking.
&lt;/li&gt;&lt;li&gt;added support for ignore the printing control sequence.
&lt;ul&gt;&lt;li&gt;added the PrinterCtrlSequence entry in the teraterm.ini file. The default value is off.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;The Meta Key can be only assigned to the left ALT or the right ALT key.
&lt;/li&gt;&lt;li&gt;By using the broadcast command in the real time mode, the Submit button has the only function of acting as &amp;lt;Enter&amp;gt; key.
&lt;/li&gt;&lt;li&gt;The /k option is inherited by using the Duplicate Session.
&lt;/li&gt;&lt;li&gt;added the elapsed time and the trasnfer speed on the file sending dialog.
&lt;/li&gt;&lt;li&gt;added support for Windows7 jump list.
&lt;/li&gt;&lt;li&gt;Resurrected the special argument of the box-style macro command. However, this option is obsolete. The default is 0 because of backward compatibility.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;When the mouse cursor position is later 224 line on xterm-style mouse event notification, Tera Term would report the invalid reporting.
&lt;/li&gt;&lt;li&gt;When the 10000 over mode is specified on the DECSET/DECRST control sequence, Tera Term would not be able to ignore.
&lt;/li&gt;&lt;li&gt;The invalid result may be responded for the window position reporting.
&lt;/li&gt;&lt;li&gt;YMODEM: When a file is sent, the block1 can be sent not waiting the ACK from the YMODEM server.
&lt;/li&gt;&lt;li&gt;When a last one byte of a string is removed by using the strremove macro command, the BOF will be ocurred.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;Modified Tera Term installer script
&lt;ul&gt;&lt;li&gt;Bug fix: When the CygTerm Here is added in the context menu, the CygTerm Here does not work well with the folder name containing continuing spaces.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;upgraded TTSSH version supporting SSH2 to 2.57
&lt;/li&gt;&lt;li&gt;upgraded TeraTerm Menu to 1.10
&lt;/li&gt;&lt;li&gt;upgraded CygTerm+ to 1.07_23
&lt;/li&gt;&lt;li&gt;upgraded cyglaunch to 1.03
&lt;/li&gt;&lt;li&gt;upgraded LogMeTT to 2.9.9
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTSSH&quot;&gt;TTSSH&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.6.26.20.28Ver.202.57.29&quot;&gt;2011.6.26 (Ver 2.57)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;When the ECDSA key is selected on the SSH key generator dialog, the input box of the key bits is disabled.
&lt;/li&gt;&lt;li&gt;Some kind of the KEX, host key, MAC and compression algorithm order can be specified in the teraterm.ini file. These entries can be selected on the setup dialog.
&lt;ul&gt;&lt;li&gt;KexOrder=56743210
&lt;/li&gt;&lt;li&gt;HostKeyOrder=456230
&lt;/li&gt;&lt;li&gt;MacOrder=120
&lt;/li&gt;&lt;li&gt;CompOrder=3210
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added support for SSH2 MAC algorithms: hmac-sha1-96, hmac-md5-96, hmac-ripemd160@openssh.com
&lt;/li&gt;&lt;li&gt;added the elapsed time and the transmit speed on the SCP dialog.
&lt;/li&gt;&lt;li&gt;disabled the SSH SCP menu by not using the SSH connection.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;Tera Term can not connect to the OpenSSH 5.7 later server by using SSH1 protocol.
&lt;/li&gt;&lt;li&gt;SSH_MSG_CHANNEL_EXTENDED_DATA(SSH2) packet can not be worked well.
&lt;/li&gt;&lt;li&gt;When SSH2 channel does not be opened, the application fault will be occurred.
&lt;/li&gt;&lt;li&gt;When SCP is mutiply executed, the procedure will not be worked well.
&lt;/li&gt;&lt;li&gt;When a file is sending by using SCP and with the packet compression, the application fault will be occurred.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-.21TeraTerm.20Menu&quot;&gt;TeraTerm Menu&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.6.26.20.28Ver.201.10.29&quot;&gt;2011.6.26 (Ver 1.10)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Bug fix: Icon resource does not be released.
&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-.21CygTerm.2B&quot;&gt;CygTerm+&lt;/h2&gt;&lt;h3 id=&quot;h3-v1.07_23.202011.2F04.2F18&quot;&gt;v1.07_23 2011/04/18&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;added the error message when the CygTerm can not move the directory specified by -d option.
&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-cyglaunch&quot;&gt;cyglaunch&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.6.26.20.28Ver.201.03.29&quot;&gt;2011.6.26 (Ver 1.03)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;The CygTerm Here does not work well for the root directory.
&lt;/li&gt;&lt;li&gt;The CygTerm Here does not work well for the UNC path.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
  </item>
  <item>
   <pubDate>Sat, 05 Mar 2011 13:53:00 GMT</pubDate>
   <title>Tera Term - 4.69</title>
   <link>http://en.sourceforge.jp/projects/ttssh2/releases/51174</link>
   <guid>http://en.sourceforge.jp/projects/ttssh2/releases/51174</guid>
   <dc:creator>maya (maya)</dc:creator>
   <description>&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;div class=&quot;wiki-compact&quot;&gt;&lt;h2 id=&quot;h2-.21TeraTerm&quot;&gt;TeraTerm&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.3.5.20.28Ver.204.69.29&quot;&gt;2011.3.5 (Ver 4.69)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;added support for configuring the Terminal ID included in the DA3 control sequence reply.
&lt;ul&gt;&lt;li&gt;added the !TerminalUID entry in the teraterm.ini file. The default value is FFFFFFFF.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;added support for the DECSTUI (Change Terminal Unique ID) control sequece.
&lt;ul&gt;&lt;li&gt;added the !LockTUID entry in the teraterm.ini file. The default value is on.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;addes support for the DECRQSS (Request terminal setting) control sequence. Supported control sequences are DECSCA, DECSCL, DECSTBM and SGR.
&lt;/li&gt;&lt;li&gt;added support for the DECFI, DECBI control sequences.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The control sequence requesting window size can reply the actual window size instead of the fixed 480x640 value.
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;ul&gt;&lt;li&gt;When the ConfirmChangePaste is enabled, a user is confirmed with pasting the text by using Alt+R accelerator key. The ConfirmChangePaste can confirm when only one line is pasted.
&lt;/li&gt;&lt;li&gt;added support for mintty's application escape mode.
&lt;/li&gt;&lt;li&gt;added support for mintty's mouse wheel reporting control control sequence.
&lt;/li&gt;&lt;li&gt;added support for the IME operation control sequence.
&lt;/li&gt;&lt;li&gt;added the &amp;quot;basename&amp;quot; and &amp;quot;dirname&amp;quot; macro command.
&lt;/li&gt;&lt;li&gt;added the &amp;quot;getfileattr&amp;quot; and &amp;quot;setfileattr&amp;quot; macro command.
&lt;/li&gt;&lt;li&gt;added the &amp;quot;foldercreate&amp;quot;, &amp;quot;folderdelete&amp;quot; and &amp;quot;foldersearch&amp;quot; macro command.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;When the terminal width is 257 columns over, Tera Term does not display well. 
&lt;/li&gt;&lt;li&gt;When the terminal ID is VT520 and VT525, the Primary DA (DA1) reply is incorrect. 
&lt;/li&gt;&lt;li&gt;When the language is other than Japanese, the VT420, VT520 and VT525 on the Terminal Setup dialog do not work well. 
&lt;/li&gt;&lt;li&gt;When &lt;a href=&quot;http://en.sourceforge.jp/projects/ttssh2/wiki/PassThruPort&quot;&gt;PassThruPort&lt;/a&gt; is specified as a local device mapping the network share, Tera Term printing does not work. cf.print with WINDOWS 7 net use LPT PERSISTENT:Yes 
&lt;/li&gt;&lt;li&gt;Tera Term can not ignore the unsupported OSC control string. 
&lt;/li&gt;&lt;li&gt;Tera Term can not understand a character after the DCS, SOS, APC and PM Control string. 
&lt;/li&gt;&lt;li&gt;When a log file is opend by writable mode, the file is existing and writing by another process can be opend. 
&lt;/li&gt;&lt;li&gt;When 8-bit string is received, the string is recognized as the control sequence by mistake. 
&lt;/li&gt;&lt;li&gt;Tera Term can not properly send a broadcast message to selected windows by using the broadcast command. cf.Broadcast command issue in 4.68 
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded TTSSH version supporting SSH2 to 2.56 
&lt;/li&gt;&lt;li&gt;upgraded TTProxy to 1.0.0.18 
&lt;/li&gt;&lt;li&gt;upgraded CygTerm+ to 1.07_21 
&lt;/li&gt;&lt;li&gt;upgraded &lt;a href=&quot;http://en.sourceforge.jp/projects/ttssh2/wiki/LogMe&quot;&gt;LogMe&lt;/a&gt;TT to 2.9.8 
&lt;/li&gt;&lt;li&gt;Delete mutex object for running check by installer. 
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTSSH&quot;&gt;TTSSH&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.3.5.20.28Ver.202.56.29&quot;&gt;2011.3.5 (Ver 2.56)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Changes
&lt;ul&gt;&lt;li&gt;added support for confirming agent-forwarding request.
&lt;/li&gt;&lt;li&gt;added support for SSH2 key exchange methods: diffie-hellman-group-exchange-sha256, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521
&lt;/li&gt;&lt;li&gt;added support for SSH2 host key algorithms: ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521
&lt;/li&gt;&lt;li&gt;added support for SSH2 public key authentication methods: ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521
&lt;/li&gt;&lt;li&gt;When the host key differs from the key included in the ssh_known_hosts file, Tera Term confirms whether a user adds the key instead of replacing.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Bug fixes
&lt;ul&gt;&lt;li&gt;The 2GB over file can not send by using the SCP protocol.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Misc
&lt;ul&gt;&lt;li&gt;upgraded OpenSSL to 1.0.0d
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-TTProxy&quot;&gt;TTProxy&lt;/h2&gt;&lt;h3 id=&quot;h3-2011.3.5.20.28Ver.201.0.0.18.29&quot;&gt;2011.3.5 (Ver 1.0.0.18)&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;added support for IPv6.
&lt;ul&gt;&lt;li&gt;Bug fix: The IPv6 address can not be specified at the proxy server.
&lt;/li&gt;&lt;li&gt;Bug fix: Tera Term can not connect the proxy server with the IPv6 address by the IPv6 protocol.
&lt;/li&gt;&lt;li&gt;Bug fix: Tera Term can not connect the IPv6 host by using the SOCK5 proxy protocol.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;change the timing of the name resolution.
&lt;ul&gt;&lt;li&gt;Bug fix: Tera Term can not connect the host not resolving the domain name by using the HTTP/TELNET proxy protocol.
&lt;/li&gt;&lt;li&gt;Bug fix: Tera Term will try to resolve the domain name by mistake despite the SOCKS proxy connection.
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;h2-.21CygTerm.2B&quot;&gt;CygTerm+&lt;/h2&gt;&lt;h3 id=&quot;h3-v1.07_22.202011.2F03.2F03&quot;&gt;v1.07_22 2011/03/03&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Delete mutex object for running check by installer.
&lt;/li&gt;&lt;/ul&gt;&lt;h3 id=&quot;h3-v1.07_21.202011.2F02.2F28&quot;&gt;v1.07_21 2011/02/28&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Add mutex object for running check by installer.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
  </item>
</channel>
</rss>
