-CHANGES between sudo 1.2 (unofficial version)
+CHANGES from sudo 1.2 (unofficial version)
01) sudo now works under hpux, aix, sunos, bsd43, ultrix, linux, osf and irix.
17) The bulk of sudo now runs with the caller's real uid. Grep for
be_root() to find the exceptions.
-CHANGES between sudo 1.3
+CHANGES from sudo 1.3
18) Added SECURE_PATH as suggested by russells@ccu1.auckland.ac.nz.
29) _BSD_COMPAT is now defined for Irix.
30) The global variable uid is now initialized to -2 because I'm paranoid.
+
+31) Native Solaris 2 port from Matthew.Stier@aisg.com
+
+32) Now use sysconf(2) instead of getdtablesize(2) if it is available
+ (see change #31). Because of the the getdtablesize() emulation for
+ hpux is no longer necesary.