Names are silly.

I think it's ignoring `_site/` now? Why isn't it respecting `.jekyll-cache` though.
This commit is contained in:
Ian Skinner 2023-08-30 18:32:59 -04:00
parent 15b1da52bb
commit 9ce633692c
10 changed files with 470 additions and 390 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.DS_[Ss]tore
.jekyll-cache
.jekyll-metadata
.jekyll-cache
_site

View File

@ -1 +1 @@
I"{"source"=>"/home/rmc/Desktop/ianskinner1982.github.io", "destination"=>"/home/rmc/Desktop/ianskinner1982.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-feed", "jekyll-sitemap", "jekyll-seo-tag"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "name"=>"rmc", "title"=>"rmc", "url"=>"http://localhost:4000", "feed"=>{"posts_limit"=>20}, "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET
I"¡{"source"=>"/home/rmc/Desktop/ianskinner1982.github.io", "destination"=>"/home/rmc/Desktop/ianskinner1982.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-feed", "jekyll-sitemap", "jekyll-seo-tag"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "name"=>"rmc", "title"=>"rmc", "url"=>"http://localhost:4000", "feed"=>{"posts_limit"=>20, "path"=>nil}, "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET

View File

@ -1,8 +1,8 @@
# IanSkinner1982.github.io
# randommeaninglesscharacters.com
Nintendo DSi development and factory program documentation, as well some personal stuff (no doubt also related to the DS in some way).
Nintendo DSi development and factory program documentation, as well as some DSi and 3DS guides and additional information.
https://ianskinner1982.github.io/dsidev/
https://randommeaninglesscharacters.com/
# License
This website and the content within it is covered by two licenses. Below is an explanation of which license are used, and which one applies to what:

View File

@ -1,7 +1,6 @@
<footer class="bg-light text-lg-start border-top align-items-center text-center">
<div class="text-center p-3 align-items-center" style="background-color: rgba(0, 0, 0, 0.25);">
Copyright &copy; 2021-<span id="footerDate"></span> Ian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
Copyright &copy; 2021-<span id="footerDate"></span> Lillian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
<br>
<span class="nav col-md-4 list-unstyled d-inline"><a href="https://github.com/IanSkinner1982"><img class="bi" width="24" height="24" src="https://cdn.ncxprogramming.com/file/image/navbar/github-dark.svg" alt=""></a> <a href="https://discord.gg/XZxxZngwDQ"><img class="bi" width="24" height="24" src="https://cdn.ncxprogramming.com/file/image/navbar/discord-dark.svg" alt=""></a></span>
</div>
</footer>

View File

@ -1,6 +1,6 @@
<br><br><br><footer class="bg-light text-lg-start border-top align-items-center text-center" style="text-align:center;">
<div class="text-center p-3 align-items-center" style="font-size: 8px;position: fixed;bottom: 0;margin-left:84%;background-color: grey;z-index: 4;">
Copyright &copy; 2021-<span id="footerDate"></span> Ian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
Copyright &copy; 2021-<span id="footerDate"></span> Lillian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
</div>
<div align='center' hidden><a href='https://www.free-website-hit-counter.com'><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=141120&s=39' border='0' alt='Free Website Hit Counter'></a><br / ><small><a href='https://www.free-website-hit-counter.com' title="Free Website Hit Counter">(page hits)</a></small></div>

View File

@ -1,6 +1,6 @@
---
title: Contact Us
layout: default
layout: dsiware
---
<div class="container pt-3 pb-3">
@ -22,7 +22,7 @@ layout: default
</h3>
<div>
<div>
<p>If you have anything you'd like to send to me directly, you can use my email, <a href="mailto:ianskinner519@gmail.com">ianskinner519@gmail.com</a>.</p>
<p>If you have anything you'd like to send to me directly, you can use my email, <a href="mailto:lillian@randommeaninglesscharacters.com">lillian@randommeaninglesscharacters.com</a>.</p>
</div>
</div>
<h3>
@ -35,5 +35,4 @@ layout: default
</div>
</div>
</div>
<p class="text-center pt-3">More contact methods may become available over time. Please note that contact methods not listed here may not be official.</p>
</div>

View File

@ -1,347 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>DSi TAD format | rmc's site</title>
<link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="https://ianskinner1982.github.io/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="https://ianskinner1982.github.io/feed.xml">
<script src="https://ianskinner1982.github.io/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="https://ianskinner1982.github.io/assets/js/main.js"></script>
<meta property="og:title" content="DSi TAD format">
<meta property="og:locale" content="en_US">
<meta name="description" content="DSi TAD format | rmc's site">
<meta property="og:description" content="DSi TAD format | rmc's site">
<link rel="canonical" href="https://ianskinner1982.github.io">
<meta property="og:url" content="https://ianskinner1982.github.io">
<meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="https://ianskinner1982.github.io/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<style>
body {
background-image: url('https://ianskinner1982.github.io/assets/dsi/background.jpg');
}
.nav ul {
list-style-type: none;
margin: 0;
padding: 0;
padding-left: 3.5%;
/* overflow: hidden; */
}
.navstd {
float: left;
}
.navalt {
float: right;
}
.container {
position: relative;
}
.imageOne {
z-index: 0;
}
.imageTwo {
z-index: 1;
}
.imageThree {
z-index: 2;
}
.imageFour {
z-index: 3;
}
.image {
position: absolute;
width: 100px;
height: 100px;
}
.navimgoverlay {
opacity: 0.0;
text-align: center;
float: left;
padding-top: .6vw;
width: 6vw;
height: auto;
}
.navimgoverlay:hover {
opacity: 1.0;
width: 6vw;
}
.navimg {
text-align: center;
float: left;
padding-top: .6vw;
width: 6vw;
height: auto;
}
.navicon {
text-align: center;
float: left;
padding-top: 2.1vw;
padding-left: 1.38vw;
width: 3.2vw;
height: auto;
}
.navedge {
text-align: center;
float: left;
margin: 1%;
width: 1.5vw;
height: auto;
}
.navpadding li {
padding-top: 1.5%;
}
.image2 {
position: absolute;
border-color: #FFFFFF
width: auto;
height: auto;
}
.image3 {
position: relative;
border-color: #FFFFFF
width: auto;
height: auto;
}
.text {
position: absolute;
text-align: left;
border-color: #FFFFFF;
font-size: 30px;
font-size: 1vw;
padding-top: 2.2vw;
padding-left: 6.2vw;
}
.icon {
padding-top:2.2vw;
margin-left: -9.3vw;
z-index: 2;
}
.titleimgoverlay {
margin: 0% 2% 0%;
opacity: 0.0;
text-align: center;
float: left;
width: 16vw;
height: auto;
}
.titleimgoverlay:hover {
opacity: 1.0;
}
.titleimg {
margin: 0% 2% 0%;
text-align: center;
float: left;
width: 16vw;
height: auto;
margin-bottom: 10vw;
}
.titleedge {
text-align: center;
float: left;
margin: 1%;
width: 18vw;
height: auto;
}
.titlepadding li {
padding-top: 1.5%;
margin: 0% 2% 0%
}
.homeimg {
margin: 6% 5% 0%;
text-align: center;
float: right;
width: 16vw;
height: auto;
margin-bottom: 5vw;
}
.hometext {
position: absolute;
text-align: center;
border-color: #FFFFFF;
font-size: 40px;
font-size: 1.1vw;
}
.homeicon {
padding-top: 6.99vw;
margin-left: -1.59vw;
z-index: 2;
}
.othertext {
position: absolute;
text-align: left;
border-color: #FFFFFF;
font-size: 40px;
font-size: 1.2vw;
padding-top: 1vw;
padding-left: 1.2vw;
}
</style>
<div class="nav">
<nav>
<ul>
<li class="navedge"><img src="https://ianskinner1982.github.io/assets/dsi/leftbracket.png" style="width:1.5vw;height:auto;margin:auto;"/></li>
<div class="navpadding">
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/boxfull.png" class="navimg"></div>
<div class="imageTwo image"><img src="https://ianskinner1982.github.io/assets/dsi/icon/back.png" class="navicon"></div>
<div class="imageThree image"><a href="/"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/boxfull.png" class="navimg"></div>
<div class="imageTwo image"><img src="https://ianskinner1982.github.io/assets/dsi/icon/home.png" class="navicon"></div>
<div class="imageThree image"><a href="/dsi.html"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/boxfull.png" class="navimg"></div>
<div class="imageTwo image"><img src="https://ianskinner1982.github.io/assets/dsi/icon/devshop.png" class="navicon"></div>
<div class="imageThree image"><a href="/dsidev/dsishop/startup.html"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/box.png" class="navimg"></div>
<div class="imageThree image"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/box.png" class="navimg"></div>
<div class="imageThree image"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/box.png" class="navimg"></div>
<div class="imageThree image"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/box.png" class="navimg"></div>
<div class="imageThree image"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/box.png" class="navimg"></div>
<div class="imageThree image"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/box.png" class="navimg"></div>
<div class="imageThree image"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/box.png" class="navimg"></div>
<div class="imageThree image"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/box.png" class="navimg"></div>
<div class="imageThree image"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/box.png" class="navimg"></div>
<div class="imageThree image"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/boxfull.png" class="navimg"></div>
<div class="imageTwo image"><img src="https://ianskinner1982.github.io/assets/dsi/icon/discord.png" class="navicon"></div>
<div class="imageThree image"><a href="https://discord.gg/XZxxZngwDQ"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
</div>
</li>
<li class="navimg">
<div class="container">
<div class="imageOne image"><img src="https://ianskinner1982.github.io/assets/dsi/boxfull.png" class="navimg"></div>
<div class="imageTwo image"><img src="https://ianskinner1982.github.io/assets/dsi/icon/github.png" class="navicon"></div>
<div class="imageThree image"><a href="https://github.com/IanSkinner1982/ianskinner1982.github.io/"><img src="https://ianskinner1982.github.io/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
</div>
</li>
</div>
<li class="navedge"><img src="https://ianskinner1982.github.io/assets/dsi/rightbracket.png" style="width:1.5vw;height:auto;margin:auto;"/></li>
</ul>
</nav>
</div>
<div id="content-wrap">
<style>
.float-container {
border: 0px solid #fff;
font-size: 0;
}
.float-child1 {
width: 40%;
height: 40%;
float: left;
padding: 1vw;
}
.float-child2 {
width: 20%;
height: 40%;
float: right;
padding: 1vw;
}
</style>
<div class="float-container">
<div class="float-child1">
<div class="container">
<div class="imageOne image">
<img src="https://ianskinner1982.github.io/assets/dsi/widebarnoprompt_u.png" style="width:96vw;">
<img src="https://ianskinner1982.github.io/assets/dsi/widepromptnobar.png" style="width:96vw;height:52vw;">
<img src="https://ianskinner1982.github.io/assets/dsi/widebarnoprompt_d.png" style="width:96vw;">
</div>
<div class="othertext" style="width:93.5vw;">
<h2>What's this "TAD" thing?</h2>
Not to be confused with the DSiWare <a href="https://problemkaputt.de/gbatek.htm#dsisdmmcdsiwarefilesonexternalsdcardbinakatadfiles">backup format,</a> TAD files are
SRLs (DS programs) that have been packaged into an installable format. TADs are intended only for TwlNmenu (a title manager) on development/factory DSis and as such will only work on those. These share similarities with Wii WADs:<br><br>
<i>"The installable format, TAD share many similarities to the WAD format, including the same offsets for title ID's and using the same devsign as WADs. A TAD can be resigned using Wii resigning tools and a RVL devkey. However, due to TwlNmenu's anti-tampering methods, the tool lets you not install resigned TAD files."</i> - <a href="https://wiki.raregamingdump.ca/index.php?title=TwlNmenu">RGDWiki</a>
<br>
<h2>How do I install a TAD?</h2>
The only way to install a TAD directly is to use a developer DSi, real or emulated (there is a workaround for retail below). If you have one, open TwlNmenu and select your TADs from the SD card tab.
<h4 style="color:red;">DO NOT install TADs on a retail DSi.</h4>Attempting to do so will just result in a <code>-2011</code> error, due to the TAD being signed for a developer unit. Resigning the TAD to retail will not work as TwlNmenu protects against this. Additionally, <span style="color:red;">TwlNmenu will OVERWRITE WHAT IT'S TRYING TO INSTALL</span>, so if it fails, your apps may be deleted.
<h2>How can I safely run a TAD?</h2>
To run a TAD on retail hardware, you have to decrypt it and extract the SRL. You can use <a href="https://ianskinner1982.github.io/assets/dsi/decrypt_tad.py">this</a> python script to do so.<br>Usage is <code>python3 decrypt_tad.py [path to file].tad</code><br>
<br>Rename the SRL to NDS, and it should work in emulators or on real hardware.
<h2>How do I make a TAD?</h2>
TAD files can be created with the command line tool <code>maketad.exe</code>, from the TwlSDK ( <code>TwlSDK/tools/bin/maketad.exe</code>). Only apps that are installed to the <code>00030004</code> (DSiWare) folder are able to be converted to the TAD format.<br><!--Note: makesrl.exe cannot be used to convert TADs back to SRL. This instead packages the TAD into and SRL-->
</div>
</div>
</div>
</div>
</div>
</body>
<footer>
<br><br><br><footer class="bg-light text-lg-start border-top align-items-center text-center" style="text-align:center;">
<div class="text-center p-3 align-items-center" style="font-size: 8px;">
Copyright &copy; 2021-<span id="footerDate"></span> Ian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
</div>
<div align='center' hidden><a href='https://www.free-website-hit-counter.com'><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=141120&s=39' border='0' alt='Free Website Hit Counter'></a><br / ><small><a href='https://www.free-website-hit-counter.com' title="Free Website Hit Counter">(page hits)</a></small></div>
</footer>
</footer>
</html>

View File

@ -13,7 +13,7 @@
</div>
<h2>Changelogs ( <a href="changelog.html">All</a> )</h2>
<p>
Official changelogs for every version of the SystemUpdater and SDK dating back to 0.15.3 (2011/04/12).
Official changelogs for every version of the SystemUpdater and SDK dating back to 0.7.0 (2009/12/22).
</p>
<h2>Readme ( <a href="readme_CTR.html">CTR</a> | <a href="readme_SNAKE.html">SNAKE</a> | <a href="readme_SD-SNAKE.html">SD_SNAKE</a> )</h2>
<p>

View File

@ -10,7 +10,7 @@
<p class="headding">
<b>WARNING:</b> Some SystemUpdaters are from the gigaleaks and may not work as expected:<br><br>
<li><b>0.9.0</b> contents are in a prototype format and will not install or run.
<li><b>0.13.0</b> uses a ROFS container for RomFS which is not supported by newer firmwares.
<li><b>0.13.0 and earlier</b> use a ROFS container for RomFS which is not supported by newer firmwares. This may also apply to some firmwares after 0.13.0.
<li><b>0.14.6 to 0.14.12</b> were released with retail encryption and will not work on development units.
</p>
</div>
@ -29,71 +29,500 @@
<th bgcolor="#858585">America</th>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.9.0</td>
<td bgcolor="#525252" style="color:white;">Unknown</td>
<td bgcolor="#bababa" style="color:black;">2010/04/13</td>
<td bgcolor="#bababa" style="color:black;">0.7.0</td>
<td bgcolor="#bababa" style="color:black;">0.7.0</td>
<td bgcolor="#bababa" style="color:black;">2009/12/22</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.8.0</td>
<td bgcolor="#bababa" style="color:black;">0.8.0</td>
<td bgcolor="#bababa" style="color:black;">2010/02/10</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.9.0</td>
<td bgcolor="#bababa" style="color:black;">0.9.0</td>
<td bgcolor="#bababa" style="color:black;">2010/04/14</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="green" style="color:white;">Yes</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.13.0</td>
<td bgcolor="#525252" style="color:white;">Unknown</td>
<td bgcolor="#525252" style="color:white;">Unknown</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.9.1</td>
<td bgcolor="#bababa" style="color:black;">0.9.1</td>
<td bgcolor="#bababa" style="color:black;">2010/04/23</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.9.2</td>
<td bgcolor="#bababa" style="color:black;">0.9.2</td>
<td bgcolor="#bababa" style="color:black;">2010/05/07</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.9.3</td>
<td bgcolor="#bababa" style="color:black;">0.9.3</td>
<td bgcolor="#bababa" style="color:black;">2010/05/12</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.9.4</td>
<td bgcolor="#bababa" style="color:black;">0.9.4</td>
<td bgcolor="#bababa" style="color:black;">2010/05/19</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.9.6</td>
<td bgcolor="#bababa" style="color:black;">0.9.6</td>
<td bgcolor="#bababa" style="color:black;">2010/05/24</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.9.7</td>
<td bgcolor="#bababa" style="color:black;">0.9.7</td>
<td bgcolor="#bababa" style="color:black;">2010/05/26</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.10.0</td>
<td bgcolor="#bababa" style="color:black;">0.10.0</td>
<td bgcolor="#bababa" style="color:black;">2010/06/23</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.10.1</td>
<td bgcolor="#bababa" style="color:black;">0.10.1</td>
<td bgcolor="#bababa" style="color:black;">2010/07/05</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.10.2</td>
<td bgcolor="#bababa" style="color:black;">0.10.2</td>
<td bgcolor="#bababa" style="color:black;">2010/07/06</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.11.0</td>
<td bgcolor="#bababa" style="color:black;">0.11.0</td>
<td bgcolor="#bababa" style="color:black;">2010/07/22</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.12.0</td>
<td bgcolor="#bababa" style="color:black;">0.12.0</td>
<td bgcolor="#bababa" style="color:black;">2010/08/20</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.13.0</td>
<td bgcolor="#bababa" style="color:black;">0.13.0</td>
<td bgcolor="#bababa" style="color:black;">2010/09/28</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="green" style="color:white;">Yes</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.6</td>
<td bgcolor="#525252" style="color:white;">Unknown</td>
<td bgcolor="#bababa" style="color:black;">2010/11/30</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.0</td>
<td bgcolor="#bababa" style="color:black;">0.14.0</td>
<td bgcolor="#bababa" style="color:black;">2010/11/01</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.0.1</td>
<td bgcolor="#bababa" style="color:black;">0.14.0.1</td>
<td bgcolor="#bababa" style="color:black;">2010/11/03</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.0.2</td>
<td bgcolor="#bababa" style="color:black;">0.14.0.2</td>
<td bgcolor="#bababa" style="color:black;">2010/11/05</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.0.3</td>
<td bgcolor="#bababa" style="color:black;">0.14.0.3</td>
<td bgcolor="#bababa" style="color:black;">2010/11/06</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.0.4</td>
<td bgcolor="#bababa" style="color:black;">0.14.0.4</td>
<td bgcolor="#bababa" style="color:black;">2010/11/08</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.0.5</td>
<td bgcolor="#bababa" style="color:black;">0.14.0.5</td>
<td bgcolor="#bababa" style="color:black;">2010/11/09</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.1</td>
<td bgcolor="#bababa" style="color:black;">0.14.1</td>
<td bgcolor="#bababa" style="color:black;">2010/11/15</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.2</td>
<td bgcolor="#bababa" style="color:black;">0.14.2</td>
<td bgcolor="#bababa" style="color:black;">2010/11/17</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.3</td>
<td bgcolor="#bababa" style="color:black;">0.14.3</td>
<td bgcolor="#bababa" style="color:black;">2010/11/19</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.4</td>
<td bgcolor="#bababa" style="color:black;">0.14.4</td>
<td bgcolor="#bababa" style="color:black;">2010/11/23</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.5</td>
<td bgcolor="#bababa" style="color:black;">0.14.5</td>
<td bgcolor="#bababa" style="color:black;">2010/11/26</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.6</td>
<td bgcolor="#bababa" style="color:black;">0.14.6</td>
<td bgcolor="#bababa" style="color:black;">2010/11/30</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="green" style="color:white;">Yes</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.7</td>
<td bgcolor="#525252" style="color:white;">Unknown</td>
<td bgcolor="#bababa" style="color:black;">2010/12/03</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.7</td>
<td bgcolor="#bababa" style="color:black;">0.14.7</td>
<td bgcolor="#bababa" style="color:black;">2010/12/03</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="green" style="color:white;">Yes</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.8</td>
<td bgcolor="#525252" style="color:white;">Unknown</td>
<td bgcolor="#bababa" style="color:black;">2010/12/07</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.8</td>
<td bgcolor="#bababa" style="color:black;">0.14.8</td>
<td bgcolor="#bababa" style="color:black;">2010/12/07</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="green" style="color:white;">Yes</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.12</td>
<td bgcolor="#525252" style="color:white;">Unknown</td>
<td bgcolor="#bababa" style="color:black;">2010/12/17</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.9</td>
<td bgcolor="#bababa" style="color:black;">0.14.9</td>
<td bgcolor="#bababa" style="color:black;">2010/12/11</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.10</td>
<td bgcolor="#bababa" style="color:black;">0.14.10</td>
<td bgcolor="#bababa" style="color:black;">2010/12/13</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.11</td>
<td bgcolor="#bababa" style="color:black;">0.14.11</td>
<td bgcolor="#bababa" style="color:black;">2010/12/15</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.12</td>
<td bgcolor="#bababa" style="color:black;">0.14.12</td>
<td bgcolor="#bababa" style="color:black;">2010/12/17</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="green" style="color:white;">Yes</td>
</tr>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.13</td>
<td bgcolor="#bababa" style="color:black;">0.14.13</td>
<td bgcolor="#bababa" style="color:black;">2010/12/20</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.14</td>
<td bgcolor="#bababa" style="color:black;">0.14.14</td>
<td bgcolor="#bababa" style="color:black;">2010/12/22</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.15</td>
<td bgcolor="#bababa" style="color:black;">0.14.15</td>
<td bgcolor="#bababa" style="color:black;">2010/12/25</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.15.1</td>
<td bgcolor="#bababa" style="color:black;">0.14.15.1</td>
<td bgcolor="#bababa" style="color:black;">2010/12/26</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.16</td>
<td bgcolor="#bababa" style="color:black;">0.14.16</td>
<td bgcolor="#bababa" style="color:black;">2010/12/28</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.17</td>
<td bgcolor="#bababa" style="color:black;">0.14.17</td>
<td bgcolor="#bababa" style="color:black;">2010/12/30</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.18</td>
<td bgcolor="#bababa" style="color:black;">0.14.18</td>
<td bgcolor="#bababa" style="color:black;">2010/12/31</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.19</td>
<td bgcolor="#bababa" style="color:black;">0.14.19</td>
<td bgcolor="#bababa" style="color:black;">2010/01/03</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.20</td>
<td bgcolor="#bababa" style="color:black;">0.14.20</td>
<td bgcolor="#bababa" style="color:black;">2011/01/04</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.21</td>
<td bgcolor="#bababa" style="color:black;">0.14.21</td>
<td bgcolor="#bababa" style="color:black;">2011/01/05</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.22</td>
<td bgcolor="#bababa" style="color:black;">0.14.22</td>
<td bgcolor="#bababa" style="color:black;">2011/01/06</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.14.23</td>
<td bgcolor="#bababa" style="color:black;">0.14.23</td>
<td bgcolor="#bababa" style="color:black;">2011/01/07</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
<td bgcolor="#b00c00" style="color:white;">No</td>
</tr>
<tr>
<td bgcolor="#bababa" style="color:black;">0.15.3</td>
<td bgcolor="#b3ffb3" style="color:black;">2.2.0</td>

View File