From 649b853715e2640cf38038b584662ddac6c4075f Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 30 Jan 2010 11:44:16 +0000 Subject: [PATCH] Bump version number, document changes in 1.3 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 741b8b2..81d7168 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,18 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.3 (released 2010-01-30) + +** libykpers-1: Give warning on unknown firmwares, but don't stop + +** OATH-HOTP support + +ykpersonalize now supports the OATH-HOTP flags. + +** Updated documentation + +The documentation has been updated to explain the flags a bit better +and OATH-HOTP documentation has been added. + * Version 1.2 (released 2010-01-22) ** libykpers-1: Whitelist firmware version 2.1 too. diff --git a/configure.ac b/configure.ac index 6d9df4d..92a1fd9 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.2], +AC_INIT([yubikey-personalization], [1.3], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.39.5