<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Updates to Library project</title>
		<link>http://www.miscarchives.com/java/index.php</link>
		<description>Contains all the updates to the Library project</description>
		<item>
			<title>simpleLibrary20101204.jar</title>
			<link>http://www.miscarchives.com/java/bin/library/simpleLibrary20101204.jar</link>
			<description>The base release.</description>
			<pubDate>12/04/2010</pubDate>
		</item>
		<item>
			<title>simpleLibrary20101206.jar</title>
			<link>http://www.miscarchives.com/java/bin/library/simpleLibrary20101206.jar</link>
			<description>
			ParserConstants is no longer a singleton class. It can load options from a file.
			InlineLooseParser can now catch a premature EoF while parsing.
			New getResource functions in do_io
			TimerFactory TimeRemainingEstimator now more accurate.
			</description>
			<pubDate>12/06/2010</pubDate>
		</item>
		<item>
			<title>simpleLibrary20101219.jar</title>
			<link>http://www.miscarchives.com/java/bin/library/simpleLibrary20101219.jar</link>
			<description>
			Removed some deprecated classes.
			MimeTypes updated to use InlineLooseParser.
			gui package more organized with component and container sub-packages.
			</description>
			<pubDate>12/19/2010</pubDate>
		</item>
		<item>
			<title>simpleLibrary20110409.jar</title>
			<link>http://www.miscarchives.com/java/bin/library/simpleLibrary20110409.jar</link>
			<description>
			InlineLooseParser now recognizes the CDATA SGML tag and handles it appropriately.
			InlineLooseParser can now handle Reader streams.
			New functions in do_io:
				-listFiles
				-createFilenameFilter
				-createFileFilter
				-readUntil
				-skipWhitespace
			New functions in do_str to add basic functions to anything implementing CharSequence:
				-indexOf
				-indexOfAny
				-indexOfMissing
				-lastIndexOf
				-ignore
				-startsWith
				-endsWith
			</description>
			<pubDate>04/09/2010</pubDate>
		</item>
	</channel>
</rss>