1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2025-01-19 16:52:16 +01:00

65 lines
1.6 KiB
Plaintext
Raw Normal View History

2013-01-23 15:56:34 +01:00
* Version 1.9 unreleased
2013-01-23 16:03:34 +01:00
* Renamed hex2bin to yubi_hex2bin.
Issue #1 reported by Dain Nilsson, see:
https://github.com/Yubico/yubikey-ksm/issues/1
2013-01-21 16:19:19 +01:00
* Version 1.8 released 2013-01-21
2012-12-21 13:44:54 +01:00
* Added ChangeLog to releases.
2013-01-21 16:19:19 +01:00
* Updated documentation for building/installing.
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 10:36:10 +00:00
2011-01-14 13:48:41 +00: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 19:13:19 +00:00
* Version 1.5 released 2010-09-14
* Brown paper bag release to update NEWS and Makefile before release.
2010-09-14 19:12:29 +00:00
* Version 1.4 released 2010-09-14
2010-09-14 18:34:20 +00:00
2010-09-14 19:05:22 +00: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 18:34:20 +00: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 18:34:59 +00:00
* Improve documentation.
2010-03-16 14:20:08 +00:00
* Version 1.3 released 2010-03-16
* Added ykksm-checksum tool.
* Version 1.2 released 2009-12-15
2009-12-15 21:06:54 +00:00
* Documentation and installation experience substantially improved.
2010-03-16 14:20:08 +00:00
* Version 1.1 released 2009-12-02
2009-12-02 17:30:01 +00:00
* Use PHP PDO instead of hard coding use of MySQL database interface.
2010-03-16 14:20:08 +00:00
* Version 1.0 released 2009-11-19
2009-12-02 17:30:01 +00:00
* Initial release.