From: Fredrik Thulin Date: Mon, 28 Nov 2011 13:14:48 +0000 (+0100) Subject: Prepare version 1.6.2. X-Git-Tag: v1.6.2^0 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d3b38ba8e4b82226ce36076bb897d84ec415fa;p=yubikey-personalization Prepare version 1.6.2. --- 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])