From: <de...@us...> - 2009-09-20 01:56:12
|
Revision: 1823 http://iterm.svn.sourceforge.net/iterm/?rev=1823&view=rev Author: delx Date: 2009-09-20 01:56:05 +0000 (Sun, 20 Sep 2009) Log Message: ----------- Another quick release to fix a careless bug Modified Paths: -------------- website/Changelog.html website/appcast.xml website/download.shtml Modified: website/Changelog.html =================================================================== --- website/Changelog.html 2009-09-20 01:55:38 UTC (rev 1822) +++ website/Changelog.html 2009-09-20 01:56:05 UTC (rev 1823) @@ -1,10 +1,12 @@ <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.20090920</STRONG> includes the following changes: +Version <STRONG>0.9.6.20090920.1</STRONG> includes the following changes: <UL> <LI> Fixed blinking text</LI> <LI> Fixed drawing corruption when new text is placed into a full buffer that is not scrolled to the bottom</LI> + <LI> Fixed a careless redraw error</LI> + <LI> Fixed refreshing of non-active tabs (#2862256)</LI> </UL> Version <STRONG>0.9.6.20090919</STRONG> includes the following changes: Modified: website/appcast.xml =================================================================== --- website/appcast.xml 2009-09-20 01:55:38 UTC (rev 1822) +++ website/appcast.xml 2009-09-20 01:56:05 UTC (rev 1823) @@ -6,10 +6,10 @@ <description>Most recent changes with links to updates.</description> <language>en</language> <item> - <title>Version 0.9.6.20090920</title> + <title>Version 0.9.6.20090920.1</title> <description>http://iterm.sourceforge.net/Changelog.html</description> - <pubDate>Sun, 20 Sep 2009 03:20:00 +1000</pubDate> - <enclosure url="http://iterm.sourceforge.net/iTerm_0.9.6.20090919.zip" length="3224115" type="application/octet-stream"/> + <pubDate>Sun, 20 Sep 2009 12:00:00 +1000</pubDate> + <enclosure url="http://iterm.sourceforge.net/iTerm_0.9.6.20090920.1.zip" length="3224187" type="application/octet-stream"/> </item> </channel> </rss> Modified: website/download.shtml =================================================================== --- website/download.shtml 2009-09-20 01:55:38 UTC (rev 1822) +++ website/download.shtml 2009-09-20 01:56:05 UTC (rev 1823) @@ -22,7 +22,7 @@ <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.20090920.zip">Recent binary build from SVN</A> (0.9.6.20090920, 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.20090920.1.zip">Recent binary build from SVN</A> (0.9.6.20090920.1, 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |