<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ejohansson.se &#187; licq</title>
	<atom:link href="http://ejohansson.se/tags/licq/feed/" rel="self" type="application/rss+xml" />
	<link>http://ejohansson.se</link>
	<description>Random bits about Linux, programming, computers and occasionally other stuff.</description>
	<lastBuildDate>Sun, 18 Apr 2010 20:23:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>debian/licq.git mirror on&#160;Gitorious</title>
		<link>http://ejohansson.se/archives/2010/04/18/debianlicq-git-mirror-on-gitorious/</link>
		<comments>http://ejohansson.se/archives/2010/04/18/debianlicq-git-mirror-on-gitorious/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 20:23:14 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[licq]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=332</guid>
		<description><![CDATA[To get better speed and a backup I&#8217;ve set up a mirror of debian/licq.git on Gitorious.org. I don&#8217;t really know the best way to do this, but I did it by adding the following line to hooks/post-update: git push --mirror git@gitorious.org:licq/debian.git This way the mirror will always be updated when I push to the &#8220;real&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>To get better speed and a backup I&#8217;ve set up a mirror of <a href="http://git.ejohansson.se/?p=debian/licq.git;a=summary">debian/licq.git</a> on <a href="http://gitorious.org/licq/debian">Gitorious.org</a>.</p>
<p>I don&#8217;t really know the best way to do this, but I did it by adding the following line to hooks/post-update:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">git push <span style="color: #660033;">--mirror</span> git<span style="color: #000000; font-weight: bold;">@</span>gitorious.org:licq<span style="color: #000000; font-weight: bold;">/</span>debian.git</pre></div></div>

<p>This way the mirror will always be updated when I push to the &#8220;real&#8221; repository.</p>
<p>Get it by running</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%</span> gbp-clone <span style="color: #660033;">--pristine-tar</span> git:<span style="color: #000000; font-weight: bold;">//</span>gitorious.org<span style="color: #000000; font-weight: bold;">/</span>licq<span style="color: #000000; font-weight: bold;">/</span>debian.git</pre></div></div>

<p>or clone it on Gitorious and send me merge requests <img src='http://ejohansson.se/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2010/04/18/debianlicq-git-mirror-on-gitorious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiler&#160;bug</title>
		<link>http://ejohansson.se/archives/2010/03/14/compiler-bug/</link>
		<comments>http://ejohansson.se/archives/2010/03/14/compiler-bug/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 17:49:05 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[licq]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=327</guid>
		<description><![CDATA[To see if Licq would build without warnings with gcc 4.5 I tried to build Licq trunk with the latest gcc-snapshot in Debian today. Three warnings were quickly fixed but a bigger problem was that the unit test hung; something which doesn&#8217;t happen with earlier gcc. After some digging it turned out to be a [...]]]></description>
			<content:encoded><![CDATA[<p>To see if Licq would build without warnings with gcc 4.5 I tried to build <a href="http://licq.org/browser/trunk">Licq trunk</a> with the latest gcc-snapshot in Debian today. Three warnings were quickly fixed but a bigger problem was that the unit test hung; something which doesn&#8217;t happen with earlier gcc.</p>
<p>After some digging it turned out to be a problem with locking. A mutex was never unlocked when returning in the <a href="http://licq.org/browser/trunk/licq/src/plugins/pluginthread.cpp?rev=7096#L89">exception handler</a>. This was very strange as the unlocking should be done by the MutexLocker destructor.</p>
<p>I was able to reproduce the problem with a simple test program so I concluded that it was indeed a compiler bug and reported it: <a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43365">Destructor not called when returning in exception handler</a>.</p>
<p>Not every day you get to find a compiler bug&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2010/03/14/compiler-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/me is the new Debian maintainer for&#160;Licq</title>
		<link>http://ejohansson.se/archives/2010/01/15/me-is-the-new-debian-maintainer-for-licq/</link>
		<comments>http://ejohansson.se/archives/2010/01/15/me-is-the-new-debian-maintainer-for-licq/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 23:01:01 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[licq]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=320</guid>
		<description><![CDATA[Update 2010-10-30: Changed the initial setup to use gbp-clone. I&#8217;m now officially the maintainer of Licq&#8217;s Debian packages. Since I&#8217;m not a real Debian maintainer, I&#8217;m very grateful to Joel Rosdahl who is my sponsor. Version 1.3.8-1 is coming to a mirror near you as I write this. The package source is kept in my [...]]]></description>
			<content:encoded><![CDATA[<p><b>Update 2010-10-30:</b> Changed the initial setup to use gbp-clone.</p>
<p>I&#8217;m now officially the maintainer of Licq&#8217;s Debian packages. Since I&#8217;m not a real Debian maintainer, I&#8217;m very grateful to <a href="http://joel.rosdahl.net/">Joel Rosdahl</a> who is my sponsor.</p>
<p>Version 1.3.8-1 is coming to a mirror near you as I write this.</p>
<p>The package source is kept in my <a href="http://git.ejohansson.se/">git repository</a>. To build the package from the git repository, install git-buildpackage and pristine-tar then follow the instructions below.</p>
<p>Initial setup:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%</span> gbp-clone <span style="color: #660033;">--pristine-tar</span> git:<span style="color: #000000; font-weight: bold;">//</span>git.ejohansson.se<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>licq.git</pre></div></div>

<p><strike></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%</span> git clone git:<span style="color: #000000; font-weight: bold;">//</span>git.ejohansson.se<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>licq.git
licq <span style="color: #000000; font-weight: bold;">%</span> <span style="color: #7a0874; font-weight: bold;">cd</span> licq
licq <span style="color: #000000; font-weight: bold;">%</span> git checkout <span style="color: #660033;">-b</span> pristine-tar origin<span style="color: #000000; font-weight: bold;">/</span>pristine-tar
licq <span style="color: #000000; font-weight: bold;">%</span> git <span style="color: #c20cb9; font-weight: bold;">co</span> master</pre></div></div>

<p></strike></p>
<p>To build the latest version:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">licq <span style="color: #000000; font-weight: bold;">%</span> git-buildpackage <span style="color: #660033;">--git-export-dir</span>=..<span style="color: #000000; font-weight: bold;">/</span>build-area</pre></div></div>

<p>To build a specific version:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">licq <span style="color: #000000; font-weight: bold;">%</span> git-buildpackage <span style="color: #660033;">--git-export-dir</span>=..<span style="color: #000000; font-weight: bold;">/</span>build-area <span style="color: #660033;">--git-export</span>=debian<span style="color: #000000; font-weight: bold;">/</span>1.3.8-<span style="color: #000000;">1</span></pre></div></div>

<p>The final packages will be available in ../build-area.</p>
<p>Later on when you wish to update:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">licq <span style="color: #000000; font-weight: bold;">%</span> git pull
licq <span style="color: #000000; font-weight: bold;">%</span> git-buildpackage ...</pre></div></div>

<p>The next version will have qt4-gui.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2010/01/15/me-is-the-new-debian-maintainer-for-licq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Licq&#160;1.3.7-rc1</title>
		<link>http://ejohansson.se/archives/2009/10/13/licq-1-3-7-rc1/</link>
		<comments>http://ejohansson.se/archives/2009/10/13/licq-1-3-7-rc1/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 05:36:08 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[licq]]></category>

		<guid isPermaLink="false">http://ejohansson.se/?p=286</guid>
		<description><![CDATA[Licq 1.3.7-rc1 was announced a few days ago. To quote the announcement: Licq 1.3.7 contains many bugfixes, and several new features in the Qt4-Gui such as spell checking and configurable keyboard shortcuts. Download it from the usual place.]]></description>
			<content:encoded><![CDATA[<p>Licq 1.3.7-rc1 was <a href="http://groups.google.com/group/licq-announce/browse_thread/thread/f758ba5dd54f40d7">announced</a> a few days ago. To quote the announcement:</p>
<blockquote><p>
Licq 1.3.7 contains many bugfixes, and several new features in the Qt4-Gui such as spell checking and configurable keyboard shortcuts.
</p></blockquote>
<p><a href="https://sourceforge.net/projects/licq/files/">Download it</a> from the usual place.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2009/10/13/licq-1-3-7-rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Licq 1.3.5&#160;final</title>
		<link>http://ejohansson.se/archives/2007/10/28/licq-135-final/</link>
		<comments>http://ejohansson.se/archives/2007/10/28/licq-135-final/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 20:40:07 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[licq]]></category>

		<guid isPermaLink="false">http://ejohansson.se/archives/2007/10/28/licq-135-final/</guid>
		<description><![CDATA[The final release of Licq 1.3.5 was just announced. From the release note: Save the &#8220;Send through server&#8221; option to disk. Fixed bugs that caused Licq to leak memory. Fixed a bug where Licq would crash on authorization requests from new users. Added code (disabled by default) to help find locking issues that could cause [...]]]></description>
			<content:encoded><![CDATA[<p>The final release of Licq 1.3.5 was just <a href="http://groups.google.com/group/licq-announce/browse_thread/thread/f75f98af0beccb8e">announced</a>.</p>
<p>From the <a href="http://trac.licq.org/wiki/DeveloperArea/ReleaseNotes/1.3.5">release note</a>:</p>
<ul>
<li>Save the &#8220;Send through server&#8221; option to disk.</li>
<li>Fixed bugs that caused Licq to leak memory.</li>
<li>Fixed a bug where Licq would crash on authorization requests from new users.</li>
<li>Added code (disabled by default) to help find locking issues that could cause Licq to hang and fixed the bugs that were discovered.</li>
<li>Made Licq buildable with GCC 4.3.</li>
<li>Updated autotools and friends.</li>
<li>Use gdb if it&#8217;s installed to generate a better backtrace if Licq crashes.</li>
<li>Display a dialog informing the user how to report the bug in case Licq crashes.</li>
<li>ICQ: Fixed sending capabilities.</li>
<li>ICQ: Fixed setting security settings (Require authorization, Show web presence).</li>
<li>Qt/KDE: New emoticons theme <a href="http://chromakode.deviantart.com/art/FeltTip-4-20097942">FeltTip4</a>.</li>
<li>Qt/KDE: New &#8220;Date format&#8221; option for customizing date and time in message and history windows.</li>
<li>Qt/KDE: The local time of contacts can be displayed in contact list and popup information.</li>
<li>Qt/KDE: Made the history layout configurable.</li>
<li>Qt/KDE: New option to use double return instead of Ctrl+Return for sending and in input dialogs.</li>
<li>Qt/KDE: Skins can now set a separate background color for group headings in the contact list (parameter colors.groupBack).</li>
<li>Qt/KDE: Tabs in chatdialog can be closed by middle clicking on them.</li>
<li>Qt/KDE: Removed all Qt2 support.</li>
<li>Qt/KDE: Open links in a new tab when using Opera.</li>
<li>Qt/KDE: Made the standard group names translatable.</li>
<li>Qt/KDE: Added %M modifier to print number of pending messages (if any).</li>
<li>Qt/KDE: Popup information shows if contact is not authorized yet.</li>
<li>Qt/KDE: Floaties are now saved properly for non-ICQ contacts.</li>
</ul>
<p><a href="http://trac.licq.org/wiki/LicqDownload">Download</a> and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2007/10/28/licq-135-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Licq&#160;1.3.5-rc1</title>
		<link>http://ejohansson.se/archives/2007/10/01/licq-135-rc1/</link>
		<comments>http://ejohansson.se/archives/2007/10/01/licq-135-rc1/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 22:20:02 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[licq]]></category>

		<guid isPermaLink="false">http://ejohansson.se/archives/2007/10/01/licq-135-rc1/</guid>
		<description><![CDATA[The first release candidate is now available. See the announcement and read the release notes. And don&#8217;t forget to report all bugs you find.]]></description>
			<content:encoded><![CDATA[<p>The first release candidate is <a href="http://trac.licq.org/wiki/LicqDownload">now available</a>. See the <a href="http://groups.google.com/group/licq-dev/browse_thread/thread/9ee27d78bb1849f1">announcement</a> and read the <a href="http://trac.licq.org/wiki/DeveloperArea/ReleaseNotes/1.3.5">release notes</a>. And don&#8217;t forget to <a href="http://trac.licq.org/">report</a> all bugs you find.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2007/10/01/licq-135-rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Licq 1.3.4&#160;final</title>
		<link>http://ejohansson.se/archives/2006/10/15/licq-134-final/</link>
		<comments>http://ejohansson.se/archives/2006/10/15/licq-134-final/#comments</comments>
		<pubDate>Sun, 15 Oct 2006 17:10:54 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[licq]]></category>

		<guid isPermaLink="false">http://ejohansson.se/archives/2006/10/15/licq-134-final/</guid>
		<description><![CDATA[Licq 1.3.4 was released not more than four hours ago. Take a look at the release notes and then download it while it&#8217;s hot. As always, there&#8217;s a lot of bug fixes and new features. My personal favourite is a rather simple, but useful, new feature: the ability to switch tab using the mouse wheel. [...]]]></description>
			<content:encoded><![CDATA[<p>Licq 1.3.4 was <a href="http://trac.licq.org/wiki/2006/10/15/15.21">released</a> not more than four hours ago. Take a look at the <a href="http://trac.licq.org/wiki/DeveloperArea/ReleaseNotes/1.3.4">release notes</a> and then <a href="http://prdownloads.sourceforge.net/licq/licq-1.3.4.tar.bz2?download">download it</a> while it&#8217;s hot.</p>
<p>As always, there&#8217;s a lot of bug fixes and new features. My personal favourite is a rather simple, but useful, new feature: the ability to switch tab using the mouse wheel. But then, I might be a bit biased since I wrote it myself <img src='http://ejohansson.se/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It was my <a href="http://trac.licq.org/changeset/4388">first contribution</a> to Licq and one of the reasons I&#8217;m now a Licq developer.</p>
<p>The sayings &#8220;It&#8217;s the small things in life&#8221; and &#8220;Scratching an itch&#8221; are oh so true.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2006/10/15/licq-134-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Licq 1.3.4 Release Candidate&#160;1</title>
		<link>http://ejohansson.se/archives/2006/08/20/licq-134-release-candidate-1/</link>
		<comments>http://ejohansson.se/archives/2006/08/20/licq-134-release-candidate-1/#comments</comments>
		<pubDate>Sun, 20 Aug 2006 09:32:30 +0000</pubDate>
		<dc:creator>Erik Johansson</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[licq]]></category>

		<guid isPermaLink="false">http://ejohansson.se/archives/2006/08/20/licq-134-release-candidate-1/</guid>
		<description><![CDATA[Licq 1.3.4 RC1 has been announced. Try it now and make sure that the next release of your favourite instant messaging client becomes the best ever. Report all bugs by creating a new ticket at http://trac.licq.org. Join us on #licq on chat.freenode.net if you wish to chat directly with the developers or just hang out [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.licq.org/">Licq</a> 1.3.4 RC1 has been <a href="http://www.mail-archive.com/licq-main%40lists.sourceforge.net/msg02332.html">announced</a>. Try it now and make sure that the next release of your favourite instant messaging client becomes the best ever. Report all bugs by creating a new ticket at <a href="http://trac.licq.org">http://trac.licq.org</a>.</p>
<p>Join us on <a href="http://trac.licq.org/wiki/IrcChannel">#licq on chat.freenode.net</a> if you wish to chat directly with the developers or just hang out with the friendly Licq users.</p>
<p>Yours truly, a.k.a. erijio on freenode.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejohansson.se/archives/2006/08/20/licq-134-release-candidate-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
