From: levitte@gmail.com Date: Mon, 24 Aug 2009 11:08:49 +0000 (+0000) Subject: Update with version info for 0.95 X-Git-Tag: yubikey-personalisation_0.97-1~39 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ef6cb7d8e14d5c7ec13a54f35d25b647e566386;p=yubikey-personalization Update with version info for 0.95 git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@141 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- diff --git a/NEWS b/NEWS index 2fa928b..d47f74f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 0.95 (released 2009-08-17) + +** Enable handling of programming access code. +Includes modification of help (-h) text and manual. + * Version 0.94 (released 2009-08-10) ** Improve error handling for libusb-1.0 backend. diff --git a/configure.ac b/configure.ac index 87f814b..d118160 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], [0.94], +AC_INIT([yubikey-personalization], [0.95], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux])