From: Simon Josefsson Date: Mon, 11 Apr 2011 12:27:53 +0000 (+0200) Subject: Add some news entries for 1.5.1. X-Git-Tag: v1.5.1~10 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5424cb9581f1dfecad97c618af0ec96db2cc7e86;p=yubikey-personalization Add some news entries for 1.5.1. --- diff --git a/NEWS b/NEWS index a5c8b4b..f8afb50 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.5.1 (unreleased) + +** Added native Windows backend. +It is used automatically when building with a Mingw compiler, but you +use --with-backend=windows to request it. + +** Fixed a crash in the self test on 64-bit platforms. + * Version 1.5.0 (released 2011-03-09) ** An additional binary (ykchalresp) to perform challenge-response was added. diff --git a/configure.ac b/configure.ac index 18e32d7..c9d02cd 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.5.0], +AC_INIT([yubikey-personalization], [1.5.1], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux])