www/adium.im 664:f6a059618436: Update change logs to include wix...

commits at adium.im commits at adium.im
Mon May 14 08:35:45 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/f6a059618436
revision:	664:f6a059618436
branch:		adiumx.com
author:		Robert Vehse
date:		Mon May 14 10:35:33 2012 +0200

Update change logs to include wixardy's additions, use the .htmlfrag page on the beta page.

diffs (161 lines):

diff -r b082ecbc7455 -r f6a059618436 changelogs/1.5.1.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/changelogs/1.5.1.html	Mon May 14 10:35:33 2012 +0200
@@ -0,0 +1,65 @@
+<!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.1b1
+			</h3>
+			<ul>
+                <li>Adium is now securely signed with an Apple Developer ID for OS X 10.8 / GateKeeper compatibility</li>
+                <li>Updated to libpurple 2.10.4</li>
+                <ul>
+                    <li>AIM/ICQ: Fix communication with buddies containing periods and underscores</li>
+                    <li>MSN: Fix messages to offline contacts</li>
+                    <li>Fixed a number of security issues (see <a href="http://pidgin.im/news/security/">http://pidgin.im/news/security</a>), small memory leaks, miscellaneous bugs</li>
+                </ul>
+                <li>Fixed status indicators in chat windows with only one chat. (<a class="closed ticket" href="http://trac.adium.im/ticket/9620" title="enhancement: Chatting without tabs - no way to see online status (closed: fixed)">#9620</a>)</li>
+                <li>Renamed "Send Notification" to "Request Attention". (<a class="closed ticket" href="http://trac.adium.im/ticket/15789" title="defect: "Send Notification": wording not ideal (closed: fixed)">#15789</a>)</li>
+                <li>Adjusted the layout of the profile selection window.</li>
+                <li>Adjusted the minimum size of the message window to be 200px. (<a class="closed ticket" href="http://trac.adium.im/ticket/15794" title="defect: Chat window minimum size too big (closed: fixed)">#15794</a>)</li>
+                <li>Increased the size of the focus indicators so that they can be better seen when using overlay scrollbars.</li>
+                <li>Fixed the transcript viewer not saving the user list size.</li>
+                <li>Made "View Release Notes" localizable. (<a class="closed ticket" href="http://trac.adium.im/ticket/15914" title="defect: View Release Notes not localizable (closed: fixed)">#15914</a>)</li>
+                <li>Corrected some MSN emoticon shortcuts. (<a class="closed ticket" href="http://trac.adium.im/ticket/15926" title="defect: In Adium 1.5, the MSN emotion "Happy" uses wrong symbols. (closed: fixed)">#15926</a>)</li>
+            </ul>
+		</div>
+	</body>
+</html>
diff -r b082ecbc7455 -r f6a059618436 changelogs/1.5.1b1.html
--- a/changelogs/1.5.1b1.html	Sun May 13 17:45:26 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-<!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.1b1
-			</h3>
-			<ul>
-                <li>Adium is now securely signed with an Apple Developer ID for OS X 10.8 / GateKeeper compatibility</li>
-                <li>Updated to libpurple 2.10.4</li>
-                <ul>
-                    <li>AIM/ICQ: Fix communication with buddies containing periods and underscores</li>
-                    <li>MSN: Fix messages to offline contacts</li>
-                    <li>Fixed a number of security issues (see <a href="http://pidgin.im/news/security/">http://pidgin.im/news/security</a>), small memory leaks, miscellaneous bugs</li>
-                </ul>
-                <li>Fixed status indicators in chat windows with only one chat</li>
-            </ul>
-		</div>
-	</body>
-</html>
diff -r b082ecbc7455 -r f6a059618436 changelogs/1.5.1b1.htmlfrag
--- a/changelogs/1.5.1b1.htmlfrag	Sun May 13 17:45:26 2012 -0500
+++ b/changelogs/1.5.1b1.htmlfrag	Mon May 14 10:35:33 2012 +0200
@@ -6,5 +6,12 @@
         <li>MSN: Fix messages to offline contacts</li>
         <li>Fixed a number of security issues (see <a href="http://pidgin.im/news/security/">http://pidgin.im/news/security</a>), small memory leaks, miscellaneous bugs</li>
     </ul>
-    <li>Fixed status indicators in chat windows with only one chat</li>
+    <li>Fixed status indicators in chat windows with only one chat. (<a class="closed ticket" href="http://trac.adium.im/ticket/9620" title="enhancement: Chatting without tabs - no way to see online status (closed: fixed)">#9620</a>)</li>
+    <li>Renamed "Send Notification" to "Request Attention". (<a class="closed ticket" href="http://trac.adium.im/ticket/15789" title="defect: "Send Notification": wording not ideal (closed: fixed)">#15789</a>)</li>
+    <li>Adjusted the layout of the profile selection window.</li>
+    <li>Adjusted the minimum size of the message window to be 200px. (<a class="closed ticket" href="http://trac.adium.im/ticket/15794" title="defect: Chat window minimum size too big (closed: fixed)">#15794</a>)</li>
+    <li>Increased the size of the focus indicators so that they can be better seen when using overlay scrollbars.</li>
+    <li>Fixed the transcript viewer not saving the user list size.</li>
+    <li>Made "View Release Notes" localizable. (<a class="closed ticket" href="http://trac.adium.im/ticket/15914" title="defect: View Release Notes not localizable (closed: fixed)">#15914</a>)</li>
+    <li>Corrected some MSN emoticon shortcuts. (<a class="closed ticket" href="http://trac.adium.im/ticket/15926" title="defect: In Adium 1.5, the MSN emotion "Happy" uses wrong symbols. (closed: fixed)">#15926</a>)</li>
 </ul>
\ No newline at end of file
diff -r b082ecbc7455 -r f6a059618436 sparkle/appcast-beta.xml
--- a/sparkle/appcast-beta.xml	Sun May 13 17:45:26 2012 -0500
+++ b/sparkle/appcast-beta.xml	Mon May 14 10:35:33 2012 +0200
@@ -6,7 +6,7 @@
     <item>
         <title>Adium 1.5.1b1</title>
         <pubDate>Sunday, May 13th, 2012 20:00:00 GMT-5</pubDate>
-        <sparkle:releaseNotesLink>http://www.adium.im/changelogs/1.5.1b1.html</sparkle:releaseNotesLink>
+        <sparkle:releaseNotesLink>http://beta.adium.im/?notemplate</sparkle:releaseNotesLink>
         <sparkle:minimumSystemVersion>10.6.8</sparkle:minimumSystemVersion>
 	    <enclosure sparkle:dsaSignature="MC0CFQCUmRl8UPQ1Cdmt0kiZ8X/iqlI7GwIUe4nD9vel0Rl4KWO6DQnqn6SLHu8=" sparkle:version="1.5.1b1" url="http://download.adium.im/Adium_1.5.1b1.dmg" length="23754191" type="application/octet-stream"/>
     </item>




More information about the commits mailing list