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

102 lines
2.4 KiB
Plaintext
Raw Permalink Normal View History

2014-09-30 22:07:25 +02:00
* Version 1.16 (unreleased)
2014-09-30 21:48:11 +02:00
* Version 1.15 (released 2014-09-30)
2014-08-21 15:19:18 +02:00
* Fix boolean SQL portability issue for Oracle.
* Add self-testing through Travis.
2014-09-04 13:22:35 +02:00
* Update some URLs.
2013-09-18 14:33:06 +02:00
* Version 1.14 (released 2013-09-18)
2013-04-17 19:01:50 +02:00
2013-09-05 20:26:18 +02:00
* Add Oracle support via OCI.
2013-09-18 14:31:32 +02:00
* The README is included in the tarball now.
2013-04-17 17:50:09 +02:00
* Version 1.13 (released 2013-04-17)
2013-04-17 17:49:53 +02:00
* Updated release procedure, project moved from Google Code to GitHub.
2013-02-05 11:01:04 +01:00
* Version 1.12 (released 2013-02-05)
2013-01-31 15:25:10 +01:00
2013-02-04 16:53:27 +01:00
* Added COPYING file.
2013-01-31 15:17:06 +01:00
* Version 1.11 (released 2013-01-31)
* Added missing manprefix to Makefile.
2013-01-31 14:50:42 +01:00
* Version 1.10 (released 2013-01-31)
2013-01-23 17:44:15 +01:00
* Changed location of files to /usr/share/yubikey-ksm, etc.
* Changed location of configuration files to /etc/yubico/ksm/.
2013-01-31 14:50:42 +01:00
* Fixed bug causing scripts reading the database to fail if
the config file exists but is not readable by the current user.
2013-01-23 16:44:34 +01:00
* Version 1.9 (released 2013-01-23)
2013-01-23 15:56:34 +01:00
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-23 16:44:34 +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.
2013-01-23 16:44:34 +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:
2015-03-26 11:24:19 +01:00
http://code.google.com/p/yubikey-ksm/issues/detail?id=5.
2012-12-21 13:34:47 +01:00
* Read database config from /etc/yubico/ksm/config-db files,
2012-12-21 13:34:47 +01:00
as generated by dbconfig.
2013-01-23 16:44:34 +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.
2013-01-23 16:44:34 +01:00
* Version 1.5 (released 2010-09-14)
2010-09-14 21:13:19 +02:00
* Brown paper bag release to update NEWS and Makefile before release.
2013-01-23 16:44:34 +01: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:
2015-03-26 11:24:19 +01:00
http://code.google.com/p/yubikey-ksm/issues/detail?id=2.
2010-09-14 21:05:22 +02:00
2010-09-14 20:34:20 +02:00
* Fixed perl warning in ykksm-gen-keys.
Issue #3 reported by toddejohnson, see:
2015-03-26 11:24:19 +01:00
http://code.google.com/p/yubikey-ksm/issues/detail?id=3.
2010-09-14 20:34:20 +02:00
2010-09-14 20:34:59 +02:00
* Improve documentation.
2013-01-23 16:44:34 +01:00
* Version 1.3 (released 2010-03-16)
2010-03-16 15:20:08 +01:00
* Added ykksm-checksum tool.
2013-01-23 16:44:34 +01:00
* Version 1.2 (released 2009-12-15)
2009-12-15 22:06:54 +01:00
* Documentation and installation experience substantially improved.
2013-01-23 16:44:34 +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.
2013-01-23 16:44:34 +01:00
* Version 1.0 (released 2009-11-19)
2009-12-02 18:30:01 +01:00
* Initial release.