<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - How does the versioning system work?]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=445</link>
		<description><![CDATA[The most recent posts in How does the versioning system work?.]]></description>
		<lastBuildDate>Wed, 23 Mar 2011 04:38:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How does the versioning system work?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=43040#p43040</link>
			<description><![CDATA[<p>I have rewritten the version system it should still be backwards compatible.</p><p>Format is [Y] Y.MM [. [V] [versiontype] ]</p><p>Y.MM and YY.MM are main versions and finals.<br />main versions will likely be released at the first of the month since any subversion will be newer. <br />Single digit years must begin with a 7, 8 or 9.<br />IE 08.12 is identical to 8.12&nbsp; =&nbsp; _wnt5_x86-32_0812.7z and _wnt5_x86-32_812.7z</p><br /><p>V is a Subversion.<br />A subversion is always newer than its main version<br />IE 08.12.x is newer than 08.12 = _wnt5_x86-32_8121.7z is newer than _wnt5_x86-32_812.7z<br />a subversion is the &#039;V&#039; in YY.MM.V <br />- The Version value is only one place / character long. <br />- The only valid values are numbers 1 through 9.<br />- sub versions are compared if the main versions match for two files.<br />- a main version with only a subversion is a final yy.mm.v or yy.mm&nbsp; = final</p><br /><p>Versiontype<br />there are four types<br />1 Nightly<br />2 Beta<br />3 Release candidate<br />4 Final</p><p>1 A nightly is any Number that follows the sub version number<br />IE&nbsp; 8.12.11 or 8.12.1&nbsp; &nbsp;=&nbsp; &nbsp;_wnt5_x86-32_81211.7z a nightly is older than _wnt5_x86-32_8121.7z&nbsp; &nbsp; &nbsp;a final<br />&nbsp; &nbsp; &nbsp;8.12.11 or 8.12.130 =&nbsp; _wnt5_x86-32_81211.7z a nightly is older than _wnt5_x86-32_812130.7z a nightly also</p><p>2 A beta has a b in the first location past the version and may or may not be followed by a number (zero assumed). <br />IE&nbsp; 8.12.11 or&nbsp; &nbsp;8.12.1b1&nbsp; =&nbsp; _wnt5_x86-32_81211.7z a nightly is older than _wnt5_x86-32_8121b1.7z&nbsp; &nbsp;a beta<br />&nbsp; &nbsp; &nbsp;8.12.1b1 or 8.12.1b30 =&nbsp; _wnt5_x86-32_8121b1.7z a beta&nbsp; is older than _wnt5_x86-32_8121b30.7z a beta also</p><p>3 A release candidate has an rc in the first location past the version and may or may not be followed by a number (zero assumed).<br />IE 8.12.1b or&nbsp; &nbsp; 8.12.1rc1&nbsp; =&nbsp; _wnt5_x86-32_8121b.7z a&nbsp; &nbsp; beta is older than _wnt5_x86-32_8121rc1.7z&nbsp; a release candidate <br />&nbsp; &nbsp; 8.12.1rc1 or 8.12.1rc30 =&nbsp; _wnt5_x86-32_8121rc1.7z an RC is older than _wnt5_x86-32_8121rc30.7z a release candidate&nbsp; also</p><p>4 A final will never have any versiontype values included </p><p>8.12.1rc30 or 8.12.1&nbsp; &nbsp;=&nbsp; _wnt5_x86-32_8121rc30.7z&nbsp; a Release Candidate is older than&nbsp; _wnt5_x86-32_8121.7z&nbsp; &nbsp;a final</p><br /><br /><br /><p>A typical month in the life of a pack might look like</p><p>8.12&nbsp; &nbsp; &nbsp; &nbsp; We just finished the November pack and it is Dec 1 and we release a &#039;main&#039; version Y.MM</p><p>8.12.101&nbsp; &nbsp; &nbsp;Dec&nbsp; &nbsp;1 we are starting on our second release and our first subversion &#039;1&#039; and add the date &#039;01&#039; a nightly<br />8.12.103&nbsp; &nbsp; &nbsp;Dec&nbsp; &nbsp;3 we are addressing some reported issues.&nbsp; a nightly<br />8.12.107&nbsp; &nbsp; &nbsp;Dec&nbsp; &nbsp;7 we are adding new drivers. a nightly<br />8.12.1b12&nbsp; &nbsp;Dec 12 we are Happy with it. a beta<br />8.12.1rc15&nbsp; Dec 15 we anounce it on the news page for release testing to all readers. a true release candidate.<br />8.12.1&nbsp; &nbsp; &nbsp; &nbsp; Dec 15&nbsp; we just couldn&#039;t wait any longer. ahhh what the heck, it&#039;s final!<br />8.12.216&nbsp; &nbsp; &nbsp;Dec 16 we should have waited... starting third release and our second subversion &#039;2&#039; and add the date &#039;16&#039; a nightly<br />8.12.217&nbsp; &nbsp; &nbsp;Dec 17&nbsp; minor issue<br />8.12.218&nbsp; &nbsp; &nbsp;Dec 18&nbsp; minor issue<br />8.12.2b19&nbsp; &nbsp;Dec 19 seems solid<br />8.12.2rc20&nbsp; Dec 20 News page anouncement<br />8.12.2rc21&nbsp; Dec 21 all good reports for days... one final issue corrected.<br />8.12.2&nbsp; &nbsp; &nbsp; &nbsp; Dec 25 we release our third final for the month and a merry christmas to all<br />8.12.326&nbsp; &nbsp; (yeah right!)</p><p>Notes: <br />Never put the dots in the actual file names.&nbsp; It just makes them easier to read here and is how base will display them<br />b and rc are recognized in lowercase only<br />older versions of base ( &lt;= 8.12.2) will not support a two digit year YY.MM format this will start with the next release&nbsp; </p><p>Copied from testing team forum <br />originaly posted and stickied 2008-12-02 05:43:57</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Wed, 23 Mar 2011 04:38:32 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=43040#p43040</guid>
		</item>
		<item>
			<title><![CDATA[How does the versioning system work?]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=2769#p2769</link>
			<description><![CDATA[<p>I hear this question every once in a while, enough to make an FAQ topic for it. It&#039;s very easy though: it&#039;s basically the same system as ATI applies to their Catalyst drivers:</p><div class="quotebox"><blockquote><p>DriverPack MassStorage <strong>6.08</strong></p><p>The &#039;6&#039; refers to&nbsp; 2006.<br />The &#039;08&#039; refers to the eigth month of the year, i.e. August.</p><p>This means this version was released in August 2006, and is therefore up-to-date up to that time. (It includes all driver updates available at that moment.)</p></blockquote></div><div class="quotebox"><blockquote><p>DriverPacks BASE <strong>6.08.2</strong></p><p>The &#039;6&#039; refers to 2006.<br />The &#039;08&#039; refers to the eigth month of the year, i.e. August.<br />The &#039;2&#039; means that this is the second <em>update</em> after the main release (which would be &#039;6.08&#039; in this case) this month.</p><p>These sub-versions are mostly due to bugfixes and due to new exceptions that must be added because some DriverPack has been updated.</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Mon, 14 Aug 2006 14:53:34 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=2769#p2769</guid>
		</item>
	</channel>
</rss>
