From: Fredrik Thulin Date: Wed, 9 Mar 2011 09:43:40 +0000 (+0100) Subject: Prepare for release 1.5.0. X-Git-Tag: v1.5.0^0 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc3fce1bdd1e8bdec3d4b4e9d5469765dc6d8a05;p=yubikey-personalization Prepare for release 1.5.0. --- diff --git a/NEWS b/NEWS index 0925faf..a5c8b4b 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,17 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- -* Version x (unreleased) +* Version 1.5.0 (released 2011-03-09) +** An additional binary (ykchalresp) to perform challenge-response was added. + ** When generating keys from passphrase, generate 160 bit keys for modes that support it (OATH-HOTP and HMAC challenge response). -** An additional program to use challenge-response was added. +** OATH-HOTP usability improvements. + +** Serial number of YubiKey (2.2+) is shown with `ykpersonalize -v'. + +** Make `configure' detect FreeBSD 8 libusb implementation. + * Version 1.4.1 (released 2011-01-19) ** Restore OATH-HOTP symbols for LIBYKPERS_1.0. Accidentally moved to LIBYKPERS_1.4 in 1.4.0. diff --git a/configure.ac b/configure.ac index dcda47b..c0ecc7c 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([yubikey-personalization], [1.4.1], +AC_INIT([yubikey-personalization], [1.5.0], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux])