You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/01/08 01:01:06 UTC

svn commit: r366943 - /maven/maven-1/plugins/trunk/jira/xdocs/changes.xml

Author: aheritier
Date: Sat Jan  7 16:01:03 2006
New Revision: 366943

URL: http://svn.apache.org/viewcvs?rev=366943&view=rev
Log:
Never filter binary files

Modified:
    maven/maven-1/plugins/trunk/jira/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/jira/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/xdocs/changes.xml?rev=366943&r1=366942&r2=366943&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jira/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jira/xdocs/changes.xml Sat Jan  7 16:01:03 2006
@@ -25,6 +25,7 @@
   <body>
     <release version="1.3-SNAPSHOT" date="in SVN">
       <action dev="ltheussl" type="update">Layout changes: mimic default JIRA appearance, also show votes.</action>
+      <action dev="aheritier" type="fix">Icons are corrupted (images are filtered during the copy).</action>
     </release>
     <release version="1.2" date="2005-12-03">
       <action dev="fgiust" type="fix">Only log an error if the jira changes xml can't be parsed instead of throwing an Exception</action>