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

50 lines
1.3 KiB
Plaintext
Raw Normal View History

2010-06-01 09:56:45 +02:00
* Version 2.6 unreleased
* Don't use rowCount in ykval-revoke, there seems to be some problem
with the rowCount function.
2010-06-22 22:22:12 +02:00
* Add Munin plugin to measure KSM latency.
2010-05-17 15:24:10 +02:00
* Version 2.5 released 2010-05-17
2010-04-23 20:05:10 +02:00
* Fix undefined warnings, issue #8.
* Don't use PDO rowCount function to get number of rows returned
because that isn't portable. Patch from arte42.ripe in issue #7
(yubikey-val-2.1-php-rowcount.patch).
* When number of sync servers equals zero, set sync result to success.
2010-05-17 15:13:36 +02:00
Patch from arte42.ripe in issue #7 (yubikey-val-2.1-syncres.patch).
* When there is only one KSM, use more portable code without async.
2010-05-17 15:13:36 +02:00
Patch from arte42.ripe in issue #7 (yubikey-val-2.1-php-curl.patch).
2010-04-23 20:08:16 +02:00
* Add files COPYING and AUTHORS.
2010-03-16 15:34:18 +01:00
* Version 2.4 released 2010-03-16
2010-03-12 11:09:44 +01:00
* Fix bug in ykval-checksum-clients.php when used with PostgreSQL.
2010-03-16 15:34:18 +01:00
* Version 2.3 released 2010-03-12
2010-03-12 10:45:23 +01:00
* Add ykval-checksum-clients.php, see doc/SyncMonitor.wiki.
2010-03-16 15:34:18 +01:00
* Version 2.2 released 2010-02-22
2010-02-22 14:46:46 +01:00
* Minor cleanups and fixes.
* Add ykval-revoke.php service, see doc/RevocationService.wiki.
2010-03-16 15:34:18 +01:00
* Version 2.1 released 2010-01-29
2010-01-30 08:27:52 +01:00
* Minor cleanups and fixes.
2010-03-16 15:34:18 +01:00
* Version 2.0 released 2010-01-18
2010-01-19 07:50:51 +01:00
* Major re-design to support a new architecture with replicated
servers.
2010-03-16 15:34:18 +01:00
* Version 1.1 released 2009-11-19
2010-01-19 07:50:51 +01:00
* Stable release of non-replicated server.