summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-10-07 16:36:20 +0000
committerThierry Vignaud <tv@mandriva.org>2009-10-07 16:36:20 +0000
commit7e279ee3d040497d8764b754ac2b6e4d22b083b7 (patch)
tree288560f08d81654a2e5984909d8f9f18589fce35
parent13f00299526653d35c7787bb46aaf11e8eae3b73 (diff)
downloadperl-MDK-Common-7e279ee3d040497d8764b754ac2b6e4d22b083b7.tar
perl-MDK-Common-7e279ee3d040497d8764b754ac2b6e4d22b083b7.tar.gz
perl-MDK-Common-7e279ee3d040497d8764b754ac2b6e4d22b083b7.tar.bz2
perl-MDK-Common-7e279ee3d040497d8764b754ac2b6e4d22b083b7.tar.xz
perl-MDK-Common-7e279ee3d040497d8764b754ac2b6e4d22b083b7.zip
df() fix for mips didn't actually made it in 1.2.20
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1dc5b8d..08a5fb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- fix df on mips, statfs structure is different from x86
- substInFile:
o ensure we keep old file as file.bak until we wrote new file
o call fsync() when editing a non empty file
@@ -5,7 +6,6 @@
Version 1.2.20 - 13 August 2009, by Aurelien Lefebvre
- Call fsync after writing to ensure that files are written
-- fix df on mips, statfs structure is different from x86
Version 1.2.19 - 09 June 2009, by Eugeni Dodonov