You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2008/06/11 10:54:13 UTC

svn commit: r666582 - /xmlgraphics/site/deploy/commons/

Author: jeremias
Date: Wed Jun 11 01:54:12 2008
New Revision: 666582

URL: http://svn.apache.org/viewvc?rev=666582&view=rev
Log:
Publish from forrestbot

Modified:
    xmlgraphics/site/deploy/commons/changes.html
    xmlgraphics/site/deploy/commons/changes.pdf
    xmlgraphics/site/deploy/commons/changes.rss
    xmlgraphics/site/deploy/commons/doap.rdf
    xmlgraphics/site/deploy/commons/download.html
    xmlgraphics/site/deploy/commons/download.pdf
    xmlgraphics/site/deploy/commons/image-loader.html
    xmlgraphics/site/deploy/commons/image-loader.pdf
    xmlgraphics/site/deploy/commons/index.html
    xmlgraphics/site/deploy/commons/index.pdf
    xmlgraphics/site/deploy/commons/linkmap.html
    xmlgraphics/site/deploy/commons/linkmap.pdf
    xmlgraphics/site/deploy/commons/postscript.html
    xmlgraphics/site/deploy/commons/postscript.pdf
    xmlgraphics/site/deploy/commons/subproject-news-feed.rss

Modified: xmlgraphics/site/deploy/commons/changes.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/changes.html?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
--- xmlgraphics/site/deploy/commons/changes.html (original)
+++ xmlgraphics/site/deploy/commons/changes.html Wed Jun 11 01:54:12 2008
@@ -132,7 +132,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2008" alt="ApacheCon Europe 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -162,6 +162,9 @@
 <a href="#version_Trunk">Version Trunk (n/a)</a>
 </li>
 <li>
+<a href="#version_1.3.1">Version 1.3.1 (11 June 2008)</a>
+</li>
+<li>
 <a href="#version_1.3">Version 1.3 (07 Feb 2008)</a>
 </li>
 <li>
@@ -196,6 +199,66 @@
 <ul>
 <li>
 <img class="icon" alt="fix" src="images/fix.jpg">
+        Bugfix: Added missing start/endPrefixMapping() calls when serializing XMP packets.
+       Committed by JM.</li>
+</ul>
+<a name="N1002E"></a><a name="Contributors+to+this+release"></a>
+<h3 class="underlined_5">Contributors to this release</h3>
+<p>We thank the following people for their contributions to this release.</p>
+<p>This is a list of all people who participated as committers:<br>Jeremias M&auml;rki (JM).</p>
+</div>
+    
+<a name="N10039"></a><a name="version_1.3.1"></a>
+<h2 class="underlined_10">Version 1.3.1 (11 June 2008)</h2>
+<div class="section">
+<a name="N1003D"></a><a name="Changes+to+the+Code+Base-N1003D"></a>
+<h3 class="underlined_5">Changes to the Code Base</h3>
+<ul>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+        Added fallbacks for Type 1 fonts which don't have the normal "one", "two" etc. glyphs,
+        but actually only provide "oneoldstyle", "twooldstyle" etc.
+       Committed by JM.</li>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+        Added an image loader for XML Graphics Commons' internal TIFF codec.
+       Committed by JM.</li>
+<li>
+<img class="icon" alt="add" src="images/add.jpg">
+        Added image processing hints to ignore an optionally embedded color profile in JPEG images.
+       Committed by JM.</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+        Made file URLs with a host (as happens when using UNC paths) work when loading images.
+       Committed by JM. See Issue <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=44902">44902</a>.</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+        Bugfix for classpath resources: the code doesn't just check the system class loader anymore.
+       Committed by MB.</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+        Bugfix for a potential multi-threading issue concerning the use of the java.text package.
+       Committed by JM.</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+        Bugfix for extracting ICC color profiles from JPEG images.
+       Committed by JM.</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+        Fixed two cases of unclosed input streams in image loader code.
+       Committed by JM.</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+        Bugfix for unhandled NumberFormatException in Glpyhs when a unknown glyph name starting
+        with "u" is found.
+       Committed by JM.</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
+        Bugfix for ImageEncodingHelper which produced false results if an image's sample model
+        used BGR instead of RGB.
+       Committed by JM.</li>
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">
         Fixed behaviour for the cases where a corrupt PNG image is encountered.
        Committed by JM.</li>
 <li>
@@ -203,16 +266,16 @@
         Bugfix for EOFException when pre-loading very small PNG images (file size &lt; 88 bytes).
        Committed by JM.</li>
 </ul>
-<a name="N10033"></a><a name="Contributors+to+this+release"></a>
+<a name="N10082"></a><a name="Contributors+to+this+release-N10082"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
-<p>This is a list of all people who participated as committers:<br>Jeremias M&auml;rki (JM).</p>
+<p>This is a list of all people who participated as committers:<br>Jeremias M&auml;rki (JM), Max Berger (MB).</p>
 </div>
     
-<a name="N1003E"></a><a name="version_1.3"></a>
+<a name="N1008D"></a><a name="version_1.3"></a>
 <h2 class="underlined_10">Version 1.3 (07 Feb 2008)</h2>
 <div class="section">
-<a name="N10042"></a><a name="Changes+to+the+Code+Base-N10042"></a>
+<a name="N10091"></a><a name="Changes+to+the+Code+Base-N10091"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -277,17 +340,17 @@
 		    memory consumption.
 		   Committed by JM.</li>
 </ul>
-<a name="N10098"></a><a name="Contributors+to+this+release-N10098"></a>
+<a name="N100E7"></a><a name="Contributors+to+this+release-N100E7"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Chris Bowditch (CB), Jeremias M&auml;rki (JM).</p>
 <p>This is a list of other contributors:<br>Adam Strzelecki, Adrian Cumiskey, Max Berger, Sergey Orlov.</p>
 </div>
 		
-<a name="N100A7"></a><a name="version_1.2"></a>
+<a name="N100F6"></a><a name="version_1.2"></a>
 <h2 class="underlined_10">Version 1.2 (21 July 2007)</h2>
 <div class="section">
-<a name="N100AB"></a><a name="Changes+to+the+Code+Base-N100AB"></a>
+<a name="N100FA"></a><a name="Changes+to+the+Code+Base-N100FA"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -306,17 +369,17 @@
         use of the draft PDF/A namespace used by Adobe Acrobat 7.x.
        Committed by JM.</li>
 </ul>
-<a name="N100C3"></a><a name="Contributors+to+this+release-N100C3"></a>
+<a name="N10112"></a><a name="Contributors+to+this+release-N10112"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Jeremias M&auml;rki (JM).</p>
 <p>This is a list of other contributors:<br>Adrian Cumiskey.</p>
 </div>
 		
-<a name="N100D2"></a><a name="version_1.1"></a>
+<a name="N10121"></a><a name="version_1.1"></a>
 <h2 class="underlined_10">Version 1.1 (22 Dec 2006)</h2>
 <div class="section">
-<a name="N100D6"></a><a name="Changes+to+the+Code+Base-N100D6"></a>
+<a name="N10125"></a><a name="Changes+to+the+Code+Base-N10125"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -346,17 +409,17 @@
         only integer values can be used but that isn't the case.
        Committed by JM.</li>
 </ul>
-<a name="N100F9"></a><a name="Contributors+to+this+release-N100F9"></a>
+<a name="N10148"></a><a name="Contributors+to+this+release-N10148"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Jeremias M&auml;rki (JM).</p>
 <p>This is a list of other contributors:<br>Max Berger.</p>
 </div>
 		
-<a name="N10108"></a><a name="version_1.0"></a>
+<a name="N10157"></a><a name="version_1.0"></a>
 <h2 class="underlined_10">Version 1.0 (17 Apr 2006)</h2>
 <div class="section">
-<a name="N1010C"></a><a name="Changes+to+the+Code+Base-N1010C"></a>
+<a name="N1015B"></a><a name="Changes+to+the+Code+Base-N1015B"></a>
 <h3 class="underlined_5">Changes to the Code Base</h3>
 <ul>
 <li>
@@ -366,13 +429,13 @@
         with Graphics2D implementation.
        Committed by JM.</li>
 </ul>
-<a name="N10116"></a><a name="Contributors+to+this+release-N10116"></a>
+<a name="N10165"></a><a name="Contributors+to+this+release-N10165"></a>
 <h3 class="underlined_5">Contributors to this release</h3>
 <p>We thank the following people for their contributions to this release.</p>
 <p>This is a list of all people who participated as committers:<br>Jeremias M&auml;rki (JM).</p>
 </div>
 	
-<a name="N10121"></a><a name="all-committers"></a>
+<a name="N10170"></a><a name="all-committers"></a>
 <h2 class="underlined_10">All Committers</h2>
 <div class="section">
 <p>This is a list of all people who have ever participated

Modified: xmlgraphics/site/deploy/commons/changes.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/changes.pdf?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/commons/changes.rss
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/changes.rss?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
--- xmlgraphics/site/deploy/commons/changes.rss (original)
+++ xmlgraphics/site/deploy/commons/changes.rss Wed Jun 11 01:54:12 2008
@@ -30,6 +30,92 @@
         JM
         :
         
+        Bugfix: Added missing start/endPrefixMapping() calls when serializing XMP packets.
+      </description></item>
+    
+    
+      <item><title>Apache XML Graphics Commons Code fix
+          (bug 44902)
+        </title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code fix
+        by
+        JM
+          (fixes bug 44902)
+        
+        :
+        
+        Made file URLs with a host (as happens when using UNC paths) work when loading images.
+      </description></item>
+      <item><title>Apache XML Graphics Commons Code fix</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code fix
+        by
+        MB
+        :
+        
+        Bugfix for classpath resources: the code doesn't just check the system class loader anymore.
+      </description></item>
+      <item><title>Apache XML Graphics Commons Code fix</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code fix
+        by
+        JM
+        :
+        
+        Bugfix for a potential multi-threading issue concerning the use of the java.text package.
+      </description></item>
+      <item><title>Apache XML Graphics Commons Code add</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code add
+        by
+        JM
+        :
+        
+        Added fallbacks for Type 1 fonts which don't have the normal "one", "two" etc. glyphs,
+        but actually only provide "oneoldstyle", "twooldstyle" etc.
+      </description></item>
+      <item><title>Apache XML Graphics Commons Code fix</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code fix
+        by
+        JM
+        :
+        
+        Bugfix for extracting ICC color profiles from JPEG images.
+      </description></item>
+      <item><title>Apache XML Graphics Commons Code add</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code add
+        by
+        JM
+        :
+        
+        Added an image loader for XML Graphics Commons' internal TIFF codec.
+      </description></item>
+      <item><title>Apache XML Graphics Commons Code fix</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code fix
+        by
+        JM
+        :
+        
+        Fixed two cases of unclosed input streams in image loader code.
+      </description></item>
+      <item><title>Apache XML Graphics Commons Code fix</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code fix
+        by
+        JM
+        :
+        
+        Bugfix for unhandled NumberFormatException in Glpyhs when a unknown glyph name starting
+        with "u" is found.
+      </description></item>
+      <item><title>Apache XML Graphics Commons Code fix</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code fix
+        by
+        JM
+        :
+        
+        Bugfix for ImageEncodingHelper which produced false results if an image's sample model
+        used BGR instead of RGB.
+      </description></item>
+      <item><title>Apache XML Graphics Commons Code add</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code add
+        by
+        JM
+        :
+        
+        Added image processing hints to ignore an optionally embedded color profile in JPEG images.
+      </description></item>
+      <item><title>Apache XML Graphics Commons Code fix</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code fix
+        by
+        JM
+        :
+        
         Fixed behaviour for the cases where a corrupt PNG image is encountered.
       </description></item>
       <item><title>Apache XML Graphics Commons Code fix</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code fix
@@ -252,11 +338,5 @@
         JM
         :
         
-        Fixed behaviour for the cases where a corrupt PNG image is encountered.
-      </description></item><item><title>Apache XML Graphics Commons Code fix</title><link>http://xmlgraphics.apache.org/commons//changes.html</link><description>Code fix
-        by
-        JM
-        :
-        
-        Bugfix for EOFException when pre-loading very small PNG images (file size &lt; 88 bytes).
+        Bugfix: Added missing start/endPrefixMapping() calls when serializing XMP packets.
       </description></item></channel></rss>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/commons/doap.rdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/doap.rdf?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
--- xmlgraphics/site/deploy/commons/doap.rdf (original)
+++ xmlgraphics/site/deploy/commons/doap.rdf Wed Jun 11 01:54:12 2008
@@ -51,6 +51,16 @@
     <release>
       <Version>
         <name>Latest release (stable)</name>
+        <created>2008-06-11</created>
+        <revision>1.3.1</revision>
+      </Version>
+      <Version>
+        <name>Previous release (stable)</name>
+        <created>2008-03-07</created>
+        <revision>1.3</revision>
+      </Version>
+      <Version>
+        <name>Previous release (stable)</name>
         <created>2007-07-21</created>
         <revision>1.2</revision>
       </Version>

Modified: xmlgraphics/site/deploy/commons/download.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/download.html?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
--- xmlgraphics/site/deploy/commons/download.html (original)
+++ xmlgraphics/site/deploy/commons/download.html Wed Jun 11 01:54:12 2008
@@ -132,7 +132,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2008" alt="ApacheCon Europe 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/commons/download.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/download.pdf?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/commons/image-loader.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/image-loader.html?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
--- xmlgraphics/site/deploy/commons/image-loader.html (original)
+++ xmlgraphics/site/deploy/commons/image-loader.html Wed Jun 11 01:54:12 2008
@@ -132,7 +132,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2008" alt="ApacheCon Europe 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/commons/image-loader.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/image-loader.pdf?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/commons/index.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/index.html?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
--- xmlgraphics/site/deploy/commons/index.html (original)
+++ xmlgraphics/site/deploy/commons/index.html Wed Jun 11 01:54:12 2008
@@ -135,7 +135,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2008" alt="ApacheCon Europe 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+
@@ -168,6 +168,9 @@
 <a href="#News">News</a>
 <ul class="minitoc">
 <li>
+<a href="#news-2008-06-11">11 Jun 2008: Version 1.3.1 Released</a>
+</li>
+<li>
 <a href="#news-2008-03-07">7 Mar 2008: Version 1.3 Released</a>
 </li>
 <li>
@@ -310,7 +313,18 @@
         RSS Feed: <a href="subproject-news-feed.rss"><img alt="Subproject News Feed" src="feed-icon-14x14.png"></a>
       
 </p>
-<a name="N10110"></a><a name="news-2008-03-07"></a>
+<a name="N10110"></a><a name="news-2008-06-11"></a>
+<h3 class="underlined_5">11 Jun 2008: Version 1.3.1 Released</h3>
+<item date="2008-06-11" title="Version 1.3.1 Released">
+    
+<p>
+      This release is mostly a bugfix release for the image loading framework
+      that has been introduced in version 1.3. For details, please see the
+      <a href="changes.html#version_1.3.1">Changes</a> page.
+    </p>
+  
+</item>
+<a name="N10120"></a><a name="news-2008-03-07"></a>
 <h3 class="underlined_5">7 Mar 2008: Version 1.3 Released</h3>
 <item date="2008-03-07" title="Version 1.3 Released">
     
@@ -329,18 +343,18 @@
     </p>
   
 </item>
-<a name="N10122"></a><a name="news-2007-07-21"></a>
+<a name="N10131"></a><a name="news-2007-07-21"></a>
 <h3 class="underlined_5">21 Jul 2007: Version 1.2 Released</h3>
 <item date="2007-07-21" title="Version 1.2 Released">
     
 <p>
       This release mainly adds support for CMYK and GRAY color spaces for
       PSGenerator. For details about other fixes, please see the
-      <a href="changes.html">Changes</a> page.
+      <a href="changes.html#version_1.2">Changes</a> page.
     </p>
   
 </item>
-<a name="N10131"></a><a name="news-2006-12-22"></a>
+<a name="N10140"></a><a name="news-2006-12-22"></a>
 <h3 class="underlined_5">22 Dec 2006: Version 1.1 Released</h3>
 <item date="2006-12-22" title="Version 1.1 Released">
     
@@ -350,7 +364,7 @@
     </p>
   
 </item>
-<a name="N1013C"></a><a name="news-2006-04-17"></a>
+<a name="N1014B"></a><a name="news-2006-04-17"></a>
 <h3 class="underlined_5">17 Apr 2006: Version 1.0 Released</h3>
 <item date="2006-04-17" title="Version 1.0 Released">
     

Modified: xmlgraphics/site/deploy/commons/index.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/index.pdf?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/commons/linkmap.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/linkmap.html?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
--- xmlgraphics/site/deploy/commons/linkmap.html (original)
+++ xmlgraphics/site/deploy/commons/linkmap.html Wed Jun 11 01:54:12 2008
@@ -132,7 +132,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2008" alt="ApacheCon Europe 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/commons/linkmap.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/linkmap.pdf?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/commons/postscript.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/postscript.html?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
--- xmlgraphics/site/deploy/commons/postscript.html (original)
+++ xmlgraphics/site/deploy/commons/postscript.html Wed Jun 11 01:54:12 2008
@@ -132,7 +132,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2008" alt="ApacheCon Europe 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2008" alt="ApacheCon US 2008 - logo" src="http://apache.org/ads/ApacheCon/2008-usa-125x125.png" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/commons/postscript.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/postscript.pdf?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/site/deploy/commons/subproject-news-feed.rss
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/commons/subproject-news-feed.rss?rev=666582&r1=666581&r2=666582&view=diff
==============================================================================
--- xmlgraphics/site/deploy/commons/subproject-news-feed.rss (original)
+++ xmlgraphics/site/deploy/commons/subproject-news-feed.rss Wed Jun 11 01:54:12 2008
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="ISO-8859-1"?><rss version="2.0"><channel><title>Apache XML Graphics Commons News</title><link>http://xmlgraphics.apache.org/commons/</link><description>
           Subproject News for Apache XML Graphics Commons</description><language>en</language>
+  <item><title>11 Jun 2008: Version 1.3.1 Released</title><guid>news-2008-06-11</guid><link>http://xmlgraphics.apache.org/commons//index.html#news-2008-06-11</link><pubDate>Mi, 11 Jun 2008 00:00:00 +0200</pubDate><description>
+    
+      This release is mostly a bugfix release for the image loading framework
+      that has been introduced in version 1.3. For details, please see the
+      Changes page.
+    
+  </description></item>
   <item><title>7 Mar 2008: Version 1.3 Released</title><guid>news-2008-03-07</guid><link>http://xmlgraphics.apache.org/commons//index.html#news-2008-03-07</link><pubDate>Fr, 7 Mrz 2008 00:00:00 +0100</pubDate><description>
     
       The most important addition in this release is an image loading framework



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org