aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-01-04 02:13:41 +0000
committerRuss Allbery <rra@stanford.edu>2008-01-04 02:13:41 +0000
commit71ab261ffdb5be4c70c1e5575ee1547913ea77fa (patch)
treea12269f87d70b58a599e7ed45143d8d5cff79721 /NEWS
parenta7f692f43917e4a1f3cc2b9f6dbb87ab66ca96d1 (diff)
The build system now probes for GSS-API, Kerberos v5 and v4, and AFS
libraries as necessary rather than hard-coding libraries. Building on systems without strong shared library dependencies and building against static libraries should now work. Building kasetkey (for AFS kaserver synchronization) is now optional and not enabled by default. Pass --with-afs to enable it. This allows wallet to be easily built in an environment without AFS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d8cc814..d1242aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
User-Visible wallet Changes
+wallet 0.6 (unreleased)
+
+ The build system now probes for GSS-API, Kerberos v5 and v4, and AFS
+ libraries as necessary rather than hard-coding libraries. Building
+ on systems without strong shared library dependencies and building
+ against static libraries should now work.
+
+ Building kasetkey (for AFS kaserver synchronization) is now optional
+ and not enabled by default. Pass --with-afs to enable it. This
+ allows wallet to be easily built in an environment without AFS.
+
wallet 0.5 (2007-12-06)
Allow the empty string in wallet-backend arguments.