diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-09 15:32:54 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-09 15:32:54 -0800 |
commit | ccf1cd7efa90bdcbe834e0d4ca144289cca97fd7 (patch) | |
tree | a3f791ef91920da7a1857e2e95bab3ecdf9aa4a7 /NEWS | |
parent | ce6c27ef04783e21baf44549ff9e361e0c0f148e (diff) |
Update portability code to rra-c-util 3.0
Add replacements for mkstemp and setenv, since we now use them when
obtaining credentials in the client. Fix the bool type with Sun Studio
12 on Solaris 10.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,8 @@ wallet 0.10 (unreleased) * Prefer KRB5_CONFIG over a path constructed from --with-*. * Update GSS-API probes for Solaris 10's native implementation. * Change AC_TRY_* to AC_*_IFELSE as recommended by Autoconf. + * Use AC_TYPE_LONG_LONG_INT instead of AC_CHECK_TYPES([long long]). + * Provide a proper bool type with Sun Studio 12 on Solaris 10. wallet 0.9 (2008-04-24) |