From: Tollef Fog Heen Date: Sat, 30 Jan 2010 11:44:16 +0000 (+0000) Subject: Bump version number, document changes in 1.3 X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~34 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649b853715e2640cf38038b584662ddac6c4075f;p=yubikey-personalization.old Bump version number, document changes in 1.3 --- 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])