summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-12-08 18:43:29 -0800
committerRuss Allbery <eagle@eyrie.org>2014-12-08 18:43:29 -0800
commit391f4f927e4bef8de9b470cbc86edfd0c039f463 (patch)
tree601fbac0b671b52be09536b977dcfc12f4cc9406
parent535ab35781b30805962201874ffff16492ca265d (diff)
Release 1.2
Change-Id: I4157db0f690542db0eb1bfbcb7e15bfee890cd65
-rw-r--r--NEWS22
-rw-r--r--README2
-rw-r--r--configure.ac2
3 files changed, 15 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 2ad0864..272b109 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,23 @@
User-Visible wallet Changes
-wallet 1.2 (2014-10-08)
+wallet 1.2 (2014-12-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,
+ 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.
+ old duo type still exists for compatability. To enable these object
+ types for an existing wallet database, use wallet-admin to register the
+ new object.
+
+ New rename command 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. Currently, rename is only
+ supported for file objects, but may be supported by other backends in
+ the future.
wallet 1.1 (2014-07-16)
diff --git a/README b/README
index 0a6b4a6..f21b9ad 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- wallet release 1.1
+ wallet release 1.2
(secure data management system)
Written by Russ Allbery <eagle@eyrie.org>
diff --git a/configure.ac b/configure.ac
index 7bd0585..7c687cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ dnl
dnl See LICENSE for licensing terms.
AC_PREREQ([2.64])
-AC_INIT([wallet], [1.1], [eagle@eyrie.org])
+AC_INIT([wallet], [1.2], [eagle@eyrie.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_LIBOBJ_DIR([portable])
AC_CONFIG_MACRO_DIR([m4])