From 5424cb9581f1dfecad97c618af0ec96db2cc7e86 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 11 Apr 2011 14:27:53 +0200 Subject: [PATCH] Add some news entries for 1.5.1. --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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]) -- 2.39.5