From 5130df6affe67975e3583702c8d23492d6ebe7cc Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 5 Aug 1994 23:10:16 +0000 Subject: [PATCH] added one --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 99386f52f..103642894 100644 --- a/CHANGES +++ b/CHANGES @@ -165,3 +165,6 @@ CHANGES from sudo 1.3 57) Added -k and -h options and rearranged some of the code to be more modular and less braindamaged. This introduces the concept of "run modes" to sudo. + +58) Fixed visudo and flex. visudo now calls yyrestart() if you are using + flex instead of lex. From bostley@cs.colorado.edu.