www/adium.im 671:ab38fae9569f: 1.5.2b1 appcast

commits at adium.im commits at adium.im
Sun Jun 24 23:37:33 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/ab38fae9569f
revision:	671:ab38fae9569f
branch:		adiumx.com
author:		Robert Vehse
date:		Mon Jun 25 01:37:14 2012 +0200

1.5.2b1 appcast

diffs (106 lines):

diff -r cd830acc4c1f -r ab38fae9569f beta/index.php
--- a/beta/index.php	Thu Jun 07 20:56:30 2012 +0200
+++ b/beta/index.php	Mon Jun 25 01:37:14 2012 +0200
@@ -25,7 +25,13 @@
 						"md5" => "c94754b2d7c3d5609c47612efedf32da"
 					)
 		*/
-
+					array(
+						"ver" => "1.5.2b2",
+						"rev" => "53975b9cbd27",
+						"date" => "2012-06-24",
+						"md5" => "69505244f1133600af4a0257e278edd2",
+						"dsa" => "MC0CFFLD6B2TXrVImOhYZGla/ZTr+W0LAhUArpFq3F4q0y4Z7Xbz1ZnCLT6szuM="
+						),
 			);
 
 // $motd = 'Please check <a href="http://trac.adium.im/query?status=assigned&status=new&status=pending&group=severity&milestone=Adium+1.4">open tickets</a> for 1.4 before filing bugs!';
diff -r cd830acc4c1f -r ab38fae9569f changelogs/1.5.2.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/changelogs/1.5.2.html	Mon Jun 25 01:37:14 2012 +0200
@@ -0,0 +1,55 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<style type="text/css">
+/*<![CDATA[*/
+		ul {
+		padding-left: 20px;
+		}
+		li > a[href*="/ticket/"] {
+		font-size: 8pt;
+		text-decoration: none;
+		}
+		.changegroup {
+		margin: 5px;
+		margin-bottom: 20px;
+		border: 1px dotted gray;
+		}
+		.changegroup h3 {
+		background-color: #abff82;
+		padding: 4px 8px;
+		color: #333;
+		margin: 0;
+		}
+		#majorchanges h3 {
+		background-color: #ffadad;
+		background-color: #afd7ff;
+		}
+
+		.changegroup ul {
+		margin: 8px;
+		}
+		#powered img {
+		border-width: 0px;
+		}
+		/*]]>*/
+		</style>
+		<title></title>
+	</head>
+	<body>
+		<div class="changegroup" id="majorchanges">
+			<h3>
+				Version 1.5.2
+			</h3>
+			<ul>
+				<li>Fixed an issue where the log indexer would never finish.</li>
+				<li>Fixed a number of crashes that could occur after closing the Transcript Viewer. (<a class="closed ticket" href="http://trac.adium.im/ticket/15984" title="crash: Adium crash in im.adium.AILoggerPlugin.searchIndexFlushingQueue (closed: fixed)">#15984</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15823" title="defect: Adium is unresponsive, then crashes. (closed: fixed)">#15823</a>)</li>
+				<li>Fixed crash at startup. (<a class="closed ticket" href="http://trac.adium.im/ticket/15787" title="crash: 1.5rc1 crash at startup (closed: fixed)">#15787</a>)</li>
+				<li>Fixed crash upon cancelling the "Confirm quit" window. (<a class="closed ticket" href="http://trac.adium.im/ticket/15900" title="crash: Crash upon cancelling the "Confirm quit" window (closed: fixed)">#15900</a>)</li>
+				<li>Fixed crash when closing the Novell Groupwise account options. (<a class="closed ticket" href="http://trac.adium.im/ticket/16041" title="defect: Crash with Novell Groupwise account editor window close (closed: fixed)">#16041</a>)</li>
+			</ul>
+		</div>
+	</body>
+</html>
diff -r cd830acc4c1f -r ab38fae9569f changelogs/1.5.2b1.htmlfrag
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/changelogs/1.5.2b1.htmlfrag	Mon Jun 25 01:37:14 2012 +0200
@@ -0,0 +1,7 @@
+<ul>
+	<li>Fixed an issue where the log indexer would never finish.</li>
+	<li>Fixed a number of crashes that could occur after closing the Transcript Viewer. (<a class="closed ticket" href="http://trac.adium.im/ticket/15984" title="crash: Adium crash in im.adium.AILoggerPlugin.searchIndexFlushingQueue (closed: fixed)">#15984</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15823" title="defect: Adium is unresponsive, then crashes. (closed: fixed)">#15823</a>)</li>
+	<li>Fixed crash at startup. (<a class="closed ticket" href="http://trac.adium.im/ticket/15787" title="crash: 1.5rc1 crash at startup (closed: fixed)">#15787</a>)</li>
+	<li>Fixed crash upon cancelling the "Confirm quit" window. (<a class="closed ticket" href="http://trac.adium.im/ticket/15900" title="crash: Crash upon cancelling the "Confirm quit" window (closed: fixed)">#15900</a>)</li>
+	<li>Fixed crash when closing the Novell Groupwise account options. (<a class="closed ticket" href="http://trac.adium.im/ticket/16041" title="defect: Crash with Novell Groupwise account editor window close (closed: fixed)">#16041</a>)</li>
+</ul>
\ No newline at end of file
diff -r cd830acc4c1f -r ab38fae9569f sparkle/appcast-beta.xml
--- a/sparkle/appcast-beta.xml	Thu Jun 07 20:56:30 2012 +0200
+++ b/sparkle/appcast-beta.xml	Mon Jun 25 01:37:14 2012 +0200
@@ -3,6 +3,13 @@
   <channel>
     <title>Adium Updates</title>
     <language>en</language>
+	<item>
+	    <title>Adium 1.5.2b1</title>
+	    <pubDate>Sunday, June 24th, 2012 18:30:00 GMT-5</pubDate>
+	    <sparkle:releaseNotesLink>http://beta.adium.im/?notemplate</sparkle:releaseNotesLink>
+	    <sparkle:minimumSystemVersion>10.6.8</sparkle:minimumSystemVersion>
+	    <enclosure sparkle:dsaSignature="MC0CFFLD6B2TXrVImOhYZGla/ZTr+W0LAhUArpFq3F4q0y4Z7Xbz1ZnCLT6szuM=" sparkle:version="1.5.2b1" url="http://download.adium.im/Adium_1.5.2b1.dmg" length="23729199" type="application/octet-stream"/>
+	</item>
     <item>
         <title>Adium 1.5.1</title>
         <pubDate>Monday, June 7th, 2012 14:00:00 GMT-5</pubDate>




More information about the commits mailing list