www/adium.im 868:d0ef072f6374: - Hot Issues: separate the CPU us...

commits at adium.im commits at adium.im
Wed Apr 9 10:20:45 UTC 2014


details:	http://hg.adium.im/www/adium.im/rev/d0ef072f6374
revision:	868:d0ef072f6374
branch:		adiumx.com
author:		Robert Vehse <robertvehse at fastmail.fm>
date:		Wed Apr 09 12:19:53 2014 +0200

- Hot Issues: separate the CPU use issue and the Yahoo connection issue now that we have two separate tickets.
- Changelogging.

diffs (67 lines):

diff -r c79cef418f27 -r d0ef072f6374 changelogs/1.5.10.html
--- a/changelogs/1.5.10.html	Fri Apr 04 23:28:55 2014 +0200
+++ b/changelogs/1.5.10.html	Wed Apr 09 12:19:53 2014 +0200
@@ -44,13 +44,15 @@
 				Version 1.5.10
 			</h3>
 			<ul>
+				<li>Updated libpurple to 2.10.9, fixing many security issues.</li>
 				<li>Fixed a problem that could cause high CPU load when a connection is lost. (<a class="closed ticket" href="https://trac.adium.im/ticket/16431" title="defect: Adium goes into using > 100% cpu when the server closes a connection (closed: fixed)">#16431</a>)</li>
 				<li>Fixed a bug that can cause disconnects when using a Retina Mac with an external screen. (Johannes Loepelmann) (<a class="closed ticket" href="https://trac.adium.im/ticket/16552" title="defect: Jabber connections constantly dis-/reconnect on Retina Macbooks due to avatar sizes (closed: fixed)">#16552</a>)</li>
+				<li>Fixed an issue causing to Adium to connect accounts during PowerNap. (Mayur Pawashe) (<a class="closed ticket" href="https://trac.adium.im/ticket/16249" title="enhancement: Adium should be disabled during PowerNaps (closed: fixed)">#16249</a>)</li>
 				<li>Fixed idle checks to no longer use the proximity sensor of modern Macs. (Christopher Loessl)</li>
 				<li>Fixed dates in the chat log viewer not showing up for very old logs (2006 and earlier). (<a class="closed ticket" href="https://trac.adium.im/ticket/16554" title="defect: Some chat logs lose datestamps in 1.5.9 Transcript Viewer (closed: fixed)">#16554</a>)</li>
 				<li>Security: Enabled a number of TLS ciphers using SHA256.</li>
 				<li>Fixed connecting to servers with outdated TLS support using the unofficial SIPE plugin. (Michael Lamb) (<a class="closed ticket" href="https://trac.adium.im/ticket/16550" title="defect: BEAST SSL Mitigation in Mavericks causes SSL disconnects (closed: fixed)">#16550</a>) The fix only applies to OS X 10.9, the one for OS X 10.8.5 should follow.</li>
-				<li>Updated libpurple to 2.10.9, fixing many security issues.</li>
+				<li>Fixed a misbehaving link in the Setup Wizard. (<a class="closed ticket" href="https://trac.adium.im/ticket/16587" title="defect: Fix link in Setup Wizard (closed: fixed)">#16587</a>)</li>
 			</ul>
 		</div>
 	</body>
diff -r c79cef418f27 -r d0ef072f6374 changelogs/1.5.10b1.htmlfrag
--- a/changelogs/1.5.10b1.htmlfrag	Fri Apr 04 23:28:55 2014 +0200
+++ b/changelogs/1.5.10b1.htmlfrag	Wed Apr 09 12:19:53 2014 +0200
@@ -1,9 +1,9 @@
 <ul>
+	<li>Updated libpurple to 2.10.9, fixing many security issues.</li>
 	<li>Fixed a problem that could cause high CPU load when a connection is lost. (<a class="closed ticket" href="https://trac.adium.im/ticket/16431" title="defect: Adium goes into using > 100% cpu when the server closes a connection (closed: fixed)">#16431</a>)</li>
 	<li>Fixed a bug that can cause disconnects when using a Retina Mac with an external screen. (Johannes Loepelmann) (<a class="closed ticket" href="https://trac.adium.im/ticket/16552" title="defect: Jabber connections constantly dis-/reconnect on Retina Macbooks due to ... (closed: fixed)">#16552</a>)</li>
 	<li>Fixed idle checks to no longer use the proximity sensor of modern Macs. (Christopher Loessl)</li>
 	<li>Fixed dates in the chat log viewer not showing up for very old logs (2006 and earlier). (<a class="closed ticket" href="https://trac.adium.im/ticket/16554" title="defect: Some chat logs lose datestamps in 1.5.9 Transcript Viewer (closed: fixed)">#16554</a>)</li>
 	<li>Security: Enabled a number of TLS ciphers using SHA256.</li>
-	<li>Fixed connecting to servers with outdated TLS support using the unofficial SIPE plugin. (Michael Lamb) (<a class="closed ticket" href="https://trac.adium.im/ticket/16550" title="defect: BEAST SSL Mitigation in Mavericks causes SSL disconnects (closed: fixed)">#16550</a>) The fix only applies to OS X 10.9, the one for OS X 10.8.5 should follow. </li>
-	<li>Updated libpurple to 2.10.9, fixing many security issues.</li>
+	<li>Fixed connecting to servers with outdated TLS support using the unofficial SIPE plugin. (Michael Lamb) (<a class="closed ticket" href="https://trac.adium.im/ticket/16550" title="defect: BEAST SSL Mitigation in Mavericks causes SSL disconnects (closed: fixed)">#16550</a>) The fix only applies to OS X 10.9, the one for OS X 10.8.5 should follow.</li>
 </ul>
\ No newline at end of file
diff -r c79cef418f27 -r d0ef072f6374 changelogs/1.5.10b2.htmlfrag
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/changelogs/1.5.10b2.htmlfrag	Wed Apr 09 12:19:53 2014 +0200
@@ -0,0 +1,4 @@
+<ul>
+	<li>Fixed an issue causing to Adium to connect accounts during PowerNap. (Mayur Pawashe) (<a class="closed ticket" href="https://trac.adium.im/ticket/16249" title="enhancement: Adium should be disabled during PowerNaps (closed: fixed)">#16249</a>)</li>
+	<li>Fixed a misbehaving link in the Setup Wizard. (<a class="closed ticket" href="https://trac.adium.im/ticket/16587" title="defect: Fix link in Setup Wizard (closed: fixed)">#16587</a>)</li>
+</ul>
\ No newline at end of file
diff -r c79cef418f27 -r d0ef072f6374 help/hot.json
--- a/help/hot.json	Fri Apr 04 23:28:55 2014 +0200
+++ b/help/hot.json	Wed Apr 09 12:19:53 2014 +0200
@@ -1,9 +1,15 @@
 var hotIssues = [
 	{
-		"description": "There is a widespread Yahoo connection issue (<a href='http://forums.cocoaforge.com/viewtopic.php?f=13&t=26488'>forum thread</a>) which is currently being investigated. The connection issue also triggers a bug causing high CPU use which will be fixed in Adium 1.5.10 – a beta is available from <a href='https://beta.adium.im'>beta.adium.im</a>.",
+		"description": "There is a widespread Yahoo connection issue (<a href='http://forums.cocoaforge.com/viewtopic.php?f=13&t=26488'>forum thread</a>) which is currently being investigated.",
+		"ticket": 16678,
+		"closed": false,
+       		"protocol": "yahoo"
+	},
+	{
+		"description": "The Yahoo connection issue also triggers a bug causing high CPU use which will be fixed in Adium 1.5.10 – a beta is available from <a href='https://beta.adium.im'>beta.adium.im</a>.",
 		"ticket": 16431,
-		"closed": false,
-        "protocol": "yahoo"
+		"closed": true,
 	}
+
 ]
 


More information about the commits mailing list