<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: What is a &#8220;release candidate&#8221;?</title>
	<atom:link href="http://www.blueskyonmars.com/2006/04/26/what-is-a-release-candidate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blueskyonmars.com/2006/04/26/what-is-a-release-candidate/</link>
	<description>The Nuts and Bolts of Creating Great Software Products</description>
	<lastBuildDate>Sat, 23 Jan 2010 20:09:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vernon bereaux</title>
		<link>http://www.blueskyonmars.com/2006/04/26/what-is-a-release-candidate/comment-page-1/#comment-210355</link>
		<dc:creator>vernon bereaux</dc:creator>
		<pubDate>Sat, 21 Feb 2009 12:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/04/26/what-is-a-release-candidate/#comment-210355</guid>
		<description>brilliant explanation!! now I really know what the release candidate is.</description>
		<content:encoded><![CDATA[<p>brilliant explanation!! now I really know what the release candidate is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: import this. &#187; Blog Archive &#187; Versions and release candidates</title>
		<link>http://www.blueskyonmars.com/2006/04/26/what-is-a-release-candidate/comment-page-1/#comment-33435</link>
		<dc:creator>import this. &#187; Blog Archive &#187; Versions and release candidates</dc:creator>
		<pubDate>Thu, 27 Apr 2006 12:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/04/26/what-is-a-release-candidate/#comment-33435</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] Kevin Dangoor wonders what is a â€œrelease candidateâ€?? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tazzzzz</title>
		<link>http://www.blueskyonmars.com/2006/04/26/what-is-a-release-candidate/comment-page-1/#comment-33412</link>
		<dc:creator>tazzzzz</dc:creator>
		<pubDate>Wed, 26 Apr 2006 15:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/04/26/what-is-a-release-candidate/#comment-33412</guid>
		<description>I hadn&#039;t thought about that aspect of not mentioning the &quot;guilty parties&quot; -- people whose projects I hadn&#039;t been thinking of would speak up. It wasn&#039;t your project that I spotted...

Here&#039;s my thought on the line between beta and rc: you have 1.0beta2 and correct all known bugs there and everything&#039;s looking good. You release 1.0rc1. Turns out that there&#039;s a serious bug there, so you fix that and release 1.0rc2. If all is well with that, you tag it 1.0 final. So, it&#039;s okay to hold up the final release and make another rc if there&#039;s an important enough bug. A lot of people may get hung up on that &quot;final&quot; thing. You can still release a 1.0.1 if more things pop up, so final is not really the end of the line.

I should note that the particular project that prompted this post has *new features* added between each of those rc versions.</description>
		<content:encoded><![CDATA[<p>I hadn&#8217;t thought about that aspect of not mentioning the &#8220;guilty parties&#8221; &#8212; people whose projects I hadn&#8217;t been thinking of would speak up. It wasn&#8217;t your project that I spotted&#8230;</p>
<p>Here&#8217;s my thought on the line between beta and rc: you have 1.0beta2 and correct all known bugs there and everything&#8217;s looking good. You release 1.0rc1. Turns out that there&#8217;s a serious bug there, so you fix that and release 1.0rc2. If all is well with that, you tag it 1.0 final. So, it&#8217;s okay to hold up the final release and make another rc if there&#8217;s an important enough bug. A lot of people may get hung up on that &#8220;final&#8221; thing. You can still release a 1.0.1 if more things pop up, so final is not really the end of the line.</p>
<p>I should note that the particular project that prompted this post has *new features* added between each of those rc versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Golden</title>
		<link>http://www.blueskyonmars.com/2006/04/26/what-is-a-release-candidate/comment-page-1/#comment-33409</link>
		<dc:creator>Tim Golden</dc:creator>
		<pubDate>Wed, 26 Apr 2006 14:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueskyonmars.com/2006/04/26/what-is-a-release-candidate/#comment-33409</guid>
		<description>Well, I may well be the guilty party with my WMI module. At least, even if it wasn&#039;t the one you saw, it fits the bill. In my case, it was a combination of not really understanding the idea of a release candidate (or at least not thinking too hard about it) plus letting time get away from me.

As a matter of fact, however, what do you expect to happen if problems crop up in a release candidate? Would the cycle go, eg: 1.0beta1, 1.0beta2, 1.0rc1, 1.0beta3, 1.0rc2, 1.0 final?

TJG</description>
		<content:encoded><![CDATA[<p>Well, I may well be the guilty party with my WMI module. At least, even if it wasn&#8217;t the one you saw, it fits the bill. In my case, it was a combination of not really understanding the idea of a release candidate (or at least not thinking too hard about it) plus letting time get away from me.</p>
<p>As a matter of fact, however, what do you expect to happen if problems crop up in a release candidate? Would the cycle go, eg: 1.0beta1, 1.0beta2, 1.0rc1, 1.0beta3, 1.0rc2, 1.0 final?</p>
<p>TJG</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.585 seconds -->
<!-- Cached page served by WP-Cache -->
