<?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>Jesse Peterson &#187; release</title>
	<atom:link href="http://www.jpeterson.com/tag/release/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jpeterson.com</link>
	<description>Personal ramblings of a computer geek in Iowa</description>
	<lastBuildDate>Thu, 26 Jan 2012 04:16:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>littles3 version 2.3.0 released</title>
		<link>http://www.jpeterson.com/2009/02/14/littles3-version-230-released/</link>
		<comments>http://www.jpeterson.com/2009/02/14/littles3-version-230-released/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 01:32:14 +0000</pubDate>
		<dc:creator>cubeinhabitant</dc:creator>
				<category><![CDATA[littles3]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.jpeterson.com/2009/02/14/littles3-version-230-released/</guid>
		<description><![CDATA[Version 2.3.0 of “littles3” has been released. This release includes enhanced serialization of business objects to support non-serializable commons logging logger implementations
Issues included in this release:

Issue 3:      java.io.NotSerializableException: weblogic.logging.commons.LogImpl 

]]></description>
			<content:encoded><![CDATA[<p>Version 2.3.0 of “<a href="http://littles3.googlecode.com/">littles3</a>” has been released. This release includes enhanced serialization of business objects to support non-serializable commons logging logger implementations</p>
<p>Issues included in this release:</p>
<ul>
<li><a href="http://code.google.com/p/littles3/issues/detail?id=3&amp;can=1">Issue 3:      <span class="h3">java.io.NotSerializableException: weblogic.logging.commons.LogImpl</span><span class="h3"> </span></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jpeterson.com/2009/02/14/littles3-version-230-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>littles3 version 2.2.0 released</title>
		<link>http://www.jpeterson.com/2008/12/02/littles3-version-220-released/</link>
		<comments>http://www.jpeterson.com/2008/12/02/littles3-version-220-released/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 03:52:06 +0000</pubDate>
		<dc:creator>cubeinhabitant</dc:creator>
				<category><![CDATA[littles3]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.jpeterson.com/2008/12/02/littles3-version-220-released/</guid>
		<description><![CDATA[Version 2.2.0 of “littles3” has been released. This release improves performance of listing keys within a bucket. For instance, 1000 keys with version 2.10 took 3.36 minutes. With version 2.2.0, this same list of 1000 keys took 1.75 seconds.
Issues included in this release:

Issue 1: Listing keys is slow

]]></description>
			<content:encoded><![CDATA[<p>Version 2.2.0 of “<a href="http://littles3.googlecode.com/">littles3</a>” has been released. This release improves performance of listing keys within a bucket. For instance, 1000 keys with version 2.10 took 3.36 minutes. With version 2.2.0, this same list of 1000 keys took 1.75 seconds.</p>
<p>Issues included in this release:</p>
<ul>
<li><a href="http://code.google.com/p/littles3/issues/detail?id=1&amp;can=1">Issue 1: <span class="h3">Listing keys is slow</span></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jpeterson.com/2008/12/02/littles3-version-220-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>littles3 version 2.1.0 released</title>
		<link>http://www.jpeterson.com/2008/09/30/littles3-version-210-released/</link>
		<comments>http://www.jpeterson.com/2008/09/30/littles3-version-210-released/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 00:34:57 +0000</pubDate>
		<dc:creator>cubeinhabitant</dc:creator>
				<category><![CDATA[littles3]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.jpeterson.com/2008/09/30/littles3-version-210-released/</guid>
		<description><![CDATA[Version 2.1.0 of “littles3” has been released. The only component change in 2.1.0 is the littleS3-2.1.0.war. This version enhances the web application configuration. The &#8220;host&#8221; value can now include a token &#8220;$resolvedLocalHost$&#8220;. Example:
host=$resolvedLocalHost$:8080
The token &#8220;$resolvedLocalHost$&#8221; will be replaced the value of InetAddress.getLocalHost().getCanonicalHostName(). This may be handy if your application server isn&#8217;t bound to &#8220;localhost&#8220;.
]]></description>
			<content:encoded><![CDATA[<p>Version 2.1.0 of “<a href="http://littles3.googlecode.com/">littles3</a>” has been released. The only component change in 2.1.0 is the littleS3-2.1.0.war. This version enhances the web application configuration. The &#8220;host&#8221; value can now include a token &#8220;<code>$resolvedLocalHost$</code>&#8220;. Example:</p>
<blockquote><p><code>host=$resolvedLocalHost$:8080</code></p></blockquote>
<p>The token &#8220;<code>$resolvedLocalHost$</code>&#8221; will be replaced the value of <code>InetAddress.getLocalHost().getCanonicalHostName()</code>. This may be handy if your application server isn&#8217;t bound to &#8220;<code>localhost</code>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jpeterson.com/2008/09/30/littles3-version-210-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>littles3 version 2.0.0 released</title>
		<link>http://www.jpeterson.com/2008/09/25/littles3-version-200-released/</link>
		<comments>http://www.jpeterson.com/2008/09/25/littles3-version-200-released/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 02:01:34 +0000</pubDate>
		<dc:creator>cubeinhabitant</dc:creator>
				<category><![CDATA[littles3]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.jpeterson.com/2008/09/25/littles3-version-200-released/</guid>
		<description><![CDATA[Version 2.0.0 of &#8220;littles3&#8221; has been released. This release restructures the project into modules: API, file system data module, and webapp. The file system module also includes support for metadata. Unfortunately, there isn&#8217;t any more documentation than before. So to get the system working, you would have to wade through the source code. But I [...]]]></description>
			<content:encoded><![CDATA[<p>Version 2.0.0 of &#8220;<a href="http://littles3.googlecode.com/">littles3</a>&#8221; has been released. This release restructures the project into modules: API, file system data module, and webapp. The file system module also includes support for metadata. Unfortunately, there isn&#8217;t any more documentation than before. So to get the system working, you would have to wade through the source code. But I will hopefully get some documentation created soon. <img src='http://www.jpeterson.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jpeterson.com/2008/09/25/littles3-version-200-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Project: virtlcd 1.0.0 released</title>
		<link>http://www.jpeterson.com/2008/03/10/project-virtlcd-100-released/</link>
		<comments>http://www.jpeterson.com/2008/03/10/project-virtlcd-100-released/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 03:28:44 +0000</pubDate>
		<dc:creator>cubeinhabitant</dc:creator>
				<category><![CDATA[virtlcd]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.jpeterson.com/2008/03/10/project-virtlcd-100-released/</guid>
		<description><![CDATA[Version 1.0.0 of virtlcd has been released. This is the first virson of the Java Swing API. The components provide a virtual LCD display for use within a Swing app. A sample swing application which illustrates how to use the API. (The logo itself, &#8220;virtlcd&#8221;, there in the upper right, is an example of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jpeterson.com/site/virtlcd/" title="virtlcd logo"><img src="http://www.jpeterson.com/wordpress/wp-content/uploads/2008/03/logo.png" alt="virtlcd logo" align="right" hspace="10" /></a>Version 1.0.0 of <a href="http://www.jpeterson.com/site/virtlcd/index.html">virtlcd</a> has been <a href="http://www.jpeterson.com/site/virtlcd/releaseNotes.html#1.0.0">released</a>. This is the first virson of the Java Swing API. The components provide a virtual LCD display for use within a Swing app. A <a href="http://www.jpeterson.com/site/virtlcd/sample.html">sample swing application</a> which illustrates how to use the API. (The logo itself, &#8220;virtlcd&#8221;, there in the upper right, is an example of the display.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jpeterson.com/2008/03/10/project-virtlcd-100-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

