From 7f578a7e756f38ec92c147c6b3d9c774c3533410 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Tue, 18 Jan 2011 22:22:46 +0100 Subject: [PATCH] Updates for new release 1.4.1. --- NEWS | 4 ++++ configure.ac | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b02071b..6c95625 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* 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. + * Version 1.4.0 (released 2011-01-17) ** Add support for new features in YubiKey 2.2. Most notably challenge-response, but also serial number retrieval. diff --git a/configure.ac b/configure.ac index b9261f9..2fac624 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.0], +AC_INIT([yubikey-personalization], [1.4.1], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux]) @@ -36,9 +36,9 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST(LT_CURRENT, 3) +AC_SUBST(LT_CURRENT, 4) AC_SUBST(LT_REVISION, 0) -AC_SUBST(LT_AGE, 2) +AC_SUBST(LT_AGE, 3) AM_INIT_AUTOMAKE([-Wall -Werror]) AC_PROG_CC -- 2.39.5