~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2005-11-27 18:04:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127180459-qrex2gzpq9d8jexd
Tags: 1.2.9-beta9-1
* New upstream version
* debian/compat: change from 3 to 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
- improve performances between pcscd and libpcsclite
 
2
  see http://archives.neohapsis.com/archives/dev/muscle/2005-q4/0086.html
 
3
 
 
4
- allow the use of extended APDU without breaking libpcsclite ABI
 
5
  For now we have either normal APDU (max 256 bytes) or extended APDU
 
6
  (--enable-extendedapdu, max 32K bytes) but not both
 
7
 
 
8
- include Apple patches and improvements (if possible/needed)
 
9
 
 
10
- power on the card _only_ if an application requests a connection
 
11
  see Alioth bug #301965
 
12
 
 
13
- use a callback from IFD handler to pcscd instead of pooling to get the
 
14
  card status: better performance, possible lower power consumption
 
15
 
 
16
Oct 2005