Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 11cc77b1e3242ae75ff47ef381707c2f > files > 9

libyubikey-1.5-4.fc13.i686.rpm

Libyubikey NEWS -- History of user-visible changes.             -*- outline -*-

* Version 1.5 (released 2008-09-31)

** The library now use a linker version script.
It falls back to using Libtool's -export-symbols-regex if linker
version scripts are not supported.

** Added new APIs to check validity of hex/modhex strings.
The APIs are yubikey_modhex_p and yubikey_hex_p.

* Version 1.4 (released 2009-04-30)

** Improved instructions in README on how to build the package.

** Add interfaces yubikey_hex_encode and yubikey_hex_decode.

** The ykdebug tool now takes hex encoded AES keys instead of modhex encoded.

* Version 1.3 (released 2009-03-25)

** Add YUBIKEY_MODHEX_MAP.

** Use char* instead of uint8_t* for modhex functions.

* Version 1.2 (released 2009-01-13)

** Don't link to libpam.

** Add libtool -export-symbols-regex to restrict exported symbols.

* Version 1.1 (released 2008-06-10)

** Include simple.mk in distribution.

* Version 1.0 (released 2008-06-10)

** Uses autoconf, automake and libtool.

** Renamed function namespace from pof_* to yubikey_*.