From: Richard Levitte Date: Mon, 24 Aug 2009 11:08:49 +0000 (+0000) Subject: Update with version info for 0.95 X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~104 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7694c4f7302652f566b006c48fc36b27802a48e0;p=yubikey-personalization.old Update with version info for 0.95 --- 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])