<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://unkrig.de/w/index.php?action=history&amp;feed=atom&amp;title=Antology_Change_Log</id>
	<title>Antology Change Log - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://unkrig.de/w/index.php?action=history&amp;feed=atom&amp;title=Antology_Change_Log"/>
	<link rel="alternate" type="text/html" href="https://unkrig.de/w/index.php?title=Antology_Change_Log&amp;action=history"/>
	<updated>2026-05-04T17:01:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://unkrig.de/w/index.php?title=Antology_Change_Log&amp;diff=8&amp;oldid=prev</id>
		<title>Aunkrig: Created page with &quot;===Version 2.0.6, 2019-08-05=== * In addition to &quot;...-jar-with-dependencies.jar&quot;, generate a &quot;...-antlib.jar&quot; file, where the ANT classes are NOT included. * Added the &quot;replacementExpression=...&quot; to complement the &quot;replacementString=...&quot;.  ===Version 2.0.5, 2018-11-16=== * Added the &quot;&lt;httpsUrlConnections&gt;&quot; task. * Added the &quot;&lt;cookieHandler&gt;&lt;print /&gt;&lt;/cookieHandler&gt;&quot; task. * Added the &quot;&lt;replaceAll pattern=... replacementString=... /&gt;&quot; filter reader. * Added the &quot;&lt;cookieHa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://unkrig.de/w/index.php?title=Antology_Change_Log&amp;diff=8&amp;oldid=prev"/>
		<updated>2024-05-01T18:22:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Version 2.0.6, 2019-08-05=== * In addition to &amp;quot;...-jar-with-dependencies.jar&amp;quot;, generate a &amp;quot;...-antlib.jar&amp;quot; file, where the ANT classes are NOT included. * Added the &amp;quot;replacementExpression=...&amp;quot; to complement the &amp;quot;replacementString=...&amp;quot;.  ===Version 2.0.5, 2018-11-16=== * Added the &amp;quot;&amp;lt;httpsUrlConnections&amp;gt;&amp;quot; task. * Added the &amp;quot;&amp;lt;cookieHandler&amp;gt;&amp;lt;print /&amp;gt;&amp;lt;/cookieHandler&amp;gt;&amp;quot; task. * Added the &amp;quot;&amp;lt;replaceAll pattern=... replacementString=... /&amp;gt;&amp;quot; filter reader. * Added the &amp;quot;&amp;lt;cookieHa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Version 2.0.6, 2019-08-05===&lt;br /&gt;
* In addition to &amp;quot;...-jar-with-dependencies.jar&amp;quot;, generate a &amp;quot;...-antlib.jar&amp;quot; file, where the ANT classes are NOT included.&lt;br /&gt;
* Added the &amp;quot;replacementExpression=...&amp;quot; to complement the &amp;quot;replacementString=...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Version 2.0.5, 2018-11-16===&lt;br /&gt;
* Added the &amp;quot;&amp;lt;httpsUrlConnections&amp;gt;&amp;quot; task.&lt;br /&gt;
* Added the &amp;quot;&amp;lt;cookieHandler&amp;gt;&amp;lt;print /&amp;gt;&amp;lt;/cookieHandler&amp;gt;&amp;quot; task.&lt;br /&gt;
* Added the &amp;quot;&amp;lt;replaceAll pattern=... replacementString=... /&amp;gt;&amp;quot; filter reader.&lt;br /&gt;
* Added the &amp;quot;&amp;lt;cookieHandler&amp;gt;&amp;lt;print /&amp;gt;&amp;lt;/cookieHandler&amp;gt;&amp;quot; task.&lt;br /&gt;
* &amp;lt;setCookieHandlerTask&amp;gt;: Don&amp;#039;t clear the cookie store on repeated executions.&lt;br /&gt;
* Added the &amp;quot;&amp;lt;httpsUrlConnections&amp;gt;&amp;quot; task.&lt;br /&gt;
* Added the &amp;quot;&amp;lt;replaceAll pattern=... replacementString=... /&amp;gt;&amp;quot; filter reader.&lt;br /&gt;
&lt;br /&gt;
===Version 2.0.4, 2017-12-06===&lt;br /&gt;
* Tasks &amp;lt;follow&amp;gt; and &amp;lt;urlConnection&amp;gt;: Added attributes &amp;#039;direct=&amp;quot;true&amp;quot;, &amp;#039;httpProxy=&amp;quot;host:port&amp;quot;&amp;#039; and &amp;#039;socksProxy=&amp;quot;host:port&amp;quot;&amp;#039;, which override the &amp;quot;http[s].proxy(Host|Port)&amp;quot; system properties.&lt;br /&gt;
* Moved the &amp;quot;CustomAuthenticator&amp;quot; (and its fellows &amp;quot;CredentialsSpec&amp;quot;, &amp;quot;JPasswordFields&amp;quot; and &amp;quot;Regex&amp;quot; from the ANTOLOGY project to the &amp;quot;de.unkrig.commons.net&amp;quot; project, where it belongs.&lt;br /&gt;
* Fixed the well-known security hole in JPasswordField: You can&amp;#039;t set the password without converting it to a String.&lt;br /&gt;
* CustomAuthenticator: Treat port number &amp;quot;-1&amp;quot; as &amp;quot;missing&amp;quot;.&lt;br /&gt;
* Task &amp;lt;setAuthenticator&amp;gt;: Added the &amp;quot;deny=...&amp;quot; attribute for the &amp;lt;credentials&amp;gt; subelement.&lt;br /&gt;
&lt;br /&gt;
===Version 2.0.3, 2017-01-27===&lt;br /&gt;
* Switched from ANT 1.8.4 to 1.9.8.&lt;br /&gt;
* &amp;lt;forEach2&amp;gt;: The default for the &amp;quot;delimiter&amp;quot;, which was previously changed from &amp;quot;,&amp;quot; to &amp;quot;, \t\r\n&amp;quot;, was reverted, and a new attribut &amp;quot;trim&amp;quot; was added.&lt;br /&gt;
* Extracted the Authenticator from the &amp;lt;setAuthenticator&amp;gt; task to an independent compilation unit.&lt;br /&gt;
* The keystore of &amp;lt;setAuthenticator&amp;gt; is now (optionally) protectable with a &amp;quot;master password&amp;quot;.&lt;br /&gt;
* Extracted the UserNamePasswordStore to &amp;quot;de.unkrig.commons.lang.security&amp;quot;.&lt;br /&gt;
* &amp;lt;setAuthenticator&amp;gt;: Credentials can now optionally be stored in a file &amp;quot;${user.home}/.antology_setAuthenticator_credentials&amp;quot;.&lt;br /&gt;
* &amp;lt;ftp2&amp;gt;: Now also using the java.net.Authenticator for authentication.&lt;br /&gt;
* &amp;lt;setAuthenticator&amp;gt;: Multiple executions now AUGMENT credentials (instead of replacing them).&lt;br /&gt;
* &amp;lt;setAuthenticator&amp;gt;: Password authentications are now cached across executions, so the user is prompted at most ONCE for each &amp;lt;credentials&amp;gt; subelement.&lt;br /&gt;
* Changed the default delimiter from &amp;quot;,&amp;quot; to &amp;quot;, \t\r\n&amp;quot;.&lt;br /&gt;
* Task &amp;lt;ftp2&amp;gt;, method &amp;quot;sendFile()&amp;quot;: Fix for an obvious bug in ANT 1.8.4: Verbose message &amp;quot;transferring a to b&amp;quot; swapped &amp;quot;a&amp;quot; and &amp;quot;b&amp;quot; (maybe the code was copied from method &amp;quot;getFile()&amp;quot;!?).&lt;br /&gt;
&lt;br /&gt;
===Version 2.0.2, 2016-11-15===&lt;br /&gt;
* Added a small ANT build script that uploads the generated ANTDOC to a public web site.&lt;br /&gt;
* Fixed some commons-net test cases, so they succeed also in IPv6 environments.&lt;br /&gt;
&lt;br /&gt;
===Version 2.0.1, 2016-10-17===&lt;br /&gt;
* Fixed the ANTDOC generation.&lt;br /&gt;
&lt;br /&gt;
===Version 2.0.0, 2016-10-14===&lt;br /&gt;
* Renamed the project from &amp;quot;de.unkrig.ant-contrib&amp;quot; to &amp;quot;antology&amp;quot;.&lt;br /&gt;
* Moved the source repository from &amp;quot;https://svn.code.sf.net/p/loggifier/code/trunk/de.unkrig.ant-contrib&amp;quot; to &amp;quot;https://github.com/aunkrig/antology/trunk/antology&amp;quot;.&lt;br /&gt;
* Changed the build system from ANT to MAVEN.&lt;br /&gt;
* Renamed Java packages from &amp;quot;de.unkrig.antcontrib&amp;quot; to &amp;quot;de.unkrig.antology&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Version 1.1.6, 2016-06-17:===&lt;br /&gt;
* Added the &amp;quot;&amp;lt;swingLookAndFeel&amp;gt;&amp;quot; task.&lt;br /&gt;
&lt;br /&gt;
===Version 1.1.5, 2015-12-09:===&lt;br /&gt;
* &amp;lt;setAuthenticator&amp;gt;: The user/password dialog was unusable on one particular machine - added a workaround.&lt;br /&gt;
* The call to &amp;quot;setDoOutput(true)&amp;quot; was previously lost, inhibiting any POST and PUT requests.&lt;br /&gt;
&lt;br /&gt;
===Version 1.1.4, 2015-12-02:===&lt;br /&gt;
* Output of the subtasks of &amp;quot;&amp;lt;forEach2&amp;gt;&amp;quot; and &amp;quot;&amp;lt;throughput&amp;gt;&amp;quot; now appears prefixed with &amp;quot;| &amp;quot;.&lt;br /&gt;
* &amp;lt;urlConnection&amp;gt;: In case of an exception, also report the duration of the attempt.&lt;br /&gt;
* &amp;lt;setAuthenticator&amp;gt;: Restored the original behavior where &amp;quot;no &amp;lt;credential&amp;gt; subelements&amp;quot; means &amp;quot;Always ask for user name AND password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Version 1.1.3, 2015-09-25:===&lt;br /&gt;
* Added ANTDOC generation to the build process.&lt;br /&gt;
* Fixed Dario&amp;#039;s NPE in the &amp;lt;jsonProperty&amp;gt; task (again, sigh).&lt;br /&gt;
&lt;br /&gt;
===Version 1.1.2, 2015-09-24:===&lt;br /&gt;
* &amp;lt;jsonProperty&amp;gt; task: Fixed an NPE.&lt;br /&gt;
* &amp;lt;swingDialog&amp;gt; task: May contain character data as an alternative to the &amp;lt;label&amp;gt;, &amp;lt;text&amp;gt;, &amp;lt;textField&amp;gt;, &amp;lt;textArea&amp;gt;, &amp;lt;checkbox&amp;gt;, &amp;lt;radioButton&amp;gt;, &amp;lt;list&amp;gt; and &amp;lt;separator&amp;gt; subelements.&lt;br /&gt;
* &amp;lt;swingDialog&amp;gt; task: Subelement &amp;lt;list&amp;gt; now has an attribute &amp;quot;visibleRowCount=...&amp;quot; to fix its vertical size.&lt;br /&gt;
&lt;br /&gt;
===Version 1.1.1, 2015-09-23:===&lt;br /&gt;
* &amp;lt;swingDialog&amp;gt;: Label, Checkbox and RadioButton tags may now contain literal text, as an alternative to the &amp;quot;text=...&amp;quot; attribute. Particularly useful in connection with HTML label text and CDATA sections.&lt;br /&gt;
&lt;br /&gt;
===Version 1.1.0, 2015-09-11:===&lt;br /&gt;
* &amp;lt;setAuthenticator&amp;gt;: The authenticator now returns &amp;quot;null&amp;quot; when no &amp;quot;&amp;lt;credentials&amp;gt;&amp;quot; matches (instead of &amp;quot;user=null, password=null&amp;quot;).&lt;br /&gt;
* Added the &amp;quot;&amp;lt;ftp2&amp;gt;&amp;quot; task, which extends the &amp;quot;&amp;lt;ftp&amp;gt;&amp;quot; task with proxy capabilities.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.18, 2015-05-05:===&lt;br /&gt;
* &amp;lt;swingDialog&amp;gt; / &amp;lt;textField&amp;gt;: Added the &amp;quot;label&amp;quot; attribute which makes it possible to have labels LEFT from a text field.&lt;br /&gt;
* &amp;lt;swingDialog&amp;gt; / &amp;lt;textField&amp;gt;: Added the &amp;quot;labelWidth&amp;quot; attribute to be able to align multiple labelled text fields vertically.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.17, 2015-04-17:===&lt;br /&gt;
* &amp;lt;swingDialog&amp;gt;: Added the &amp;quot;&amp;lt;textArea&amp;gt;&amp;quot; subelement.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.16, 2015-04-07:===&lt;br /&gt;
* &amp;lt;swingDialog&amp;gt;: Added the &amp;#039;labels=&amp;quot;...&amp;quot;&amp;#039; attribute so that the list can display text different from the &amp;#039;values=&amp;quot;...&amp;quot;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.15, June 25 2014:===&lt;br /&gt;
* &amp;lt;urlConnection&amp;gt;&amp;lt;jsonAsproperties&amp;gt;: Response was always decoded with charset &amp;#039;ISO-8859-1&amp;#039; instead of the connection&amp;#039;s charset (reponse header &amp;#039;Content-Type&amp;#039;).&lt;br /&gt;
* Added the &amp;#039;&amp;lt;tee&amp;gt;&amp;#039; filter reader.&lt;br /&gt;
* &amp;lt;forEach2&amp;gt;, &amp;lt;throughput&amp;gt;: Added &amp;#039;currentQuantity=&amp;quot;...&amp;quot;&amp;#039; attribute.&lt;br /&gt;
* &amp;lt;forEach2&amp;gt;, &amp;lt;throughput&amp;gt;: Report cumulated throughput iff previousQuantity is known.&lt;br /&gt;
* &amp;lt;setAuthenticator&amp;gt;: Shorten very long URLs when displayed in the authentication dialog.&lt;br /&gt;
* &amp;lt;urlConnection&amp;gt;: Added &amp;#039;append=&amp;quot;true&amp;quot;&amp;#039; attribute.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.14, May 1 2014:===&lt;br /&gt;
* Moved the &amp;lt;log&amp;gt;, &amp;lt;logging&amp;gt; and &amp;lt;simpleLogging&amp;gt; tasks from &amp;#039;de.unkrig.commons.util&amp;#039; to &amp;#039;de.unkrig.antcontrib&amp;#039;.&lt;br /&gt;
* &amp;lt;logging&amp;gt;: Removed attribute &amp;#039;parent=&amp;quot;...&amp;quot;&amp;#039;; added attribute &amp;#039;clearFilter=&amp;quot;true&amp;quot;&amp;#039;.&lt;br /&gt;
* &amp;lt;simpleLogging&amp;gt;: Attribute &amp;#039;debug=&amp;quot;...&amp;quot;&amp;#039; no longer is boolean, but &amp;quot;FINE|FINER|FINEST&amp;quot;.&lt;br /&gt;
* ANT-CONTRIB now uses &amp;#039;de.unkrig.commons&amp;#039; - which is possible since the &amp;#039;de.unkrig.commons&amp;#039; classes are renamed by JARJAR.&lt;br /&gt;
* Moved JSON-related classes from &amp;#039;de.unkrig.antcontrib&amp;#039; to &amp;#039;de.unkrig.commons.text.json&amp;#039;.&lt;br /&gt;
* Moved &amp;#039;Duration&amp;#039;, &amp;#039;PointOfTime&amp;#039; and &amp;#039;TimeInterval&amp;#039; from &amp;#039;de.unkrig.antcontrib.util&amp;#039; to &amp;#039;de.unkrig.commons.util.time&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.13, Apr 07 2014:===&lt;br /&gt;
* &amp;lt;forEach2&amp;gt;, &amp;lt;throughput&amp;gt;: Added automatic singularization of quantity unit.&lt;br /&gt;
* &amp;lt;forEach2&amp;gt;: Added substitution of &amp;#039;@{param}&amp;#039;.&lt;br /&gt;
* &amp;lt;throughput&amp;gt;: Removed redundant &amp;#039;quantityUnit&amp;#039; in beforeMessage and afterMessage.&lt;br /&gt;
* &amp;lt;urlConnection&amp;gt;: Fixed the code for deleting partially written files (previously, half-READ files were deleted).&lt;br /&gt;
* Added resource collection &amp;#039;&amp;lt;resourceTransformer&amp;gt;&amp;#039;.&lt;br /&gt;
* &amp;lt;retry2&amp;gt;: Print locations when reporting nested task failure.&lt;br /&gt;
* &amp;lt;forEach2&amp;gt;: Added &amp;#039;count=&amp;quot;N&amp;quot;&amp;#039; attribute&lt;br /&gt;
* &amp;lt;forEach2&amp;gt;: Loop indefinitely (until FAIL or BREAK) if none of &amp;#039;count&amp;#039;, &amp;#039;list&amp;#039; and Iterable are configured.&lt;br /&gt;
* &amp;lt;forEach2&amp;gt;: Added attribute &amp;#039;quantityUnit=&amp;quot;...&amp;quot;&amp;#039;.&lt;br /&gt;
* &amp;lt;throughput&amp;gt;: Eliminated some &amp;#039;division by zero&amp;#039; problems (resulted in ugly &amp;#039;NaN&amp;#039; percentages).&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.12, Mar 11 2014:===&lt;br /&gt;
* Added new resource collection &amp;#039;&amp;lt;literalResource&amp;gt;&amp;#039;.&lt;br /&gt;
* &amp;lt;forEach2&amp;gt;: Added &amp;#039;message=...&amp;#039; and &amp;#039;showEta=...&amp;#039; which enable a throughput analysis in the style of &amp;lt;throughput&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.11, Mar 06 2014:===&lt;br /&gt;
* &amp;lt;urlConnection&amp;gt; and &amp;lt;jsonAsProperties&amp;gt; tasks: Left-pad array indexes with zeros to make life easier for ANT (which has no numeric sorting feature).&lt;br /&gt;
* &amp;lt;throughput&amp;gt; task: Added the &amp;#039;before message&amp;#039; feature.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.10, Feb 24 2014:===&lt;br /&gt;
* Added the &amp;#039;&amp;lt;forEach2&amp;gt;&amp;#039; &amp;#039;&amp;lt;break&amp;gt; and &amp;#039;&amp;lt;continue&amp;gt;&amp;#039; tasks.  &lt;br /&gt;
* Added the &amp;#039;&amp;lt;retry2&amp;gt;&amp;#039; task.&lt;br /&gt;
* &amp;#039;Duration&amp;#039; no longer recognizes the &amp;#039;mm:ss&amp;#039; pattern because the ambiguity with &amp;#039;hh:mm&amp;#039; is extremely confusing. Use &amp;#039;hh:mm:ss&amp;#039; instead.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.9, Feb 23 2014:===&lt;br /&gt;
* &amp;lt;swingDialog&amp;gt;: Added the &amp;#039;enabled=...&amp;#039; attribute to &amp;#039;&amp;lt;text&amp;gt;&amp;#039;, &amp;#039;&amp;lt;checkbox&amp;gt;&amp;#039; and &amp;#039;&amp;lt;list&amp;gt;&amp;#039;.&lt;br /&gt;
* &amp;lt;resourceCollectionDelta&amp;gt;: Update the &amp;#039;delta state&amp;#039; only when the RCD has been completely iterated. The latter is a strong indicator that the processing of the RCD was successful.&lt;br /&gt;
* Added the &amp;#039;&amp;lt;resourceNames&amp;gt;&amp;#039; resource collection.&lt;br /&gt;
* Added the &amp;#039;&amp;lt;throughput&amp;gt;&amp;#039; task.&lt;br /&gt;
* Added the &amp;#039;&amp;lt;every&amp;gt;&amp;#039;, &amp;#039;&amp;lt;false&amp;gt;&amp;#039;, &amp;#039;&amp;lt;successful&amp;gt;&amp;#039; and &amp;#039;&amp;lt;true&amp;gt;&amp;#039; conditions.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.8, Jan 23 2014:===&lt;br /&gt;
* &amp;lt;swingDialog&amp;gt;: Added the &amp;#039;defaultIndices=...&amp;#039; attribute.&lt;br /&gt;
* &amp;lt;swingDialog&amp;gt;: Added the &amp;#039;focus=true&amp;#039; attribute for the subelements.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.7, Dec 29 2013:===&lt;br /&gt;
* &amp;lt;urlConnection&amp;gt;: Added subelement &amp;#039;&amp;lt;formField name=... value=...&amp;gt;&amp;#039; to UrlElement, making HTML form submission easier.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.6, Dec 13 2013:===&lt;br /&gt;
* Added the &amp;#039;&amp;lt;nslookup&amp;gt;&amp;#039; task.&lt;br /&gt;
* Added the &amp;#039;&amp;lt;follow&amp;gt;&amp;#039; task.&lt;br /&gt;
* Added the &amp;#039;&amp;lt;resourceCollectionDelta&amp;gt;&amp;#039; type.&lt;br /&gt;
* &amp;lt;urlConnection&amp;gt;: addConfiguredMultipartFormData: N different entries appeared as N time the FIRST entry.&lt;br /&gt;
* Added the &amp;#039;&amp;lt;progress&amp;gt;&amp;#039; FilterReader.&lt;br /&gt;
* &amp;lt;setAuthenticator&amp;gt;: Set the keyboard focus on the user name field.&lt;br /&gt;
* &amp;lt;urlConnection&amp;gt;: &amp;lt;filterchain&amp;gt; was ignored.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.5, Nov 20 2013:===&lt;br /&gt;
* Removed the &amp;#039;de.unkrig.ant-contrib.&amp;#039; prefix from the task and type names.&lt;br /&gt;
* Added the &amp;lt;jsonProperty&amp;gt; task which parses a JSON document into a set of properties, in analogy with the &amp;lt;xmlproperty&amp;gt; standard ANT task.&lt;br /&gt;
* Added the &amp;lt;setCookieHandler&amp;gt; task which enables cookie processing for HttpURLConnections, including the &amp;lt;urlConnection&amp;gt; task.&lt;br /&gt;
* Added the &amp;#039;followRedirects2=true&amp;#039; attribute to the &amp;#039;&amp;lt;urlConnection&amp;gt;&amp;#039; task for enhanced HTTP redirection handling.&lt;br /&gt;
* Default behavior for &amp;#039;&amp;lt;urlConnection&amp;gt;&amp;lt;input&amp;gt;&amp;#039; is now to copy the input to STDOUT.&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.4, Nov 11 2013:===&lt;br /&gt;
(No change log available.)&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.3, Oct 18 2013:===&lt;br /&gt;
(No change log available.)&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.2, Oct 17 2013:===&lt;br /&gt;
(No change log available.)&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.1, Jun 14 2013:===&lt;br /&gt;
(No change log available.)&lt;br /&gt;
&lt;br /&gt;
===Version 1.0.0, May 30 2013:===&lt;br /&gt;
(No change log available.)&lt;/div&gt;</summary>
		<author><name>Aunkrig</name></author>
	</entry>
</feed>