diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 11:21:32 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2014-07-16 13:34:52 -0700 |
commit | 9c623d86356967e0f6f094e2381a6e5e3c05f547 (patch) | |
tree | 2231def1472a3ed57903cf104e7d675bea891be1 | |
parent | 8353614fd8f64c0971f5bb8ef5d75a4f2b7d71db (diff) |
Release 1.1
Change-Id: I823bb20d129e4c1efdb607821adc3b134c2f6276
Reviewed-on: https://gerrit.stanford.edu/1563
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
-rw-r--r-- | LICENSE | 28 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 18 insertions, 16 deletions
@@ -10,22 +10,23 @@ Copyright: 2006-2010, 2012-2013 License: Expat Files: * -Copyright: 2000-2002, 2004-2012 Russ Allbery <eagle@eyrie.org> - 2001-2013 The Board of Trustees of the Leland Stanford Junior University +Copyright: 2000-2002, 2004-2014 Russ Allbery <eagle@eyrie.org> + 2001-2014 The Board of Trustees of the Leland Stanford Junior University License: Expat Files: Makefile.in -Copyright: 1994-2011 Free Software Foundation, Inc. - 2006-2008, 2010, 2013 +Copyright: 1994-2013 Free Software Foundation, Inc. + 2006-2008, 2010, 2013-2014 The Board of Trustees of the Leland Stanford Junior University License: FSF-unlimited and Expat Files: aclocal.m4 -Copyright: 1996-2012 Free Software Foundation, Inc. +Copyright: 1996-2013 Free Software Foundation, Inc. License: FSF-unlimited -Files: build-aux/compile build-aux/depcomp build-aux/missing -Copyright: 1996-1997, 1999-2000, 2002-2012 Free Software Foundation, Inc. +Files: build-aux/ar-lib build-aux/compile build-aux/depcomp + build-aux/missing +Copyright: 1996-2013 Free Software Foundation, Inc. License: GPL-2+ with Autoconf exception or Expat Files: build-aux/install-sh @@ -59,7 +60,7 @@ Files: client/wallet-rekey.1 client/wallet-rekey.pod client/wallet.1 client/wallet.pod docs/design docs/design-acl docs/design-api docs/netdb-role-api docs/notes docs/objects-and-schemes docs/setup docs/stanford-naming perl/t/data/README tests/HOWTO tests/config/README -Copyright: 2006-2013 +Copyright: 2006-2014 The Board of Trustees of the Leland Stanford Junior University 2010 Russ Allbery <eagle@eyrie.org> License: all-permissive @@ -76,7 +77,7 @@ License: FSF-configure Files: m4/gssapi.m4 m4/krb5-config.m4 m4/krb5.m4 m4/lib-depends.m4 m4/lib-pathname.m4 m4/remctl.m4 m4/snprintf.m4 m4/vamacros.m4 -Copyright: 2005-2012 +Copyright: 2005-2014 The Board of Trustees of the Leland Stanford Junior University License: unlimited This file is free software; the authors give unlimited permission to copy @@ -84,9 +85,10 @@ License: unlimited notice is preserved. Files: portable/asprintf.c portable/dummy.c portable/krb5-extra.c - portable/krb5.h portable/macros.h portable/mkstemp.c portable/setenv.c - portable/stdbool.h portable/strlcat.c portable/strlcpy.c portable/system.h - portable/uio.h tests/portable/asprintf-t.c tests/portable/mkstemp-t.c + portable/krb5.h portable/macros.h portable/mkstemp.c + portable/reallocarray.c portable/setenv.c portable/stdbool.h + portable/strlcat.c portable/strlcpy.c portable/system.h portable/uio.h + tests/portable/asprintf-t.c tests/portable/mkstemp-t.c tests/portable/setenv-t.c tests/portable/strlcat-t.c tests/portable/strlcpy-t.c util/macros.h Copyright: no copyright notice, see License @@ -112,7 +114,7 @@ License: Powell-snprintf Files: util/messages.c util/messages.h util/xmalloc.c util/xmalloc.h Copyright: 1991, 1994-2003 The Internet Software Consortium and Rich Salz 2004-2006 Internet Systems Consortium, Inc. - 2008-2010, 2012 + 2008-2010, 2012-2014 The Board of Trustees of the Leland Stanford Junior University License: ISC Permission to use, copy, modify, and distribute this software for any @@ -1,6 +1,6 @@ User-Visible wallet Changes -wallet 1.1 (unreleased) +wallet 1.1 (2014-07-16) A new object type, duo (Wallet::Object::Duo), is now supported. This creates an integration with the Duo Security cloud multifactor @@ -1,4 +1,4 @@ - wallet release 1.0 + wallet release 1.1 (secure data management system) Written by Russ Allbery <eagle@eyrie.org> diff --git a/configure.ac b/configure.ac index d49c7b5..7bd0585 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.0], [eagle@eyrie.org]) +AC_INIT([wallet], [1.1], [eagle@eyrie.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_LIBOBJ_DIR([portable]) AC_CONFIG_MACRO_DIR([m4]) |