1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-12-12 12:08:55 +01:00
yubikey-ksm/NEWS

53 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2012-12-21 13:39:04 +01:00
* Version 1.7 released 2012-12-21
2012-12-18 15:21:55 +01:00
2012-12-21 13:34:47 +01:00
* Replaced usage of 'mcrypt_ecb' as it is deprecated.
Issue #5 reported by Gyula Szabó, see:
http://code.google.com/p/yubikey-ksm/issues/detail?id=5>.
* Read database config from /etc/ykksm/config-db files,
as generated by dbconfig.
2012-12-18 15:03:23 +01:00
* Version 1.6 released 2012-12-18
2010-09-21 12:36:10 +02:00
2011-01-14 14:48:41 +01:00
* ykksm-gen-keys supports the PSKC YubiKey profile.
* ykksm-checksum sorts by serial number first.
2012-12-18 14:06:54 +01:00
* Removed .pl extension from scripts.
* Added man pages.
* Removed ykksm-upgrade.
2010-09-14 21:13:19 +02:00
* Version 1.5 released 2010-09-14
* Brown paper bag release to update NEWS and Makefile before release.
2010-09-14 21:12:29 +02:00
* Version 1.4 released 2010-09-14
2010-09-14 20:34:20 +02:00
2010-09-14 21:05:22 +02:00
* Don't use PDO rowCount, it is not portable.
Issue #2 reported by arte42.ripe, see:
http://code.google.com/p/yubikey-ksm/issues/detail?id=2>.
2010-09-14 20:34:20 +02:00
* Fixed perl warning in ykksm-gen-keys.
Issue #3 reported by toddejohnson, see:
http://code.google.com/p/yubikey-ksm/issues/detail?id=3>.
2010-09-14 20:34:59 +02:00
* Improve documentation.
2010-03-16 15:20:08 +01:00
* Version 1.3 released 2010-03-16
* Added ykksm-checksum tool.
* Version 1.2 released 2009-12-15
2009-12-15 22:06:54 +01:00
* Documentation and installation experience substantially improved.
2010-03-16 15:20:08 +01:00
* Version 1.1 released 2009-12-02
2009-12-02 18:30:01 +01:00
* Use PHP PDO instead of hard coding use of MySQL database interface.
2010-03-16 15:20:08 +01:00
* Version 1.0 released 2009-11-19
2009-12-02 18:30:01 +01:00
* Initial release.