From 90d3b38ba8e4b82226ce36076bb897d84ec415fa Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Mon, 28 Nov 2011 14:14:48 +0100 Subject: [PATCH] Prepare version 1.6.2. --- NEWS | 10 +++++++++- configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d62302e..2c0b99a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- -* Version 1.6.2 (unreleased) +* Version 1.6.2 (released 2011-11-28) + +** Check return value of calloc() when creating errno variables. + +** Fix build on OpenBSD with it's own libusb. Reported and patched by +Doug Huff . + +** Use correct return type for getopt() - fixes problem on CPUs where +'char' defaults to unsigned. Reported by . ** Header files are now usable from C++. Reported by Giampaolo Bellini. diff --git a/configure.ac b/configure.ac index 7142a3d..66f176d 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.6.1], +AC_INIT([yubikey-personalization], [1.6.2], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux]) @@ -37,7 +37,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 7) -AC_SUBST(LT_REVISION, 1) +AC_SUBST(LT_REVISION, 2) AC_SUBST(LT_AGE, 6) AM_INIT_AUTOMAKE([-Wall -Werror]) -- 2.39.5