diff --git a/NEWS b/NEWS index cb3ff65..514a262 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,20 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- -* Version 1.1.3 (unreleased) +* Version 1.2.0 (released 2015-12-07) + +** On OSX use @loader_path instead of @executable_path for ykcs11. + +** Add ykpiv_import_private_key to libykpiv. + +** Raise buffer sizes to support bigger objects. + +** Change behavior of action status, only list populated slots. + +** Add retired keys to ykcs11. + +** In ykcs11 support login with non null terminated pin. + +** Add a new action set-ccc to yubico-piv-tool to set the CCC. * Version 1.1.2 (released 2015-11-13) diff --git a/configure.ac b/configure.ac index 19c4936..39e71a5 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([yubico-piv-tool], [1.1.3]) +AC_INIT([yubico-piv-tool], [1.2.0]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])