]> err.no Git - yubikey-personalization.old/commitdiff
Add some news entries for 1.5.1.
authorSimon Josefsson <simon@josefsson.org>
Mon, 11 Apr 2011 12:27:53 +0000 (14:27 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 11 Apr 2011 12:27:53 +0000 (14:27 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a5c8b4be47d42565dc1902b89f042f27ad1997ac..f8afb50a956e60e3fe9c585a6831a248f97d0e6d 100644 (file)
--- 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.
 
index 18e32d7a10f9a8675f378c860e15cf2ffd5b3a58..c9d02cda669ccc240359c55212a692ba95e662d0 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.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])