]> err.no Git - yubikey-personalization.old/commitdiff
Document and bump the library versions.
authorRichard Levitte <levitte@lp.se>
Mon, 24 Aug 2009 13:45:13 +0000 (13:45 +0000)
committerRichard Levitte <levitte@lp.se>
Mon, 24 Aug 2009 13:45:13 +0000 (13:45 +0000)
NOTE: the new code it yet untested\!  Proceed with care\!

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index dbb983857cac2e8116e472dbf4d227028c0a5e25..e8cba2086e515a24f357321d3c2369f795e340b2 100644 (file)
--- 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.
index d11816068d9df17fd594f24d8ca15d63ea8df88e..1e09acd5c5fd5e2c21c98bad7be54204162c36e9 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], [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