diff options
author | Jon Robertson <jonrober@stanford.edu> | 2014-10-27 20:13:09 -0700 |
---|---|---|
committer | Jon Robertson <jonrober@stanford.edu> | 2014-10-27 20:13:09 -0700 |
commit | d3c1f060b491f9fba5d8765e221dc931d2639ccb (patch) | |
tree | 0935a2c58188d72f3f9f2d4a205ec726dd9a7b8e /NEWS | |
parent | f0d6302bbc5fd477236e3c5ea2193a17ef405bba (diff) |
Updated NEWS with pending release notes
Change-Id: I7730b4779180d7ad85dd4d1b6e71d8576a27a662
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,13 +1,19 @@ User-Visible wallet Changes -wallet 1.11 (2014-10-08) +wallet 1.2 (2014-10-08) The duo object type has been split into several sub-types, each for a specific type of Duo integration. The old type's functionality has been moved to duo-pam (Wallet::Object::Duo::PAM), and new types are - supported for Duo's auth proxy configurations for LDAP and Radius. - These types are duo-radius and duo-ldap - (Wallet::Object::Duo::RadiusProxy and Wallet::Object::Duo::LDAPProxy). + supported for Duo's auth proxy configurations for LDAP and Radius, + and their RDP configuration. These types are duo-radius, duo-ldap, + and duo-rdp (Wallet::Object::Duo::RadiusProxy, + Wallet::Object::Duo::LDAPProxy, and Wallet::Object::Duo::RDP). The + old duo type still exists for compatability. + + A rename command has been added for file type objects. This will + change the name of the object itself, and move any stored data for the + file to the correct location for the new name. wallet 1.1 (2014-07-16) |