Skip to content

Commit

Permalink
Tag for 1.5 vote and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Adams committed Oct 16, 2012
2 parents eddcddb + ef7cd25 commit 4e82caf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,18 @@
</patternset>
</fileset>

<fileset dir="${basedir}" id="dist.src.lib.build">
<patternset id="dist.lib.build">
<include name="lib/build/hamcrest.core*"/>
<include name="lib/build/mockito-core*"/>
<include name="lib/build/objenesis*"/>
</patternset>
</fileset>

<fileset dir="${basedir}" id="dist.src">
<include name="src/**"/>
<patternset refid="dist.lib"/>
<patternset refid="dist.lib.build"/>
<include name="test/**"/>
<include name="examples/**"/>
<include name="LICENSE"/>
Expand All @@ -113,6 +122,8 @@
<include name="*.pom"/>
<include name="build.*"/>
<include name="forrest.*"/>
<include name="checkstyle*"/>
<exclude name="checkstyle-noframes.xsl"/>
</fileset>

<!-- =================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/content/doap.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<release>
<Version>
<name>Current release (stable)</name>
<created>2012-10-18</created>
<created>2012-10-20</created>
<revision>1.5</revision>
</Version>
<Version>
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/content/xdocs/news.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<news>
<item date="2012-10-18" title="Version 1.5 Released">
<item date="2012-10-20" title="Version 1.5 Released">
<p>
This is a release consists primarily of bug fixes, improved code practices, and improved coverage of
CCITTFax Group 3 image formats. For details, please see
Expand Down
2 changes: 1 addition & 1 deletion status.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<context id="Docs" title="Changes to Documentation"/>
</contexts>
<changes>
<release version="1.5" date="18 October 2012">
<release version="1.5" date="20 October 2012">
<action context="Code" dev="GA" type="fix" fixes-bug="53408" due-to="Luis Bernardo, Matthias Reischenbacher">
Add two PNG image loaders, one using internal XGC PNG code, the other using an externally supplied IDAT chunk (for raw decoding).
</action>
Expand Down

0 comments on commit 4e82caf

Please sign in to comment.