added one

This commit is contained in:
Todd C. Miller
1994-08-05 23:10:16 +00:00
parent 6f4d5e7e71
commit 5130df6aff

View File

@@ -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.