From 34c58f9471b3df4fa8b719b3c3534940ba5cfe1b Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 24 Apr 2008 02:02:05 +0000 Subject: 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. --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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. -- cgit v1.2.3