aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-12-08 18:33:09 -0800
committerRuss Allbery <eagle@eyrie.org>2014-12-08 18:33:09 -0800
commit535ab35781b30805962201874ffff16492ca265d (patch)
tree433a3446b17227a87f29e064aa710a88f7f8a4ac /NEWS
parentd5968989923768688b7bd2e4279a9db43a2b93df (diff)
parent49f5b0d38e96d13b6cfb329b21599f9d6ff853d6 (diff)
Merge pull request #1 from jonrober/master
Duo and rename updates
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 039494e..2ad0864 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,20 @@
User-Visible wallet Changes
+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,
+ 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)
A new object type, duo (Wallet::Object::Duo), is now supported. This