<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/17947/FreeBSD_Xorg_7_2_Commit</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 10 Nov 2009 05:11:47 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Good news</title>
			<link>http://osnews.com/thread?241765</link>
			<guid isPermaLink="true">http://osnews.com/thread?241765</guid>
			<description>This is great news. I can get rid of my git tree soon. There seem to be a few warts in the upgrade process, but there's little point in continuing to maintain a total freeze.</description>
			<pubDate>Sat, 19 May 2007 19:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (notamisfit)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Great! But beware...</title>
			<link>http://osnews.com/thread?241766</link>
			<guid isPermaLink="true">http://osnews.com/thread?241766</guid>
			<description>The DAG port* and pkg*-tools must walk for dependency and conflict checking has now grown by SEVERAL entries; watching portupgrade -N gnome2 listing the dependency &quot;dots&quot; is now almost comical.<br />
<br />
Sadly, it also means that the &quot;registering package install&quot; phase is taking *ages*, because walking the /var/db/pkg directory to check for conflicts must naturally look into every x*, lib* and font* directory, and, with Xorg 7.2, those are pretty numerous.<br />
<br />
There have been discussions about overhauling the installed ports and packages metadata backend, but most devs are frowning upon the idea of using SQLite (because of SQL) or relying entirely on BDB (because BDB breaks, period); actually, relying on single-file DBs is frowned upon because corruption that would otherwise only affect a single file on the /v/d/pkg tree will now blow the whole thing, and fully transactional DBs are too heavyweight for the purpose of storing this kind of information.<br />
<br />
Well, files are not working very well either, at least not the way they're currently been parsed.<br />
<br />
Some people proposed using a lightweight DB as a cache, and the /v/d/pkg filesystem tree as fallback to rebuild the DB in case of corruption. Despite obvious redundancy of information, and hence the necessity of keeping both sets of data in sync, that's the approach I liked the most.<br />
<br />
<br />
<i>Edit: newsflash! /me making grammar mistakes!</i>Edited 2007-05-19 19:29</description>
			<pubDate>Sat, 19 May 2007 19:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (meianoite)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>SWEET!!!!</title>
			<link>http://osnews.com/thread?241768</link>
			<guid isPermaLink="true">http://osnews.com/thread?241768</guid>
			<description>Yeah, been waiting all week for that commit. Time to rebuild the laptop and get her up to 6.2-STABLE <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
Kudos to all the FreeBSD devs!!!!</description>
			<pubDate>Sat, 19 May 2007 19:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (rhavenn)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Great! But beware...</title>
			<link>http://osnews.com/thread?241771</link>
			<guid isPermaLink="true">http://osnews.com/thread?241771</guid>
			<description>It's amazing to me that people think that by just sticking everything in a binary blob that it'll just magically make everything blazing fast. The reason the port commiters don't want to use SQLite or BDB is because it has nothing to do with the problem.<br />
<br />
The problem has nothing to do with the database format and has everything to do with inefficient algorithms for sorting large dependency graphs and the use of recursive calls to make.<br />
<br />
Both of these problems have been addresses and are waiting to be commited to CVS. These should result in a 30 fold decrease in package registration time all without messing with the pkgdb structure.<br />
<br />
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=112630" rel="nofollow">http://www.freebsd.org/cgi/query-pr.cgi?pr=112630</a><br />
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=112765" rel="nofollow">http://www.freebsd.org/cgi/query-pr.cgi?pr=112765</a></description>
			<pubDate>Sat, 19 May 2007 20:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (rajj)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Great! But beware...</title>
			<link>http://osnews.com/thread?241772</link>
			<guid isPermaLink="true">http://osnews.com/thread?241772</guid>
			<description>&gt;Sadly, it also means that the &quot;registering package install&quot; phase is taking *ages*, because walking the<br />
<br />
Somewhat an exaggeration, maybe at a PIII800.<br />
<br />
<br />
People don't sleep, there is already a solution in test to speedup it.<br />
<br />
<a href="http://blogs.freebsdish.org/netchild/2007/05/17/speeding-up-the-package-dependency-list-creation/" rel="nofollow">http://blogs.freebsdish.org/netchild/2007/05/17/speeding-up-the-pac...</a></description>
			<pubDate>Sat, 19 May 2007 20:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Oliver)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>yeah</title>
			<link>http://osnews.com/thread?241788</link>
			<guid isPermaLink="true">http://osnews.com/thread?241788</guid>
			<description>that means also a improvemnt for PC-BSD! yay!</description>
			<pubDate>Sat, 19 May 2007 22:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (SK8T)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>it's ready</title>
			<link>http://osnews.com/thread?241795</link>
			<guid isPermaLink="true">http://osnews.com/thread?241795</guid>
			<description>Ladies and gentlemen, please start your engines :o)<br />
<br />
<a href="http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/041029.html" rel="nofollow">http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/041029.ht...</a> <br />
<br />
&quot;As you may already know, the X11 team has been working hard for the past few months to upgrade X.org ports to 7.2. After a couple of weeks of testing, we've finally committed this upgrade. We also decided to make the PREFIX merge at the same time (moving X11BASE into LOCALBASE), which explains why there are thousands of ports affected by this commit.&quot;</description>
			<pubDate>Sat, 19 May 2007 22:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Oliver)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Great! But beware...</title>
			<link>http://osnews.com/thread?241806</link>
			<guid isPermaLink="true">http://osnews.com/thread?241806</guid>
			<description><div class="cquote">Somewhat an exaggeration, maybe at a PIII800. </div><br />
  <br />
  Dude, I'm not that thick to report on something like that when I haven't experienced it myself.<br />
  <br />
  Selected DMESG snips:<br />
  <br />
  CPU: AMD Sempron(tm) Processor 3000+ (1680.01-MHz 686-class CPU)<br />
    Origin = &quot;AuthenticAMD&quot;  Id = 0x40ff2  Stepping = 2<br />
    Features=0x78bfbff   <br />
    Features2=0x2001<br />
    AMD Features=0xea500800   <br />
    AMD Features2=0x19<br />
  real memory  = 535691264 (510 MB)<br />
  ad0: 58644MB  at ata0-master UDMA133<br />
  <br />
  <br />
  Not top notch, but no slouch either.<br />
  <br />
  ls /var/db/pkg/ | wc -l<br />
       583<br />
  <br />
  Considering that<br />
  ls /var/db/pkg/ | egrep -i -e &quot;^x&quot; -e &quot;^lib&quot; -e &quot;^font&quot; | wc -l<br />
       284<br />
  <br />
  is probably a fair approximation of what the xorg 7.2 metaport installs, and considering that I'm still not done installing Gnome 2, I wouldn't consider this to be an overcrowded system. Not by a *long* margin.<br />
  <br />
  Registering any packages that have direct or indirect dependencies on xorg  is taking in excess of 2 minutes here.<br />
<br />
Anyway, <b>MANY</b>  thanks to those who pasted those links to patches that greatly mitigate those speed problems. Beats the &quot;ancient hardware&quot; red herring anytime.<br />
 <br />
 <i>Edit: &quot;considering&quot; word was missing</i>Edited 2007-05-19 23:26 UTC</description>
			<pubDate>Sat, 19 May 2007 23:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (meianoite)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Wooo hooo!!!</title>
			<link>http://osnews.com/thread?241808</link>
			<guid isPermaLink="true">http://osnews.com/thread?241808</guid>
			<description>This is wicked, I can't wait</description>
			<pubDate>Sat, 19 May 2007 23:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (BluenoseJake)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Great! But beware...</title>
			<link>http://osnews.com/thread?241817</link>
			<guid isPermaLink="true">http://osnews.com/thread?241817</guid>
			<description><div class="cquote"><br />
People don't sleep, there is already a solution in test to speedup it.<br />
 <br />
<a href="http://blogs.freebsdish.org/netchild/2007/05/17/speeding-up-the-package-dependency-list-creation/" rel="nofollow">http://blogs.freebsdish.org/netchild/2007/05/17/speeding-up-the-pac...</a> <br />
 </div> <br />
 <br />
Hm... Sorry. Just noticed you were among the people who posted links related to speeding up port*/pkg*.<br />
 <br />
Anyway, please, don't you ever use that &quot;old P3-800&quot; argument ever again, please, pretty please? <img src="/images/emo/wink.gif" alt=";)" /> <br />
 <br />
Please? <img src="/images/emo/wink.gif" alt=";)" /> <br />
<br />
<i>Edit: osnews v4 not handling quote closure correctly...</i>Edited 2007-05-19 23:59 UTC</description>
			<pubDate>Sat, 19 May 2007 23:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (meianoite)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Upgrade yesterday</title>
			<link>http://osnews.com/thread?241819</link>
			<guid isPermaLink="true">http://osnews.com/thread?241819</guid>
			<description>I upgraded yesterday and it went fine.  I haven't had a problem and might even try beryl later next week.</description>
			<pubDate>Sun, 20 May 2007 00:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (Carnevill)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: it's ready</title>
			<link>http://osnews.com/thread?241835</link>
			<guid isPermaLink="true">http://osnews.com/thread?241835</guid>
			<description>&quot;We also decided to make the PREFIX merge at the same time (moving X11BASE into LOCALBASE), which explains why there are thousands of ports affected by this commit.&quot;<br />
<br />
This is what I've waited for. Now every program not belonging to the OS itself is installed in /usr/local, No more searching both /usr/local and /usr/X11R6.<br />
<br />
The new Xorg will be interesting in upcoming FreeBSD based live file systems in order to autodetect GPU 'n stuff.<br />
<br />
Congratulations, great work! Time to reinstall on some boxes. :-)</description>
			<pubDate>Sun, 20 May 2007 02:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Doc Pain)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>hmmm, not too sure on this</title>
			<link>http://osnews.com/thread?241840</link>
			<guid isPermaLink="true">http://osnews.com/thread?241840</guid>
			<description>just upgrading ports and doing a make-install in /usr/ports/x11/xorg will not work<br />
<br />
/usr/ports/graphics/dri is broken<br />
<br />
the upgrade instructions<br />
<br />
<a href="http://wiki.freebsd.org/ModularXorg" rel="nofollow">http://wiki.freebsd.org/ModularXorg</a><br />
<br />
are well documented but look like a major headache for most mortals<br />
<br />
i had planned on reinstalling for freebsd7, it looks like i'll just wait for this upgrade to make it in to a fresh release...whats the rush? its not like my monitor is going to start dancing when 7.2 is installed<br />
<br />
anyone who knows if &quot;make install&quot; will ever do the trick, please comment</description>
			<pubDate>Sun, 20 May 2007 04:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (theGrump)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Great! But beware...</title>
			<link>http://osnews.com/thread?241842</link>
			<guid isPermaLink="true">http://osnews.com/thread?241842</guid>
			<description><b>Sadly, it also means that the &quot;registering package install&quot; phase is taking *ages*, because walking the /var/db/pkg directory to check for conflicts must naturally look into every x*, lib* and font* directory, and, with Xorg 7.2, those are pretty numerous. </b><br />
<br />
There are PRs now to address the slow registering of ports.  Threads on the ports mailing list show the reduction going from several minnutes to under 10 seconds.<br />
<br />
Would have been nice if these were available before 7.2 hit the tree, but at least they are available.  And they should hit the tree soon.</description>
			<pubDate>Sun, 20 May 2007 04:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (phoenix)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: hmmm, not too sure on this</title>
			<link>http://osnews.com/thread?241843</link>
			<guid isPermaLink="true">http://osnews.com/thread?241843</guid>
			<description>Read /usr/ports/UPDATING for the procedures to use.<br />
<br />
Good habit to get into is reading /usr/ports/UPDATING after every ports tree update.  That's what it's there for.</description>
			<pubDate>Sun, 20 May 2007 04:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (phoenix)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: hmmm, not too sure on this</title>
			<link>http://osnews.com/thread?241847</link>
			<guid isPermaLink="true">http://osnews.com/thread?241847</guid>
			<description>yes i am doing that now! thanks for the advice<br />
<br />
seems to be going okay</description>
			<pubDate>Sun, 20 May 2007 05:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (theGrump)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Upgrade yesterday</title>
			<link>http://osnews.com/thread?241856</link>
			<guid isPermaLink="true">http://osnews.com/thread?241856</guid>
			<description>No wonder cvsup was very slow on only a few updates yesterday. Right now cvsup is running at normal speed and I see just about every port coming by so I'll be doing my upgrade soon.<br />
I hope it'll be as smooth as yuors. *crosses fingers and toes*</description>
			<pubDate>Sun, 20 May 2007 07:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (JamesTRexx)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>FreeBSD r0cks for us thank you Devs!</title>
			<link>http://osnews.com/thread?241862</link>
			<guid isPermaLink="true">http://osnews.com/thread?241862</guid>
			<description>I'm so impressed by the huge work being done by small group of devs.<br />
<br />
You amazed me, thank you for the hard work guys!</description>
			<pubDate>Sun, 20 May 2007 10:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (Arabian)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Compiz / Beryl support?</title>
			<link>http://osnews.com/thread?241866</link>
			<guid isPermaLink="true">http://osnews.com/thread?241866</guid>
			<description>Sorry if this is a stupid question (I'm a Linux guy...)  Does this upgrade mean that Compiz &amp; Beryl will be supported on FreeBSD out of the box?</description>
			<pubDate>Sun, 20 May 2007 12:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (cmost)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Compiz / Beryl support?</title>
			<link>http://osnews.com/thread?241869</link>
			<guid isPermaLink="true">http://osnews.com/thread?241869</guid>
			<description>Both are in the ports tree right now under x11-wm, so I'd say they're supported out of the box.<br />
I'm waiting for the complete portupgrade to finish and if all goes well, maybe I'll try them both.</description>
			<pubDate>Sun, 20 May 2007 12:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (JamesTRexx)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Cool</title>
			<link>http://osnews.com/thread?241872</link>
			<guid isPermaLink="true">http://osnews.com/thread?241872</guid>
			<description>I'm just waiting on wpi (Intel 3945 a/b/g) to be merged, which will make FreeBSD a definite contender for my laptop <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
With that being said, is there any eta on FreeBSd 7.0 and have they added the required features which Nvidia listed on the mailing list? I haven't found a 'progress report' in that regard.</description>
			<pubDate>Sun, 20 May 2007 12:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (kaiwai)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Compiz / Beryl support?</title>
			<link>http://osnews.com/thread?241873</link>
			<guid isPermaLink="true">http://osnews.com/thread?241873</guid>
			<description>Note to KDE users; the Compiz port by default disables KDE support, Beryl has no mention of KDE in the makefile.<br />
Too bad because I use KDE, now I can only try Beryl, not feeling like experimenting too much on this laptop.</description>
			<pubDate>Sun, 20 May 2007 12:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (JamesTRexx)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Compiz / Beryl support?</title>
			<link>http://osnews.com/thread?241876</link>
			<guid isPermaLink="true">http://osnews.com/thread?241876</guid>
			<description>I don't know about Compiz but I guess it's almost the same as Beryl (except it's in one port). Beryl/Aquamarine hasn't been ported yet cause I don't use KDE and the new maintainer doesn't seem to be using it either.<br />
<br />
Anyway, Aquamarine only serves one purpose AFAIK, handling KDE windows decoration themes, so you can perfectly run Beryl with Emerald (Beryl window decorator) and KDE.</description>
			<pubDate>Sun, 20 May 2007 14:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (florent)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Aquamarine</title>
			<link>http://osnews.com/thread?241880</link>
			<guid isPermaLink="true">http://osnews.com/thread?241880</guid>
			<description>If you really need aquamarine why not port it over yourself.</description>
			<pubDate>Sun, 20 May 2007 14:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (Carnevill)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Back to basics</title>
			<link>http://osnews.com/thread?241882</link>
			<guid isPermaLink="true">http://osnews.com/thread?241882</guid>
			<description>update ports tree - portsnap (GIT is gone)<br />
update system sources - csup<br />
install/update applications - portmaster<br />
<br />
Now all I need is for GNUstep to get updated and put into the ports tree.</description>
			<pubDate>Sun, 20 May 2007 15:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thomas2005)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Compiz / Beryl support?</title>
			<link>http://osnews.com/thread?241891</link>
			<guid isPermaLink="true">http://osnews.com/thread?241891</guid>
			<description>Beryl and/or compiz will only work properly on nvidia cards.  Xorg 7.2 on FreeBSD does not properly support AIGLX on either radeon or intel hardware.  On intel cards, AIGLX will cause the machine to lockup when you stop X, and on radeon cards, AIGLX will cause the machine to lockup when starting X.<br />
<br />
And, last I heard, even with nvidia cards you need to downgrade to an older version of the xrandr libraries than are available in the ports tree.<br />
<br />
Adam</description>
			<pubDate>Sun, 20 May 2007 17:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (adamk)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>7.2 here...</title>
			<link>http://osnews.com/thread?241911</link>
			<guid isPermaLink="true">http://osnews.com/thread?241911</guid>
			<description>had to add a wm to /usr/local/lib/X11/xinit/xinitrc<br />
(commenting out twm)<br />
after adding /x11/xinit and some other stuff<br />
my old 'starx ...' or whatever either retried X11R6's X(org) or ran twm otherwise, without running the following, <br />
discovered by much trial and error (pkg_deleted -f  /var/db/pkg/xorg (6.9 lots of, before installing xorg)<br />
*********************************************************** <br />
#xinit /usr/local/lib/X11/xinit/xinitrc -- /usr/local/lib/Xorg <br />
********************************************************* <br />
^^^^  reason for this post, btw))<br />
******************************************************** <br />
however I consider on this box the Xorg upgrade 'done' (I unfortunately for various reasons do not use portupgrade nor any other recc'd tool) and just the ports to bump.  I expect to complete the UPDATING instructions smoothly, however taking several months (as I don't have a lot of time to do it all at once)Edited 2007-05-21 00:47</description>
			<pubDate>Mon, 21 May 2007 00:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (J-freebsd_98)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Huzaah!</title>
			<link>http://osnews.com/thread?241912</link>
			<guid isPermaLink="true">http://osnews.com/thread?241912</guid>
			<description>Now if only adobe and flash would play nice i could wipe debian off this desktop heap and let it play nice with the rest of my systems. My 3 other systems, a file server a sandbox and an old mac g4, are constantly singing &quot;one of these things is not like the other&quot; with a huge grin. I wouldn't care if I wasn't doing web-dev part time.<br />
I try to preview a group collaberation project with flash in it and BOOM seg fault. I got sick of kicking my wife of her mac so I could see what I was doing.<br />
<br />
Sorry, off topic, I know. But it's so frustrating! And in no way Freebsd's fault. Sorry if it sounded like I was trolling, Im just mad at Adobe.</description>
			<pubDate>Mon, 21 May 2007 01:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (factotum218)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Excellent work</title>
			<link>http://osnews.com/thread?241913</link>
			<guid isPermaLink="true">http://osnews.com/thread?241913</guid>
			<description>Thanks to all the devs and testers for working so hard on this thankless job.  I have upgraded two boxes and did a clean 6.2 + Xorg 7.2 on another and I have not had any problems whatsoevr.  FreeBSD just rocks.</description>
			<pubDate>Mon, 21 May 2007 02:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (jackson)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Excellent work</title>
			<link>http://osnews.com/thread?241929</link>
			<guid isPermaLink="true">http://osnews.com/thread?241929</guid>
			<description>Thanks to all the devs and testers for working so hard on this thankless job.<br />
<br />
Hmm, for some reason I found this really amusing.</description>
			<pubDate>Mon, 21 May 2007 07:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (smitty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Excellent work</title>
			<link>http://osnews.com/thread?241943</link>
			<guid isPermaLink="true">http://osnews.com/thread?241943</guid>
			<description>Heh, yeah, I guess what I mean is that they don't get enough props.  It was a big job.</description>
			<pubDate>Mon, 21 May 2007 12:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (jackson)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
