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.
# (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])
# 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])