aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-04-24 02:02:05 +0000
committerRuss Allbery <rra@stanford.edu>2008-04-24 02:02:05 +0000
commit34c58f9471b3df4fa8b719b3c3534940ba5cfe1b (patch)
tree0cf15c3c382e955bd4388e888c3e2fb3eb27da8f /NEWS
parentcccd6417b3d2f91e0c5d51d3f8205796d9528a4c (diff)
Major coding style cleanup. Updated all shared code from my other
projects. The configure option requesting AFS kaserver support (and thus building kasetkey) is now --with-kaserver instead of --with-afs. If KRB5_CONFIG was explicitly set in the environment, don't use a different krb5-config based on --with-krb4 or --with-krb5. If krb5-config isn't executable, don't use it. This allows one to force library probing by setting KRB5_CONFIG to point to a nonexistent file. Sanity-check the results of krb5-config before proceeding and error out in configure if they don't work. Stop setting Stanford-specific compile-time defaults for the wallet server and port.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d706938..83c1bf0 100644
--- a/NEWS
+++ b/NEWS
@@ -10,9 +10,24 @@ wallet 0.9 (unreleased)
Report the correct error message when addprinc fails while creating a
keytab object.
+ The configure option requesting AFS kaserver support (and thus
+ building kasetkey) is now --with-kaserver instead of --with-afs.
+
+ If KRB5_CONFIG was explicitly set in the environment, don't use a
+ different krb5-config based on --with-krb4 or --with-krb5. If
+ krb5-config isn't executable, don't use it. This allows one to
+ force library probing by setting KRB5_CONFIG to point to a
+ nonexistent file.
+
+ Sanity-check the results of krb5-config before proceeding and error
+ out in configure if they don't work.
+
Fix Autoconf syntax error when probing for libkrb5support. Thanks,
Mike Garrison.
+ Stop setting Stanford-specific compile-time defaults for the wallet
+ server and port.
+
wallet 0.8 (2008-02-13)
Fix the wallet client to use check instead of exists.