next version will be 1.3.0 since new interfaces where added

also fixup map file to show 1.2.0 correctly
This commit is contained in:
Klas Lindfors
2015-12-14 12:22:13 +01:00
parent 63b8b43bef
commit d3b271cd9e
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-
* Version 1.2.3 (unreleased) * Version 1.3.0 (unreleased)
* Version 1.2.2 (released 2015-12-08) * Version 1.2.2 (released 2015-12-08)
+1 -1
View File
@@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AC_INIT([yubico-piv-tool], [1.2.3]) AC_INIT([yubico-piv-tool], [1.3.0])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
+8 -3
View File
@@ -60,13 +60,18 @@ YKPIV_1.1.0
global: global:
ykpiv_set_mgmkey2; ykpiv_set_mgmkey2;
ykpiv_list_readers; ykpiv_list_readers;
ykpiv_import_private_key;
} YKPIV_0.2.0; } YKPIV_0.2.0;
YKPIV_1.2.3 YKPIV_1.2.0
{
global:
ykpiv_import_private_key;
} YKPIV_1.1.0;
YKPIV_1.3.0
{ {
global: global:
ykpiv_change_pin; ykpiv_change_pin;
ykpiv_change_puk; ykpiv_change_puk;
ykpiv_unblock_pin; ykpiv_unblock_pin;
} YKPIV_1.1.0; } YKPIV_1.2.0;