<?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>RabbitVCS &#187; Release</title>
	<atom:link href="http://blog.rabbitvcs.org/archives/category/release/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rabbitvcs.org</link>
	<description>News and Discussion on RabbitVCS</description>
	<lastBuildDate>Wed, 09 Nov 2011 19:24:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Released v0.15.0.5</title>
		<link>http://blog.rabbitvcs.org/archives/318</link>
		<comments>http://blog.rabbitvcs.org/archives/318#comments</comments>
		<pubDate>Wed, 09 Nov 2011 19:24:25 +0000</pubDate>
		<dc:creator>Adam Plumb</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.rabbitvcs.org/?p=318</guid>
		<description><![CDATA[hi all, thanks go to rkrug, basil2, and macavity for helping me figure out what why we were seeing seg faults in nautilus.  The problem seems to affect people with python-gtkspell installed.  That is a static module that uses static gtk as a dependency, and when it tried to import gtk it would create a [...]]]></description>
			<content:encoded><![CDATA[<p>hi all, thanks go to rkrug, basil2, and macavity for helping me figure<br />
out what why we were seeing seg faults in nautilus.  The problem seems<br />
to affect people with python-gtkspell installed.  That is a static<br />
module that uses static gtk as a dependency, and when it tried to<br />
import gtk it would create a seg fault.  Unfortunately, there doesn&#8217;t<br />
seem to be dynamic bindings for gtk spell module so I&#8217;ve disabled it<br />
for Nautilus 3 users.  This update should also fix the issue where it<br />
would report that it couldn&#8217;t load certain svg or svgz files.</p>
<p>The new tarball (hopefully the last for a while) is up now on our<br />
download section.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabbitvcs.org/archives/318/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>RabbitVCS v0.15.0.4 released, Ubuntu tarball installation info</title>
		<link>http://blog.rabbitvcs.org/archives/316</link>
		<comments>http://blog.rabbitvcs.org/archives/316#comments</comments>
		<pubDate>Wed, 09 Nov 2011 16:16:07 +0000</pubDate>
		<dc:creator>Adam Plumb</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[Status Update]]></category>

		<guid isPermaLink="false">http://blog.rabbitvcs.org/?p=316</guid>
		<description><![CDATA[hi all, so I&#8217;ve made yet another packaging related release with v0.15.0.4 which fixes some minor issues.  I also found out that if you are installing from the tarball on Ubuntu, then you need to add an argument to the setup.py call, otherwise it will ignore the system prefix and use /usr/local no matter what, [...]]]></description>
			<content:encoded><![CDATA[<p>hi all, so I&#8217;ve made yet another packaging related release with v0.15.0.4 which fixes some minor issues.  I also found out that if you are installing from the tarball on Ubuntu, then you need to add an argument to the setup.py call, otherwise it will ignore the system prefix and use /usr/local no matter what, which will cause many problems.</p>
<p>Ubuntu users should use the following command to install:</p>
<p>$ sudo python setup.py install &#8211;install-layout=deb</p>
<p>All other users should do:</p>
<p>$ sudo python setup.py install</p>
<p>Thanks,Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabbitvcs.org/archives/316/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Release announcement for RabbitVCS v0.15!</title>
		<link>http://blog.rabbitvcs.org/archives/307</link>
		<comments>http://blog.rabbitvcs.org/archives/307#comments</comments>
		<pubDate>Fri, 04 Nov 2011 17:21:45 +0000</pubDate>
		<dc:creator>Adam Plumb</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.rabbitvcs.org/?p=307</guid>
		<description><![CDATA[Good news!  RabbitVCS v0.15 is out! This release is mainly focused on adding Nautilus 3.0 support with the new nautilus-3.0 client extension.  However, there are quite a few bug fixes and changes in there as well, including migrating from Glade to GtkBuilder for dialogs. Download RabbitVCS v0.15 at: http://wiki.rabbitvcs.org/wiki/download Homepage: http://www.rabbitvcs.org Note: We should have [...]]]></description>
			<content:encoded><![CDATA[<p>Good news!  RabbitVCS v0.15 is out!</p>
<p>This release is mainly focused on adding Nautilus 3.0 support with the<br />
new nautilus-3.0 client extension.  However, there are quite a few bug<br />
fixes and changes in there as well, including migrating from Glade to<br />
GtkBuilder for dialogs.</p>
<p>Download RabbitVCS v0.15 at:<br />
<a href="http://wiki.rabbitvcs.org/wiki/download" target="_blank">http://wiki.rabbitvcs.org/wiki/download</a></p>
<p>Homepage:<br />
<a href="http://www.rabbitvcs.org/" target="_blank">http://www.rabbitvcs.org</a></p>
<p>Note: We should have new packages in our PPA within a few days.</p>
<p>Issue Tracker:<br />
<a href="http://code.google.com/p/rabbitvcs/issues/list" target="_blank">http://code.google.com/p/rabbitvcs/issues/list</a></p>
<p>A big thanks and a great job to everyone on the team and everyone who<br />
contributed to this release!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabbitvcs.org/archives/307/feed</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Release announcement for RabbitVCS v0.14.2.1</title>
		<link>http://blog.rabbitvcs.org/archives/291</link>
		<comments>http://blog.rabbitvcs.org/archives/291#comments</comments>
		<pubDate>Fri, 18 Feb 2011 13:13:10 +0000</pubDate>
		<dc:creator>Adam Plumb</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.rabbitvcs.org/?p=291</guid>
		<description><![CDATA[Someone found a minor bug in the setup.py file for v0.14.2, so here is v0.14.2.1 which fixes that bug. Homepage: http://www.rabbitvcs.org Download RabbitVCS v0.14.2.1 at: http://wiki.rabbitvcs.org/wiki/download Note: We will have new packages in our PPA presently. Issue Tracker: http://code.google.com/p/rabbitvcs/issues/list Adam]]></description>
			<content:encoded><![CDATA[<p>Someone found a minor bug in the setup.py file for v0.14.2, so here is v0.14.2.1 which fixes that bug.</p>
<p>Homepage:<br />
<a href="http://www.rabbitvcs.org">http://www.rabbitvcs.org</a></p>
<p>Download RabbitVCS v0.14.2.1 at:<br />
<a href="http://wiki.rabbitvcs.org/wiki/download">http://wiki.rabbitvcs.org/wiki/download</a></p>
<p>Note: We will have new packages in our PPA presently.</p>
<p>Issue Tracker:<br />
<a href="http://code.google.com/p/rabbitvcs/issues/list">http://code.google.com/p/rabbitvcs/issues/list</a></p>
<p>Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabbitvcs.org/archives/291/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Release announcement for RabbitVCS v0.14.2!</title>
		<link>http://blog.rabbitvcs.org/archives/288</link>
		<comments>http://blog.rabbitvcs.org/archives/288#comments</comments>
		<pubDate>Thu, 17 Feb 2011 13:11:30 +0000</pubDate>
		<dc:creator>Adam Plumb</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.rabbitvcs.org/?p=288</guid>
		<description><![CDATA[Today we are releasing RabbitVCS v0.14.2, a bug fix release that should go a long way towards improving the experience for git users.  There are some treats for svn users as well, though. Bug #483. Protect from a key error if no message attribute is present in the log item. Fixed the git status to [...]]]></description>
			<content:encoded><![CDATA[<p>Today we are releasing RabbitVCS v0.14.2, a bug fix release that should go a long way towards improving the experience for git users.  There are some treats for svn users as well, though.</p>
<ul>
<li>Bug #483. Protect from a key error if no message attribute is present in the log item.</li>
<li>Fixed the git status to show untracked files as untracked, not normal</li>
<li>Allow the git status checker to handle repositories in symbolically linked directories</li>
<li>Bug #486. Fix locale/encoding issues with the date string coming in from git.</li>
<li>Bug #502 Annotate no longer cuts off lines with closing parentheses in them (it&#8217;s a git command line response parsing issue)</li>
<li>Fix the log context menu command that compares with the previous revision</li>
<li>Bug #501, Check if the log revision items list is empty before trying to display it</li>
<li>Bug #499, Don&#8217;t show the Working Copy revision in the changes revision selectors</li>
<li>In the command line, expand specified paths to make it easier to detect working copies</li>
<li>No more relying on hard-coded paths, now we can install to any arbitrary prefix</li>
</ul>
<p>There are definitely more bug fixes to come in v0.14.3, but I wanted to get these out the door since my time to work on them is going to be diminished for a while.</p>
<p>Homepage:<br />
<a href="http://www.rabbitvcs.org">http://www.rabbitvcs.org</a></p>
<p>Download RabbitVCS v0.14.2 at:<br />
<a href="http://wiki.rabbitvcs.org/wiki/download">http://wiki.rabbitvcs.org/wiki/download</a></p>
<p>Note: We will have new packages in our PPA presently.</p>
<p>Issue Tracker:<br />
<a href="http://code.google.com/p/rabbitvcs/issues/list">http://code.google.com/p/rabbitvcs/issues/list</a></p>
<p>Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabbitvcs.org/archives/288/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RabbitVCS bugfix release &#8211; v0.14.1.1</title>
		<link>http://blog.rabbitvcs.org/archives/284</link>
		<comments>http://blog.rabbitvcs.org/archives/284#comments</comments>
		<pubDate>Sat, 08 Jan 2011 21:23:42 +0000</pubDate>
		<dc:creator>Adam Plumb</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.rabbitvcs.org/?p=284</guid>
		<description><![CDATA[It looks like something strange happened with the v0.14.1 release tarball because it did not include the actual bug fixes, it was an exact copy of v0.14.  So none of the bugs I fixed were actually fixed in that release.  With that said, here is the &#8220;real&#8221; v0.14.1, but I&#8217;m calling it v0.14.1.1 so we [...]]]></description>
			<content:encoded><![CDATA[<p>It looks like something strange happened with the v0.14.1 release  tarball because it did not include the actual bug fixes, it was an exact  copy of v0.14.  So none of the bugs I fixed were actually fixed in that  release.  With that said, here is the &#8220;real&#8221; v0.14.1, but I&#8217;m calling  it v0.14.1.1 so we know the difference.  I included a couple more bug  fixes in this release, as well.</p>
<ul>
<li>(Bug #456) Fix nautilus crasher when dialogs are acted on</li>
<li>(Bug #461) Fix a crasher in the merge dialog</li>
<li>(Bug #457) In the changes dialog, fix bug that stopped diffs from being generated</li>
<li>Also fixed an issue where opening versioned files from the changes dialog would not work sometimes.</li>
<li>(Bug #477) Fix crasher in revision properties dialog when save button is clicked</li>
</ul>
<p>Homepage:<br />
<a href="http://www.rabbitvcs.org/" target="_blank">http://www.rabbitvcs.org</a></p>
<p>Download RabbitVCS v0.14.1.1 at:<br />
<a href="http://wiki.rabbitvcs.org/wiki/download" target="_blank">http://wiki.rabbitvcs.org/wiki/download</a></p>
<p>Note: We will have new packages in our PPA presently.</p>
<p>Issue Tracker:<br />
<a href="http://code.google.com/p/rabbitvcs/issues/list" target="_blank">http://code.google.com/p/rabbitvcs/issues/list</a><br />
<span style="color: #888888;"><br />
Adam</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabbitvcs.org/archives/284/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RabbitVCS bugfix release &#8211; v0.14.1</title>
		<link>http://blog.rabbitvcs.org/archives/280</link>
		<comments>http://blog.rabbitvcs.org/archives/280#comments</comments>
		<pubDate>Fri, 07 Jan 2011 17:31:29 +0000</pubDate>
		<dc:creator>Adam Plumb</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.rabbitvcs.org/?p=280</guid>
		<description><![CDATA[A few serious bugs were discovered shortly after the v0.14 release, including one very serious one that crashed nautilus when any kind of dialog was displayed or program was executed.  So here is a small bugfix release that fixes these issues. (Bug #456) Fix nautilus crasher when dialogs are acted on (Bug #461) Fix a [...]]]></description>
			<content:encoded><![CDATA[<p>A few serious bugs were discovered shortly after the v0.14 release,  including one very serious one that crashed nautilus when any kind of  dialog was displayed or program was executed.  So here is a small bugfix  release that fixes these issues.</p>
<ul>
<li>(Bug #456) Fix nautilus crasher when dialogs are acted on</li>
<li>(Bug #461) Fix a crasher in the merge dialog</li>
<li>(Bug #457) In the changes dialog, fix bug that stopped diffs from being generated</li>
<li>Also fixed an issue where opening versioned files from the changes dialog would not work sometimes.</li>
</ul>
<p><strong>Homepage:</strong><br />
<a href="http://www.rabbitvcs.org/" target="_blank">http://www.rabbitvcs.org</a></p>
<p><strong>Download RabbitVCS v0.14.1 at:</strong><br />
<a href="http://wiki.rabbitvcs.org/wiki/download" target="_blank">http://wiki.rabbitvcs.org/wiki/download</a></p>
<p>Note: We will have new packages in our PPA presently.</p>
<p><strong>Issue Tracker:</strong><br />
<a href="http://code.google.com/p/rabbitvcs/issues/list" target="_blank">http://code.google.com/p/rabbitvcs/issues/list</a></p>
<p>Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabbitvcs.org/archives/280/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Release announcement for RabbitVCS v0.14!</title>
		<link>http://blog.rabbitvcs.org/archives/277</link>
		<comments>http://blog.rabbitvcs.org/archives/277#comments</comments>
		<pubDate>Tue, 04 Jan 2011 23:58:28 +0000</pubDate>
		<dc:creator>Adam Plumb</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.rabbitvcs.org/?p=277</guid>
		<description><![CDATA[Good news!  RabbitVCS v0.14 is out! After almost a year of development (with some breaks), v0.14 is finally here.  This release brings about a ton of new functionality and bug fixes, most notably the addition of git support, which makes this our first release that is truly multi-vcs, a quicker status checker for the nautilus [...]]]></description>
			<content:encoded><![CDATA[<p>Good news!  RabbitVCS v0.14 is out!</p>
<p>After almost a year of development (with some breaks),  v0.14 is finally here.  This release brings about a ton of new  functionality and bug fixes, most notably the addition of git support,  which makes this our first release that is truly multi-vcs, a quicker  status checker for the nautilus file manager extension, and an improved  mechanism for resolving and editing conflicts.</p>
<p>Stay tuned for news regarding v0.15!</p>
<p><strong>Homepage:</strong><br />
<a href="http://www.rabbitvcs.org/" target="_blank">http://www.rabbitvcs.org</a><br />
<strong><br />
Download RabbitVCS v0.14 at:</strong><br />
<a href="http://wiki.rabbitvcs.org/wiki/download" target="_blank">http://wiki.rabbitvcs.org/wiki/download</a></p>
<p>Note: We will have new packages in our PPA within a couple days.</p>
<p><strong>Issue Tracker:</strong><br />
<a href="http://code.google.com/p/rabbitvcs/issues/list" target="_blank">http://code.google.com/p/rabbitvcs/issues/list</a></p>
<p>A big thanks and a great job to everyone on the team and everyone who<br />
contributed to this release!</p>
<p>Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabbitvcs.org/archives/277/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Release announcement for RabbitVCS BETA 5!</title>
		<link>http://blog.rabbitvcs.org/archives/272</link>
		<comments>http://blog.rabbitvcs.org/archives/272#comments</comments>
		<pubDate>Sun, 19 Dec 2010 14:25:25 +0000</pubDate>
		<dc:creator>Adam Plumb</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.rabbitvcs.org/?p=272</guid>
		<description><![CDATA[Another week, another beta release.  I swear, once I stop finding bugs just about every day we will do a final release.  In the meantime please accept this beta release which fixes some regressions introduced in beta 4 as well as more general bug fixes. FYI, Jason is going to be on vacation for the [...]]]></description>
			<content:encoded><![CDATA[<p>Another week, another beta release.  I swear, once I stop finding bugs  just about every day we will do a final release.  In the meantime please  accept this beta release which fixes some regressions introduced in  beta 4 as well as more general bug fixes.</p>
<p>FYI, Jason is going to be on vacation for the next few weeks so we may  not be able to update our Ubuntu/Debian PPA with new beta packages, as  Jason normally handles this task.  I&#8217;m talking to him about possibly  letting me do it, but I can&#8217;t guarantee anything.</p>
<p>Here are the details:</p>
<ul>
<li>Some dialogs, when closed, were not terminating their processes.  This should fix the rename dialog and the create dialog.</li>
<li>Fix regression introduced in beta 4 where the checkout menu item and show log menu item were not present when they should be.</li>
<li>Fix the git export dialog to be better integration with the main context menu</li>
<li>Fix  regression introduced in beta 4 where the gedit plugin ran really slow  when opening new files.  It should be much much quicker now.</li>
<li>Fix some issues with the git log dialog</li>
<li>Run the git log and push dialogs as threaded so large working copies don&#8217;t block the ui.</li>
<li>Fixed bug #441, Deleting from the commit window is fixed</li>
<li>Fixed bug #440, After reloading the changed files table in the commit window, honor whether show unversioned files is toggled</li>
<li>Make the height of the svn update-to-revision dialog flexible so it doesn&#8217;t cut into the widgets</li>
<li>Icons will now appear next to menu items in the Thunar extension</li>
<li>Fix the nautilus/thunar property page for git (Wasn&#8217;t working at all)</li>
<li>Refactored the rabbitvcs status object somewhat to make it more consistent when using multiple vcs&#8217;s</li>
<li>Fixed bug #443, Fix the stop-on-copy functionality for svn</li>
</ul>
<p>Homepage:<br />
<a href="http://www.rabbitvcs.org/" target="_blank">http://www.rabbitvcs.org</a></p>
<p>Download RabbitVCS v0.14 beta 5 at:<br />
<a href="http://wiki.rabbitvcs.org/wiki/download" target="_blank">http://wiki.rabbitvcs.org/wiki/download</a></p>
<p>Issue Tracker:<br />
<a href="http://code.google.com/p/rabbitvcs/issues/list" target="_blank">http://code.google.com/p/rabbitvcs/issues/list</a></p>
<p>A big thanks and a great job to everyone on the team and everyone who<br />
contributed to this release!<br />
<span style="color: #888888;"><br />
Adam </span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabbitvcs.org/archives/272/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Release announcement for RabbitVCS BETA 4!</title>
		<link>http://blog.rabbitvcs.org/archives/269</link>
		<comments>http://blog.rabbitvcs.org/archives/269#comments</comments>
		<pubDate>Mon, 13 Dec 2010 19:32:33 +0000</pubDate>
		<dc:creator>Adam Plumb</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.rabbitvcs.org/?p=269</guid>
		<description><![CDATA[Things are starting to get a little nuts with all these betas, but the addition of git and all that goes along with it is quite a big undertaking and the first couple of betas were pretty rough.  Things are definitely starting to smooth out, though.  This beta release focused mostly on bug fixes, but [...]]]></description>
			<content:encoded><![CDATA[<p>Things are starting to get a little nuts with all these betas, but the  addition of git and all that goes along with it is quite a big  undertaking and the first couple of betas were pretty rough.  Things are  definitely starting to smooth out, though.  This beta release focused  mostly on bug fixes, but also contains another even bigger performance  improvement for git status checking.  Here&#8217;s the list:</p>
<ul>
<li>Added a button to the notification dialog to allow users to save the messages to a file</li>
<li>Fixed the &#8220;Initialize Repository&#8221; nautilus context menu to actually work</li>
<li>Fixed a bug where files would be modified but the status was not getting updated in nautilus or gedit</li>
<li>Added  &#8220;Stage&#8221; and &#8220;Unstage&#8221; dialogs and context menu items.  These are  similar to SVN&#8217;s Add dialog.  Basically, staging a file marks it as  &#8220;added&#8221; and unstaging makes it &#8220;unversioned&#8221;.</li>
<li>Fixed some misc bugs in the repo browser and changes dialogs</li>
<li>Bug #395, In applypatch, if applying patch to a directory, don&#8217;t ask for the target directory</li>
<li>Fixed regression in commit window, all unversioned files should not be checked by default</li>
<li>Added the &#8220;Reset&#8221; context menu item to the log dialog</li>
<li>Implemented a mechanism for canceling git commands (so the cancel button actually does something)</li>
<li>The is_versioned method should use the local version of the status  method, because it gets cached.  Quite good performance improvement for  generating nautilus context menus</li>
<li>Made huge git status call performance improvements.  The linux  kernel git repo used to take 229 secs for me, now takes ~5-6 secs.</li>
<li>Bug #384, In the branch dialog, convert the path to repository urls for both the to and from fields</li>
<li>Allow exporting from a git repository even if the given path is not a git repo (requires passing &#8211;vcs=git)</li>
<li>Bug #405, Format context menu labels to display underscores (for the ignore files list)</li>
<li>Bug #348, Allow the repo browser columns to be sortable</li>
<li>Bug #287, Add an emblem for unversioned files</li>
<li>If the gvfs-trash (delete) call fails, just permanently delete the file</li>
</ul>
<p>Homepage:<br />
<a href="http://www.rabbitvcs.org/" target="_blank">http://www.rabbitvcs.org</a></p>
<p>Download RabbitVCS v0.14 beta3 at:<br />
<a href="http://wiki.rabbitvcs.org/wiki/download" target="_blank">http://wiki.rabbitvcs.org/wiki/download</a></p>
<p>Note: We will have new packages in our PPA within a couple days.</p>
<p>Issue Tracker:<br />
<a href="http://code.google.com/p/rabbitvcs/issues/list" target="_blank">http://code.google.com/p/rabbitvcs/issues/list</a></p>
<p>A big thanks and a great job to everyone on the team and everyone who<br />
contributed to this release!<br />
<span style="color: #888888;"><br />
Adam </span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabbitvcs.org/archives/269/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

