<?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>Waves.ky &#187; Changelog</title>
	<atom:link href="http://waves.ky/category/mindshare/changelog/feed/" rel="self" type="application/rss+xml" />
	<link>http://waves.ky</link>
	<description>Caymanian Geek...</description>
	<lastBuildDate>Mon, 30 Nov 2009 22:07:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Website Update</title>
		<link>http://waves.ky/2005/03/31/website-update/</link>
		<comments>http://waves.ky/2005/03/31/website-update/#comments</comments>
		<pubDate>Fri, 01 Apr 2005 04:43:29 +0000</pubDate>
		<dc:creator>Gareth Farrington</dc:creator>
				<category><![CDATA[Changelog]]></category>

		<guid isPermaLink="false">http://www.waves.dreamhosters.com/?p=35</guid>
		<description><![CDATA[I went back and tore up my pages into template chunks and fed them into the template module system in MoveableType. This makes all the pages look the same which is a good thing. Some pages have different menu blocks which is also a neat trick. There are now RSS 2.0 and Atom feeds.&#160;The about [...]]]></description>
			<content:encoded><![CDATA[<p>I went back and tore up my pages into template chunks and fed them into the template module system in MoveableType. This makes all the pages look the same which is a good thing. Some pages have <a href="http://waves.ky/resume.html">different</a> menu blocks which is also a neat trick. There are now <a href="http://waves.ky/index.xml">RSS 2.0</a> and <a href="http://waves.ky/atom.xml">Atom</a> feeds.&nbsp;The about page is no longer empty and expect to see a photo up there soon. I also added a <a href="http://waves.ky/resume/resume.txt">plain text</a> formatted version of my resume because some jobs require it to be in that format.</p>
<p>Next up is the links page which I&#8217;m hoping to replace with the contents of my bookmarks from FireFox. I also rather like the idea of doing some art work for a site logo and icon, perhaps its time to try <a href="http://www.gimp.org/">The Gimp</a> again.</p>
]]></content:encoded>
			<wfw:commentRss>http://waves.ky/2005/03/31/website-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changelog</title>
		<link>http://waves.ky/2005/01/27/changelog/</link>
		<comments>http://waves.ky/2005/01/27/changelog/#comments</comments>
		<pubDate>Thu, 27 Jan 2005 12:29:07 +0000</pubDate>
		<dc:creator>Gareth Farrington</dc:creator>
				<category><![CDATA[Changelog]]></category>

		<guid isPermaLink="false">http://www.waves.dreamhosters.com/?p=55</guid>
		<description><![CDATA[Not a very productive day but its the first real work i have done in about a week.
New:

Work on BEEP connections between peers.
Peers decide who is the &#8216;client&#8217; and the &#8217;server&#8217; by comparing the URI&#8217;s of their respective JXTA PeerID&#8217;s. The lesser PeerID is the client and thus responsible for making the connection.

Refactoring:

All the old [...]]]></description>
			<content:encoded><![CDATA[<p>Not a very productive day but its the first real work i have done in about a week.</p>
<p>New:</p>
<ul>
<li>Work on BEEP connections between peers.</li>
<li>Peers decide who is the &#8216;client&#8217; and the &#8217;server&#8217; by comparing the URI&#8217;s of their respective JXTA PeerID&#8217;s. The lesser PeerID is the client and thus responsible for making the connection.</li>
</ul>
<p>Refactoring:</p>
<ul>
<li>All the old logging code is now replaced with Log4J.</li>
</ul>
<p>Bugs:</p>
<ul>
<li>Fixed a subtle bug in Presence that happened when peers went offline and came back rapidly. The per record would be replaced and a timer task would remove a different but &#8216;equal()&#8217;&nbsp;record.</li>
<li>Fixed a synchronization bug in Presence shutdown where concurrent modification could occur in the peer list.</li>
<li>Found a subtle bug in the buddy list display. If the list is interacted before all peers appear online it will not display new peers. Most curious.</li>
<li>Also the buddy list is not being saved as it was before. This is actually a cool feature at this phase of testing so it may be made optional with the default being true.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://waves.ky/2005/01/27/changelog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Interim Release</title>
		<link>http://waves.ky/2004/06/07/quick-interim-release/</link>
		<comments>http://waves.ky/2004/06/07/quick-interim-release/#comments</comments>
		<pubDate>Tue, 08 Jun 2004 00:38:16 +0000</pubDate>
		<dc:creator>Gareth Farrington</dc:creator>
				<category><![CDATA[Changelog]]></category>
		<category><![CDATA[Mindshare]]></category>

		<guid isPermaLink="false">http://www.waves.dreamhosters.com/?p=48</guid>
		<description><![CDATA[This is a quick release. Not much new functionality. The major changes are to&#160;JXTA and the way UI components are loaded. This release features JXTA 2.3 RC1. The UI has been changed so that GUI panels are created on demand when a view is requested rather. Each view is a unique set of components now, [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick release. Not much new functionality. The major changes are to&nbsp;<a href="http://jxta.org/">JXTA</a> and the way UI components are loaded. This release features <a href="http://download.jxta.org/branchbuilds/">JXTA 2.3 RC1</a>. The UI has been changed so that GUI panels are created on demand when a view is requested rather. Each view is a unique set of components now, instead or recycling the same components for all views. This trades a small amount of memory usage for decreased startup times and views that maintain their look between uses. The UI has been generally brushed up to look more modern. Work continues on the Group Sharing view.</p>
]]></content:encoded>
			<wfw:commentRss>http://waves.ky/2004/06/07/quick-interim-release/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Build 119</title>
		<link>http://waves.ky/2004/03/30/build-119/</link>
		<comments>http://waves.ky/2004/03/30/build-119/#comments</comments>
		<pubDate>Tue, 30 Mar 2004 12:26:37 +0000</pubDate>
		<dc:creator>Gareth Farrington</dc:creator>
				<category><![CDATA[Changelog]]></category>
		<category><![CDATA[Mindshare]]></category>

		<guid isPermaLink="false">http://www.waves.dreamhosters.com/?p=45</guid>
		<description><![CDATA[Build 119 is out. The big news here is presence support. There is a Buddy List that will allow you to see who is online and who has been online. Chat works just as before.

----------------------------------
Changes for 0.1.119 (30 Mar 2004):

  + File sharing and buddy list Panels added to main GUI
  - View [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/nightly">Build 119</a> is out. The big news here is presence support. There is a Buddy List that will allow you to see who is online and who has been online. Chat works just as before.</p>
<pre>
----------------------------------
Changes for 0.1.119 (30 Mar 2004):

  + File sharing and buddy list Panels added to main GUI
  - View Switcher updated to accommodate new panels
  + Group List now Alphabetically Sorted by Kernel
  + Custom Renderer for Buddy List added
  + Join/Leave buttons now work for the Buddy List
  - Improvements made to the RDV monitor (tracks time for connection, more consistent output)
  - Changed RDV search timeout to be 2 minutes (hopefully your wait is allot shorter than that!)
  + Basic presence service created (needs work, not exactly efficient, good enough for now)
  + Buddies (peers) now display in status view
  + Custom Icons for Buddies
  + Buddies for a group updated by heartbeat thread (once every 10 seconds)
  - shutting down the application now triggers client to leave all joined groups
  + Peer name now shows in title bar once connected to JXTA
</pre>
]]></content:encoded>
			<wfw:commentRss>http://waves.ky/2004/03/30/build-119/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nightly Build 0.0.112</title>
		<link>http://waves.ky/2004/03/18/nightly-build-00112/</link>
		<comments>http://waves.ky/2004/03/18/nightly-build-00112/#comments</comments>
		<pubDate>Fri, 19 Mar 2004 01:02:55 +0000</pubDate>
		<dc:creator>Gareth Farrington</dc:creator>
				<category><![CDATA[Changelog]]></category>
		<category><![CDATA[Mindshare]]></category>

		<guid isPermaLink="false">http://www.waves.dreamhosters.com/?p=43</guid>
		<description><![CDATA[This build adds a bunch of diagnostic stuff and gets rid of the annoying password dialog. Youï¿½ll need to delete your &#8216;.jxta&#8217; directory when you install this release. Also the distribution now unpacks into a &#8216;mindshare&#8217; folder to save you the trouble of creating one. Get it here.
I also have a hunch that using the [...]]]></description>
			<content:encoded><![CDATA[<p>This build adds a bunch of diagnostic stuff and gets rid of the annoying password dialog. Youï¿½ll need to delete your &#8216;.jxta&#8217; directory when you install this release. Also the distribution now unpacks into a &#8216;mindshare&#8217; folder to save you the trouble of creating one. Get it <a href="http://mindshare.waves.ky/nightly">here</a>.</p>
<p>I also have a hunch that using the &#8216;Use Only Configured Rendezvouses&#8217; in the &#8216;Rendezcous/Relay&#8217; section of the Configurator might help with some of the connectivity issues we are seeing.</p>
<p>Change Log:<br />
+ RDV monitor now reports what type of event occurred and what peer was involved, by peer name if possible<br />
+ RDV monitor now runs continuously for the life of the group<br />
+ RDV monitor code pushed down into PeerGroupManager<br />
+ Save button for the log window now saves the log file when pressed. File names are generated automatically.<br />
+ Distribution package now extract to a folder &#8216;mindshare&#8217; with all resources inside. Just use &#8220;Extract here&#8221; in winzip etc.<br />
+ Pesky password dialog is not suppressed.<br />
* The StreamCorruptedException is now caught and ignored.</p>
]]></content:encoded>
			<wfw:commentRss>http://waves.ky/2004/03/18/nightly-build-00112/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
