From: <de...@us...> - 2009-09-19 01:23:06
|
Revision: 1809 http://iterm.svn.sourceforge.net/iterm/?rev=1809&view=rev Author: delx Date: 2009-09-19 01:22:48 +0000 (Sat, 19 Sep 2009) Log Message: ----------- Update for new release Modified Paths: -------------- website/Changelog.html website/appcast.xml website/download.shtml Modified: website/Changelog.html =================================================================== --- website/Changelog.html 2009-09-18 13:26:21 UTC (rev 1808) +++ website/Changelog.html 2009-09-19 01:22:48 UTC (rev 1809) @@ -1,6 +1,23 @@ <STRONG>WARNING! These are testing releases! If you want a stable release, please stick to 0.9.6</STRONG> <BR><BR><BR> +Version <STRONG>0.9.6.20090919</STRONG> includes the following changes: +<UL> + <LI> Improved performance with full scrollback buffers</LI> + <LI> Improved performance with large amounts of input from multiple terminals</LI> + <LI> Viewing a menu or holding down the mouse button no longer blocks applications (#2682132)</LI> + <LI> Save cursor position separately for alternate screens (#2833765)</LI> + <LI> Show correct window titles (#2765347)</LI> + <LI> Fixed CMD-num tab switching (#2271203)</LI> + <LI> Selection text should always be correct when scrolling</LI> + <LI> Always disable Apple's smooth scrolling to avoid drawing corruption</LI> + <LI> More reliable and faster drawing</LI> + <LI> Selected text will now be invalidated only one of the characters in the selection is changed.</LI> + <LI> If no working directory is specified then new tabs will open in the same directory as the previous session. This doesn't work with the default settings yet. Need to execute <tt>/bin/bash -li</tt></LI> + <LI> Clear the bell symbol upon any key press</LI> + <LI> Converted to XCode 3.1 project format and IB 3.0 XIBs</LI> + <LI> Report as xterm patch level 95 so Vim detects ttymouse=xterm2, also increased default refresh rate.</LI> +</UL> Version <STRONG>0.9.6.20090410</STRONG> includes the following changes: <UL> Modified: website/appcast.xml =================================================================== --- website/appcast.xml 2009-09-18 13:26:21 UTC (rev 1808) +++ website/appcast.xml 2009-09-19 01:22:48 UTC (rev 1809) @@ -6,10 +6,10 @@ <description>Most recent changes with links to updates.</description> <language>en</language> <item> - <title>Version 0.9.6.20090410</title> + <title>Version 0.9.6.20090919</title> <description>http://iterm.sourceforge.net/Changelog.html</description> - <pubDate>Tue, 15 Apr 2009 15:15:00 +1000</pubDate> - <enclosure url="http://iterm.sourceforge.net/iTerm_0.9.6.20090415.zip" length="1576300" type="application/octet-stream"/> + <pubDate>Sat, 19 Sep 2009 11:07:00 +1000</pubDate> + <enclosure url="http://iterm.sourceforge.net/iTerm_0.9.6.20090919.zip" length="3224797" type="application/octet-stream"/> </item> </channel> </rss> Modified: website/download.shtml =================================================================== --- website/download.shtml 2009-09-18 13:26:21 UTC (rev 1808) +++ website/download.shtml 2009-09-19 01:22:48 UTC (rev 1809) @@ -22,13 +22,14 @@ <TD VALIGN="TOP" BGCOLOR="#FFFFFF"> <FONT SIZE="5"><STRONG>Download:</STRONG></FONT><BR> <UL><A HREF="http://sourceforge.net/project/showfiles.php?group_id=67789">iTerm 0.9.6</A>: The latest iTerm release<IMG src="new.gif"><BR><BR> -<A HREF="http://iterm.sourceforge.net/iTerm_0.9.6.20090415.zip">Recent binary build from SVN</A> (0.9.6.20090415, English only, <A HREF="http://iterm.sourceforge.net/Changelog.html">changelog</a>)<IMG src="new.gif"><BR> +<A HREF="http://iterm.sourceforge.net/iTerm_0.9.6.20090919.zip">Recent binary build from SVN</A> (0.9.6.20090919, English only, <A HREF="http://iterm.sourceforge.net/Changelog.html">changelog</a>)<IMG src="new.gif"><BR> Tiger or later. <BR><BR> <BR>If your old preferences are lost after the upgrade, please quit your iTerm. Then go to ~/Library/Preferences/, and copy or rename iTerm.plist to net.sourceforge.iTerm.plist.<BR><BR> <STRONG>Earlier builds</STRONG><BR> +<A HREF="http://iterm.sourceforge.net/iTerm_0.9.6.20090415.zip">build 0.9.6.20090415</A> <BR> <A HREF="http://iterm.sourceforge.net/iTerm_0.9.6.20090328.zip">build 0.9.6.20090328</A> <BR> <A HREF="http://iterm.sourceforge.net/iTerm_0.9.6.20090209.zip">build 0.9.6.20090209</A> <BR> <A HREF="http://iterm.sourceforge.net/iTerm_0.9.6.1201.zip">build 0.9.6.1201</A> <BR> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |