diff options
author | Stef Walter <stef@memberwebs.com> | 2009-12-21 21:10:15 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-12-21 21:10:15 +0000 |
commit | 3a4608ec5eb05426cf9ba13c879da32f49a4fbf1 (patch) | |
tree | 057c4d1c2e0c207eb8a4639adbec57ba8326d4cb /NEWS | |
parent | 37d87d26ed9f017634a72b479c65582dcba34a0c (diff) |
Release version 2.29.4
And do a bunch of distcheck fixes.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +Changes in version 2.29.4 are: + * Refactor how the daemon starts up. + * Allow init with already present environment variables, using --start. + * Install autostart files for each component of the daemon. + * New DBus Secret Service API for accessing passwords and secrets. + * Old protocol for accessing secrets is no longer present. + * libgnome-keyring is now its own module, and no longer bundled + with gnome-keyring. + * Use normal GtkEntry when prompting for passwords. + * Requires GTK+ 2.18 + * Implement new more flexible control protocol for pam and startup. + * Complete more of the gp11 PKCS#11 wrapper library. + * Implement AES key wrapping and unwrapping in PKCS#11 components. + * Implement DH key generation and derivation in PKCS#11 components. + * Integrate testing of PKCS#11 components via p11-tests. + * Implement PKCS#11 component for storing 'keyring' style secrets. + * Don't complain if we can't set session environment variables. + * When running a debug build, warnings are fatal. + * Refactor testing. + * Encrypted channel for password with prompting dialog. + Changes in version 2.28.2 are: * Add license to reference documentation. * Sent output of g_printerr to syslog. |