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.
# (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])
# 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