-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
386 lines (258 loc) · 16.2 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
===========================================================================
Libchipcard 4.2.4 (2009/01/22)
===========================================================================
This release fixes a few bugs and adds descriptions for some more readers.
===========================================================================
Libchipcard 4.2.0 (2008/08/19)
===========================================================================
This release reintroduces a CryptToken for STARCOS cards and improves
support for the upcoming "Elektronische Gesundheitskarte" which can now be
read by the tool kvkread along with old "Krankenversichertenkarte" cards.
Hardware scans can now be triggered by signals again (was broken in previous
releases).
===========================================================================
Libchipcard 4.1.3 (2008/07/08)
===========================================================================
This release should support MacOSX out-of-the-box again.
===========================================================================
Libchipcard 4.1.2 (2008/07/01)
===========================================================================
This release offers a workaround for an overflow of the DDV card signature
sequence counter (this case is not described in the HBCI specs).
===========================================================================
Libchipcard 4.1.1 (2008/06/11)
===========================================================================
This release fixes a bug in the CTAPI wrapper.
===========================================================================
Libchipcard 4.1.0 (2008/04/26)
===========================================================================
This release adds support for two more readers (O2 Micro 776 and
Cherry ST2000-U). Some bugs have been fixed and support for static linking
has been improved.
===========================================================================
Libchipcard 4.0.0 (2007/11/22)
===========================================================================
Released as stable version 4.0.0.
===========================================================================
Libchipcard 3.9.13rc6 (2007/11/19)
===========================================================================
Added missing files for tool kvkcard.
===========================================================================
Libchipcard 3.9.12rc5 (2007/11/19)
===========================================================================
This release obsoletes the KVK service for German medical cards with the
tool kvkread in daemon mode.
===========================================================================
Libchipcard 3.9.11rc4 (2007/11/17)
===========================================================================
This release simplifies WIN32 installations.
===========================================================================
Libchipcard 3.9.10rc3 (2007/11/16)
===========================================================================
This release fixes SSL secured connections and thus allows for remote
card servers (e.g. slave mode on thin clients works again).
===========================================================================
Libchipcard 3.9.9rc2 (2007/11/11)
===========================================================================
This release just adds a search folder for the free CCID driver.
===========================================================================
Libchipcard 3.9.8rc1 (2007/11/10)
===========================================================================
This is a release candidate for the next stable release of Libchipcard4.
It fixes a minor bug on WIN32 platforms.
===========================================================================
Libchipcard 3.9.7beta (2007/11/07)
===========================================================================
This is a bugfix release.
===========================================================================
Libchipcard 3.9.6beta (2007/11/03)
===========================================================================
This release is now licensed under the LGPL. The CryptToken plugin for
DDV cards now implementes more virtual functions. Some bugs have been
fixed.
===========================================================================
Libchipcard 3.9.5beta (2007/11/02)
===========================================================================
This release adds some internal features which allow Kobil Kaan Advanced
readers to really read German medical cards. Support for win32 platforms
has been improved.
===========================================================================
Libchipcard 3.9.4beta (2007/10/27)
===========================================================================
This release adds support for the SCM SCR3311 reader. Libchipcard can now
be installed locally (in this case it searches for all its file relative to
the location of the executable).
===========================================================================
Libchipcard 3.9.3beta (2007/10/24)
===========================================================================
This is the first release of the new generation which works nicely on
Windows platforms as well. It is now also able to adapt to the different
reader types when using Windows' SCard service (for now only Reiner SCT
readers have been tested on win32 so far).
This version now also supports German medical cards with some more readers
by trying multiple protocols before giving up. This now allows to read those
cards e.g. with the Kobil Kaan Advanced.
===========================================================================
Libchipcard 3.9.2beta (2007/09/11)
===========================================================================
This release has been adapted to the latest version of Gwenhywfar. It now
only uses libsysfs to scan for USB devices and therefore no longer depends
on libusb. This fixes a problem with the USB suspend feature of recent
Linux kernels. This release needs Gwenhywfar 2.9.2beta.
===========================================================================
Libchipcard 3.9.1beta (2007/05/14)
===========================================================================
This release adds support for the latest Cyberjack device. All refrences to
Libchipcard3 have been renamed to simply Libchipcard (without a number). This
also affects the configuration files and paths, so you will have to move your
configuration files!
===========================================================================
Libchipcard 3.9.0beta (2007/05/03)
===========================================================================
This release fixes the problems with some IFD drivers which results from
incorrect definitions of DWORD in libpcsclite. IFD drivers are now also
found on SuSE systems. The driver description file for O2Micro has been fixed.
WARNING: This version uses different paths for configuation files!!
As of 3.9.0 Libchipcard no longer bears the major version number in its name
or configuration files and paths.
===========================================================================
Libchipcard3 3.1.0beta (2007/04/03)
===========================================================================
This release adapts to the latest changes in Gwenhywfar. It now needs
Gwenhywfar3. Some bugs have been fixed and two additional readers are now
supported.
===========================================================================
Libchipcard3 3.0.2 (2006/12/27)
===========================================================================
This version fixes some bugs. The GeldKarte code is now able to read
transactions from newer GeldKarte cards (->AqGeldKarte now works with those
cards as well).
===========================================================================
Libchipcard3 3.0.1 (2006/12/25)
===========================================================================
This version fixes some bugs, adds autodetection support for the
Cherry ST1044u reader and makes Libchipcard3 search for 64 bit drivers.
===========================================================================
Libchipcard3 3.0.0 (2006/11/02)
===========================================================================
This release adds the flag "keeprunning" to the SCM SPR532 reader (its
proprietary driver doesn't like to shutdown and reload). This version should
now work with any German medical card.
===========================================================================
Libchipcard3 2.9.4beta (2006/10/09)
===========================================================================
This release adds support for using the generic CCID driver with multiple
readers in parallel and also adds support for the SCM 3310. This version
supports external development of genuine Libchipcard3 drivers.
===========================================================================
Libchipcard3 2.9.3beta (2006/10/02)
===========================================================================
The slave manager has been completed, some errors have been fixed and this
version now compiles and runs under Windows. Support for Mandriva has been
added and clients can now receive notifications when readers are plugged in
or out. Init scripts have been added.
===========================================================================
Libchipcard3 2.9.2beta (2006/09/26)
===========================================================================
After receiving feedback some bugs have been located and fixed (including
a serious memory leak). A new method of making the server scan for hardware
changes (triggered by POSIX signals) has been added.
The CryptToken plugin for AqBanking has been moved into a separate RPM
package.
===========================================================================
Libchipcard3 2.9.1beta1 (2006/09/25)
===========================================================================
This is the first beta release of Libchipcard3.
The chipcard command and data structure handling has been moved from the
server to the client so the server can now concentrate on ressource
management.
The remote driver code has been removed. Instead the server now has three
operation modes: stand-alone, master and slave. Devices on thin clients
can now be added and removed to/from a central master server. This makes it
very much easier to setup libchipcard3 on thin clients.
In standalone mode the server behaves just like former versions with the
same IPC connection modes.
The chipcard3-tool now has an additional command: "monitor". This command
makes the tool listen for changes on the server (such as drivers, readers
and cards started/stopped etc).
All IFD-alike drivers of Libchipcard2 have been merged into a single one
which now handles all those drivers (IFD2, IFD3 and CCID - both pre and post
1.1.0).
Some important bugs have been fixed and the card command description files
have been cleaned up.
"chipcardd3 init" now works as expected (the corresponding code in
Libchipcard2 didn't work after some changes in Gwenhywfar some time ago).
The client API has been abstracted more to prepare a Windows port of
Libchipcard3 (not yet finished).
===========================================================================
Libchipcard2 2.1.8 (2006/08/25)
===========================================================================
This release fixes a bug which prevented Libchipcard2 from autodetecting
PCMCIA devices. This version now works with OpenSC 0.11.x as well.
===========================================================================
Libchipcard2 2.1.7 (2006/06/15)
===========================================================================
This version allows readers without a keyboard to verify the pin of a
chipcard again. It also fixes a problem with newer GeldKarte cards and now
uses LibSysFS primarily to detect /dev/ttyUSB devices.
===========================================================================
Libchipcard2 2.1.6 (2006/06/16)
===========================================================================
This version fixes a bug in the build system of 2.1.5 which prevented some
users from compiling Libchipcard2.
===========================================================================
Libchipcard2 2.1.5 (2006/06/15)
===========================================================================
This version no longer requires the kernel sources to provide support for
PCMCIA autoconfiguration. It also no longer needs a specially compiled
version of libccid to work with that driver, the normal binary packages
suffice.
===========================================================================
Libchipcard2 2.1.4 (2006/05/03)
===========================================================================
This release fixes some bugs with the CryptTokenDDV and libsysfs 2.0.
===========================================================================
Libchipcard2 2.1.3 (2006/03/26)
===========================================================================
This release fixes a bug which caused the chipcard-tool to segfault. The
command "chipcardd2 addreader --dtype list" now works again.
===========================================================================
Libchipcard2 2.1.2 (2006/03/20)
===========================================================================
This release now works with Libsysfs 2.x.
===========================================================================
Libchipcard2 2.1.1 (2006/03/07)
===========================================================================
This release adapts the driver definition files for the Cyberjack to the
latest driver release (2.0.10) and removes some debug messages.
===========================================================================
Libchipcard2 2.1.0 (2006/02/27)
===========================================================================
This release fixes a problem with Debian's libtool and cleans up the API.
===========================================================================
Libchipcard2 2.0.0 (2006/02/14)
===========================================================================
The latest beta versions seem to be stable, so the current version as been
cleaned up regarding debug messages and released as stable version 2.0.0.
===========================================================================
Libchipcard2 1.9.20beta (2006/01/26)
===========================================================================
This release makes woring with chipcard crypttoken safer (it now uses
functions to report a bad pins to the applications). Libchipcard2 now works
with SCM 33X readers again.
===========================================================================
Libchipcard2 1.9.19beta (2005/12/15)
===========================================================================
This release adds support for Kobil Kaan Advanced (including the keypad) and
adds generic support for CCID drivers again (already works with Kobil Kaan
Advanced). It also improves the autoPort configuration of readers.
===========================================================================
Libchipcard2 1.9.18beta (2005/12/02)
===========================================================================
This release fixes some minor bugs. Introduced direct reader usage for clients
(needed for Reiner SCT Ecom Biometrics).
===========================================================================
Libchipcard2 1.9.17beta (2005/11/22)
===========================================================================
This release adapts to Gwenhywfar2, creates some needed folders and improves
support for IFD drivers.