]> err.no Git - yubikey-personalization/commitdiff
Prepare for release 1.5.0. v1.5.0
authorFredrik Thulin <fredrik@yubico.com>
Wed, 9 Mar 2011 09:43:40 +0000 (10:43 +0100)
committerFredrik Thulin <fredrik@yubico.com>
Wed, 9 Mar 2011 09:43:40 +0000 (10:43 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0925fafd67be54fa484bb2c8037597d34888cc7f..a5c8b4be47d42565dc1902b89f042f27ad1997ac 100644 (file)
--- 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.
index dcda47b24632355d2fa079af47d5b50b43dea87c..c0ecc7c0702ab4ae7434821ab7410953dd2936cf 100644 (file)
@@ -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])