]> err.no Git - yubikey-personalization.old/commitdiff
Prepare version 1.6.2. v1.6.2
authorFredrik Thulin <fredrik@yubico.com>
Mon, 28 Nov 2011 13:14:48 +0000 (14:14 +0100)
committerFredrik Thulin <fredrik@yubico.com>
Mon, 28 Nov 2011 13:15:01 +0000 (14:15 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d62302e6c212758baededc76b3643404e1b602a6..2c0b99abbb6bc483e614f21f4be4f869e2dd1ee8 100644 (file)
--- 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 <mith@jrbobdobbs.org>.
+
+** Use correct return type for getopt() - fixes problem on CPUs where
+'char' defaults to unsigned. Reported by <serge.hallyn@canonical.com>.
 
 ** Header files are now usable from C++.
 Reported by Giampaolo Bellini.
index 7142a3d6339dbb04d476348665e97542f75705a0..66f176dc46cab88848afb898961f62f088fc73a8 100644 (file)
@@ -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])