This repository has been archived by the owner on Apr 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
NEWS
101 lines (56 loc) · 2.43 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
* Version 1.16 (unreleased)
* Version 1.15 (released 2014-09-30)
* Fix boolean SQL portability issue for Oracle.
* Add self-testing through Travis.
* Update some URLs.
* Version 1.14 (released 2013-09-18)
* Add Oracle support via OCI.
* The README is included in the tarball now.
* Version 1.13 (released 2013-04-17)
* Updated release procedure, project moved from Google Code to GitHub.
* Version 1.12 (released 2013-02-05)
* Added COPYING file.
* Version 1.11 (released 2013-01-31)
* Added missing manprefix to Makefile.
* Version 1.10 (released 2013-01-31)
* Changed location of files to /usr/share/yubikey-ksm, etc.
* Changed location of configuration files to /etc/yubico/ksm/.
* Fixed bug causing scripts reading the database to fail if
the config file exists but is not readable by the current user.
* Version 1.9 (released 2013-01-23)
* Renamed hex2bin to yubi_hex2bin.
Issue #1 reported by Dain Nilsson, see:
https://github.com/Yubico/yubikey-ksm/issues/1
* Version 1.8 (released 2013-01-21)
* Added ChangeLog to releases.
* Updated documentation for building/installing.
* Version 1.7 (released 2012-12-21)
* 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/yubico/ksm/config-db files,
as generated by dbconfig.
* Version 1.6 (released 2012-12-18)
* ykksm-gen-keys supports the PSKC YubiKey profile.
* ykksm-checksum sorts by serial number first.
* Removed .pl extension from scripts.
* Added man pages.
* Removed ykksm-upgrade.
* Version 1.5 (released 2010-09-14)
* Brown paper bag release to update NEWS and Makefile before release.
* Version 1.4 (released 2010-09-14)
* 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.
* Fixed perl warning in ykksm-gen-keys.
Issue #3 reported by toddejohnson, see:
http://code.google.com/p/yubikey-ksm/issues/detail?id=3.
* Improve documentation.
* Version 1.3 (released 2010-03-16)
* Added ykksm-checksum tool.
* Version 1.2 (released 2009-12-15)
* Documentation and installation experience substantially improved.
* Version 1.1 (released 2009-12-02)
* Use PHP PDO instead of hard coding use of MySQL database interface.
* Version 1.0 (released 2009-11-19)
* Initial release.