www/adium.im 280:e0891a6ce9c6: 1.3.9, which took 98345934 builds...
commits at adium.im
commits at adium.im
Tue Jan 12 04:09:45 UTC 2010
details: http://hg.adium.im/www/adium.im/rev/e0891a6ce9c6
revision: 280:e0891a6ce9c6
author: Zachary West <zacw at adium.im>
date: Mon Jan 11 23:08:52 2010 -0500
1.3.9, which took 98345934 builds to get the background image to work in the dmg.
diffs (89 lines):
diff -r 03bcb2585919 -r e0891a6ce9c6 changelogs/1.3.9.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/changelogs/1.3.9.html Mon Jan 11 23:08:52 2010 -0500
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <title>Adium 1.3.9 Changes</title>
+
+ <style type="text/css">
+ body{
+ font-family: arial;
+ font-size: 10pt;
+ }
+ ul{
+ padding-left: 20px;
+ }
+ a{
+ font-size: 8pt;
+ text-decoration: none;
+ }
+ .box{
+ margin: 5px;
+ margin-bottom: 20px;
+ border: 1px dotted gray;
+ }
+ .box-head{
+ background: #abff82;
+ padding: 4px 8px;
+ color: #333;
+ font-weight: bold;
+ }
+ .box-body{ margin: 8px; line-height:20px;}
+ .note{ background: #ffadad; }
+ </style>
+</head>
+<body>
+
+<p>
+ <strong>Version 1.3.9 (01/11/2010)</strong>
+
+ Mercurial Revision: <a class="ext-link" href="http://hg.adium.im/adium-1.3/rev/dc7b2aa2a2de">dc7b2aa2a2de</a>
+</p>
+
+<div class="box">
+ <div class="box-head">Changes Since 1.3.8</div>
+
+ <div class="box-body">
+ <ul>
+ <li>Updated libpurple to fix a security issue with custom emoticons.</li>
+ <li>Corrected user icons not updating correctly on Snow Leopard.</li>
+ </ul>
+ </div>
+</div>
+</body>
+</html>
diff -r 03bcb2585919 -r e0891a6ce9c6 index.php
--- a/index.php Tue Dec 01 21:26:23 2009 -0500
+++ b/index.php Mon Jan 11 23:08:52 2010 -0500
@@ -1,7 +1,7 @@
<?php
- $downloadText["10.4"] = "1.3.8";
- $downloadLink["10.4"] = "http://adiumx.cachefly.net/Adium_1.3.8.dmg";
- $downloadMD5 ["10.4"] = "6a423a7a468255970f36f57f221a694a";
+ $downloadText["10.4"] = "1.3.9";
+ $downloadLink["10.4"] = "http://adiumx.cachefly.net/Adium_1.3.9.dmg";
+ $downloadMD5 ["10.4"] = "3936b7f1a22b910924fb58f73cae711b";
$downloadText["10.3.9"] = "1.0.6";
$downloadLink["10.3.9"] = "http://adiumx.cachefly.net/Adium_1.0.6.dmg";
diff -r 03bcb2585919 -r e0891a6ce9c6 sparkle/appcast-release.xml
--- a/sparkle/appcast-release.xml Tue Dec 01 21:26:23 2009 -0500
+++ b/sparkle/appcast-release.xml Mon Jan 11 23:08:52 2010 -0500
@@ -4,11 +4,11 @@
<title>Adium Updates</title>
<language>en</language>
<item>
- <title>Adium 1.3.8</title>
- <pubDate>Thursday, November 4th, 2009 22:00:00 GMT-5</pubDate>
- <sparkle:releaseNotesLink>http://www.adium.im/changelogs/1.3.8.html</sparkle:releaseNotesLink>
+ <title>Adium 1.3.9</title>
+ <pubDate>Monday, January 11th, 2010 22:30:00 GMT-5</pubDate>
+ <sparkle:releaseNotesLink>http://www.adium.im/changelogs/1.3.9.html</sparkle:releaseNotesLink>
<sparkle:minimumSystemVersion>10.4.0</sparkle:minimumSystemVersion>
- <enclosure sparkle:md5Sum="6a423a7a468255970f36f57f221a694a" sparkle:version="1.3.8" url="http://adiumx.cachefly.net/Adium_1.3.8.dmg" length="22400940" type="application/octet-stream"/>
+ <enclosure sparkle:md5Sum="3936b7f1a22b910924fb58f73cae711b" sparkle:version="1.3.9" url="http://adiumx.cachefly.net/Adium_1.3.9.dmg" length="22384098" type="application/octet-stream"/>
</item>
<item>
<title>Adium 1.0.6</title>
More information about the commits
mailing list