From: Richard Levitte Date: Mon, 24 Aug 2009 13:45:13 +0000 (+0000) Subject: Document and bump the library versions. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~99 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56555881a4b9f85f1fe938e2d08db58342d501f;p=yubikey-personalization.old Document and bump the library versions. NOTE: the new code it yet untested\! Proceed with care\! --- diff --git a/NEWS b/NEWS index dbb9838..e8cba20 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,12 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- It's still possible to give modhex numbers by preceding them with `m:'. +** Make it possible to program the second configuration. +Added the two flags -1 and -2 to ykpersonalize. + +** Have ykpersonalize show the new configuration and prompt. +This makes it possible for the user to prevent incorrect configurations. + * Version 0.95 (released 2009-08-17) ** Enable handling of programming access code. diff --git a/configure.ac b/configure.ac index d118160..1e09acd 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.95], +AC_INIT([yubikey-personalization], [0.96], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux]) @@ -36,9 +36,9 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST(LT_CURRENT, 2) -AC_SUBST(LT_REVISION, 1) -AC_SUBST(LT_AGE, 1) +AC_SUBST(LT_CURRENT, 3) +AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_AGE, 2) AM_INIT_AUTOMAKE([-Wall -Werror]) AC_PROG_CC