diff --git a/ChangeLog b/ChangeLog index 6a1571737a19606e869dce81d7ae2718df47f76f..8e8e366226679e6424461727ccf79d4b863a67d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ CVS code - - Added tmp check to TMP_OPT section (how apropriate). - Added new consistency checking code from securityfocus article by Oliver Friedrichs, and use O_EXCL if tmp == 1. + - We now run check on result of lstat(), not stat(), to be + safer. New variable anyexists, we use still use realexists + later in the program. - winio.c: edit_add() - Off by one display error (fix by Rocco Corsi).