diff --git a/WHATSNEW b/WHATSNEW
index 8a86a74ac..0fbf10cbf 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -241,6 +241,8 @@ Other changes:
* Pathconvert no longer requires that one of (targetos|pathsep|dirsep)
be set; platform defaults are used when this is the case.
+* Added preservelastmodified attribute to fixcrlf task. Bugzilla 25770.
+
Fixed bugs:
-----------
diff --git a/docs/manual/CoreTasks/fixcrlf.html b/docs/manual/CoreTasks/fixcrlf.html
index 78ff157dd..a33166497 100644
--- a/docs/manual/CoreTasks/fixcrlf.html
+++ b/docs/manual/CoreTasks/fixcrlf.html
@@ -231,6 +231,12 @@ supports all attributes of <fileset>
of a processed file. (Since ant 1.6.1)
<fixcrlf srcdir="${src}" @@ -283,7 +289,7 @@ EOF characters are left alone if run on DOS systems, and are removed if run on Unix systems. You never know what editor a user will use to browse README's.
-Copyright © 2000-2004 The Apache Software Foundation. All rights +
Copyright © 2000-2005 The Apache Software Foundation. All rights Reserved.