Skip to content

Commit

Permalink
Merge branch 'gh-pages' of git://github.com/rentzsch/clicktoflash int…
Browse files Browse the repository at this point in the history
…o gh-pages
  • Loading branch information
simX committed Oct 4, 2009
2 parents dd5b64b + 18d5119 commit a6605e3
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html 100644 → 100755
Expand Up @@ -32,11 +32,11 @@ <h1>ClickToFlash</h1>

<div class="download_box">
<div class="download_button_box">
<a href="http://cloud.github.com/downloads/rentzsch/clicktoflash/ClickToFlash-1.5.2.zip">1.5.2</a>
<a href="http://cloud.github.com/downloads/rentzsch/clicktoflash/ClickToFlash-1.5.3-golden.zip">1.5.3</a>
</div>
Latest stable version<br />
<div class="sys_reqs_box">
size: 522 KB<br />
size: 524 KB<br />
Tiger, Leopard, Snowy Leopard
</div>
</div>
Expand Down Expand Up @@ -231,7 +231,7 @@ <h2 id="version_history">Version History:</h2>
</div>

<div class="footer">
Last updated 2009-09-21. Copyright &copy; 2009 ClickToFlash Developers.<br />
Last updated 2009-10-03. Copyright &copy; 2009 ClickToFlash Developers.<br />
Original website design by Simone Manganelli (a.k.a. <a href="http://twitter.com/simX">@simX</a>)
</div>
</div>
Expand Down
36 changes: 36 additions & 0 deletions release_notes/1.5.3.html
@@ -0,0 +1,36 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>ClickToFlash 1.5.3 release notes</title>
<style type="text/css">
body {
font-family: "Lucida Grande";
font-size: 11px;
line-height: 130%;
}
ul {
padding-left: 1em;
margin-left: 1em;
}
li {
margin-bottom: 0.75em;
}
ul ul {
margin-top: 0.5em;
}
</style>
</head>
<body>

<ul>
<li><p>[FIX] Crasher where parsed flash variables (such as <code>video_id</code>) were being released prematurely. <a href="http://rentzsch.lighthouseapp.com/projects/24342/tickets/261">bug 261</a> (<a href="http://github.com/rentzsch/clicktoflash/commit/ef9be0b8697a2c88f1eccc5be8502fec1511f07a">Jeff Johnson</a>)</p></li>
<li><p>[FIX] Duplicate whitelist entries (caused by a bug in 1.5b4) are now detected and removed, fixing slow-downs, hangs and crashes. <a href="http://rentzsch.lighthouseapp.com/projects/24342/tickets/264">bug 264</a> (<a href="http://github.com/rentzsch/clicktoflash/commit/12ecfb2a7c23e5434054f3f9085a3fcda6374842">Simone Manganelli</a>).</p></li>
<li><p>[CHANGE] Disables H.264 YouTube auto-play by default. <a href="http://rentzsch.lighthouseapp.com/projects/24342/tickets/276">bug 276</a> (<a href="http://github.com/rentzsch/clicktoflash/commit/c9e2bfac1492618c4a92da298af4a4d051ef927f">fppzdd</a>)</p></li>
<li><p>[FIX] Embedded YouTube videos were showing a question mark when loaded using the VIDEO element. <a href="http://rentzsch.lighthouseapp.com/projects/24342/tickets/294">bug 294</a> (<a href="http://github.com/rentzsch/clicktoflash/commit/1f9d11d007165bd70abd96d1ff2223c0db183345">Simone Manganelli</a>)</p></li>
<li><p>[CHANGE] Rename <code>CTGradient</code> to <code>CTFGradient</code> to reduce namespace collisions. (<a href="http://github.com/rentzsch/clicktoflash/commit/0f55f2c2c191e80888c906223c0d5362477de660">roddi</a>)</p></li>
<li><p>[FIX] Avoid leaking the original opacity settings dictionary. (<a href="http://github.com/rentzsch/clicktoflash/commit/16dd94112c715a57d30d9b7f4ff10bb9e166c869">Sven-S. Porst</a>)</p></li>
</ul>

</body>
</html>
10 changes: 10 additions & 0 deletions release_notes/appcast.xml
Expand Up @@ -5,6 +5,16 @@
<link>http://rentzsch.github.com/clicktoflash/release_notes/appcast.xml</link>
<language>en</language>
<description>Most recent changes with links to updates</description>
<item>
<title>version 1.5.3</title>
<pubDate>Sat, 3 Oct 2009 23:34:16 -0500</pubDate>
<sparkle:releaseNotesLink>http://rentzsch.github.com/clicktoflash/release_notes/1.5.3.html</sparkle:releaseNotesLink>
<enclosure
sparkle:version="1.5.3"
url="http://cloud.github.com/downloads/rentzsch/clicktoflash/ClickToFlash-1.5.3-golden.zip"
type="application/zip"
sparkle:dsaSignature="MCwCFDrQ4tuzeDYTl++Imdp5+WyHT2mxAhQPTK384KYfwDu05RWBtPPJT31KUQ=="/>
</item>
<item>
<title>version 1.5.2</title>
<pubDate>Sun, 13 Sep 2009 16:19:11 -0500</pubDate>
Expand Down

0 comments on commit a6605e3

Please sign in to comment.