]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 2 Apr 2003 18:45:35 +0000 (18:45 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 2 Apr 2003 18:45:35 +0000 (18:45 +0000)
CHANGES
version.h

diff --git a/CHANGES b/CHANGES
index cb2257009f8101e8e7d8b1236284738d8791bfa9..e9f33c59783aff18ea635c40fc6d8c1e7220a778 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1605,3 +1605,8 @@ Sudo 1.6.7 released.
 503) Fixed false positives in the overflow detection of expand_prompt().
 
 Sudo 1.6.7p1 released.
+
+504) BSD-style warn/err functions are used throughout.
+
+505) The krb5-config script is used to determine Kerberos V CPPFLAGS
+     and LDFLAGS/LIBS if it exists.
index 980c050320fbb03041272ca7bcb968b9281d256a..bad8f687509de8adf3ba13f55127a1e1f4663db1 100644 (file)
--- a/version.h
+++ b/version.h
@@ -37,6 +37,6 @@
 #ifndef _SUDO_VERSION_H
 #define _SUDO_VERSION_H
 
-static const char version[] = "1.6.7";
+static const char version[] = "1.6.8";
 
 #endif /* _SUDO_VERSION_H */