summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1994-10-04 17:00:31 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1994-10-04 17:00:31 +0000
commit80e1b5793de6be600797a5d555a0c34d3023b22a (patch)
tree680cebd5497e53e5bd62d97946ab171699d3274f /CHANGES
parent01b4040cdcbe0564980740c167be6284c6f0d7d4 (diff)
downloadsudo-80e1b5793de6be600797a5d555a0c34d3023b22a.tar.gz
updated
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f8535cd33..c5ab537b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -202,3 +202,11 @@ CHANGES from sudo 1.3.1pl2
Pointed out by alfie@dcs.warwick.ac.uk (Nick Holloway).
CHANGES from sudo 1.3.1pl3
+
+69) Sudo will now exit with an error if the command to be run is > MAXPATHLEN.
+
+70) Test in configure for termios support was insufficient. It thought
+ Nextstep 3.2 had termios just because it as termios.h (need to link
+ with -posix for termios on NeXT's)
+
+CHANGES from sudo 1.3.1pl4