You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/24 16:32:19 UTC

svn commit: r499444 - /velocity/engine/trunk/xdocs/changes.xml

Author: henning
Date: Wed Jan 24 07:32:18 2007
New Revision: 499444

URL: http://svn.apache.org/viewvc?view=rev&rev=499444
Log:
add VELOCITY-191 fix to the changelog

Modified:
    velocity/engine/trunk/xdocs/changes.xml

Modified: velocity/engine/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/xdocs/changes.xml?view=diff&rev=499444&r1=499443&r2=499444
==============================================================================
--- velocity/engine/trunk/xdocs/changes.xml (original)
+++ velocity/engine/trunk/xdocs/changes.xml Wed Jan 24 07:32:18 2007
@@ -25,7 +25,14 @@
   </properties>
 
   <body>
-    <release version="1.5-dev" date="in Subversion">
+    <release version="1.5" date="in Subversion">
+
+      <action type="add" dev="henning" issue="VELOCITY-191" due-to="Aki Nieminen">
+        Make FileResourceLoader unicode aware to allow skipping over BOM markers
+        like those created by Windows Notepad. This is a workaround for a Java
+        bug, where Java itself does not recognize the UTF-8 BOM as defined by
+        the unicode standard.
+      </action>
 
     </release>