1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-11-29 00:24:14 +01:00

Fixed typos in NEWS

This commit is contained in:
Henrik Stråth 2015-03-26 11:24:19 +01:00
parent 16be3d0d42
commit f2713f1a49

6
NEWS
View File

@ -51,7 +51,7 @@
* Replaced usage of 'mcrypt_ecb' as it is deprecated. * Replaced usage of 'mcrypt_ecb' as it is deprecated.
Issue #5 reported by Gyula Szabó, see: Issue #5 reported by Gyula Szabó, see:
http://code.google.com/p/yubikey-ksm/issues/detail?id=5>. http://code.google.com/p/yubikey-ksm/issues/detail?id=5.
* Read database config from /etc/yubico/ksm/config-db files, * Read database config from /etc/yubico/ksm/config-db files,
as generated by dbconfig. as generated by dbconfig.
@ -76,11 +76,11 @@
* Don't use PDO rowCount, it is not portable. * Don't use PDO rowCount, it is not portable.
Issue #2 reported by arte42.ripe, see: Issue #2 reported by arte42.ripe, see:
http://code.google.com/p/yubikey-ksm/issues/detail?id=2>. http://code.google.com/p/yubikey-ksm/issues/detail?id=2.
* Fixed perl warning in ykksm-gen-keys. * Fixed perl warning in ykksm-gen-keys.
Issue #3 reported by toddejohnson, see: Issue #3 reported by toddejohnson, see:
http://code.google.com/p/yubikey-ksm/issues/detail?id=3>. http://code.google.com/p/yubikey-ksm/issues/detail?id=3.
* Improve documentation. * Improve documentation.