Changelog for
libpcsclite1-1.7.4-2.1.x86_64.rpm :
Tue Sep 11 14:00:00 2012 wrAATTrosenauer.org
- do not use autoreconf on 12.2 and above (fix build)
Mon Aug 22 14:00:00 2011 brunoAATTioda-net.ch
- Readd if structure to support older versions like evergreen & SLES 11
Sun Aug 21 14:00:00 2011 brunoAATTioda-net.ch
- Fixed runlevel, hal, and /var/lock/subsys
Thu Jun 23 14:00:00 2011 wrAATTrosenauer.org
- Updated to version 1.7.4
* fix regression in 1.7.3: T=1 cards were not working
Wed Jun 22 14:00:00 2011 wrAATTrosenauer.org
- Updated to version 1.7.3:
* hotplug libudev: support libudev >= 171
* hotplug libusb: Fix a memory leak
* pcscd: exit immediately in case of SIGTERM
(Closes Debian bug #620305 \"pcscd slows down shutdown/restart\")
* Send logs to stdout instead of stderr
* Add command line option -T, --color: force use of colored logs
* Define g_rgSCardT?Pci as const structures to be more Windows like
* log at level PCSC_LOG_DEBUG instead of PCSC_LOG_ERROR to avoid
filling the system log file
* Remove the deprecated define FEATURE_MCT_READERDIRECT
(replaced by FEATURE_MCT_READER_DIRECT)
* some other minor improvements and bug corrections
Fri Jun 10 14:00:00 2011 wrAATTrosenauer.org
- allow the automatic power off feature
Wed May 18 14:00:00 2011 wrAATTrosenauer.org
- cleanup spec file and requires
- moved libpcsclite1.so back to devel package
Tue May 3 14:00:00 2011 wrAATTrosenauer.org
- make startup more robust by checking status files (bnc#686674)
Mon May 2 14:00:00 2011 wrAATTrosenauer.org
- disable auto power off/on feature
Tue Apr 5 14:00:00 2011 wrAATTrosenauer.org
- Updated to version 1.7.2:
* use libudev only on Linux and libusb elsewhere
* Try to use a (CCID) class driver if a specific driver fails
to use the reader.
* add support of multi-interfaces readers with libusb
* fix a problem with a multi-slots reader
* some other minor improvements and bug corrections
- cosmetic changes to init script output
Mon Mar 7 13:00:00 2011 cooloAATTnovell.com
- fix syslog not being present in runlevel 4
Mon Jan 10 13:00:00 2011 sbrabecAATTsuse.cz
- Updated to version 1.6.6:
* code and behavior improvements
* many fixes
* uses libusb-1.0
* two security fixes (bnc#609317, CVE-2010-0407,
bnc#661000, CVE-2010-4531)
* for more see ChangeLog
- Disabled HAL support.
- Create dedicated UID and GID \"scard\".
Tue Dec 15 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source
Thu Aug 6 14:00:00 2009 sbrabecAATTsuse.cz
- Updated to version 1.5.3:
* add the reader interface name if provided by the device
* SCardTransmit(): return SCARD_E_UNSUPPORTED_FEATURE if
SCARD_PROTOCOL_RAW is requested by unsupported
* SCardConnect() and SCardReconnect(): set dwActiveProtocol to
SCARD_PROTOCOL_UNDEFINED if SCARD_SHARE_DIRECT is used (conform
to MSDN).
* SCardControl(): correctly check for buffer overflow.
* SCardGetStatusChange() works again.
* detect buffer overflows if pcscd if used by a rogue client
* force access rights on /var/run/pcscd to be sure it can be used
by a libpcsclite client without privileges
* create the PCSCLITE_EVENTS_DIR directory with the sticky bit so
only root or the owner of the event files can remove them
* if RFAddReader() fails with the libhal scheme then we try with
the (old) libusb scheme.
* give a higher priority to a specific driver over the CCID Class
driver.
* some other minor improvements and bug corrections
- Fixed baselibs.conf.
Thu Jun 4 14:00:00 2009 sbrabecAATTsuse.cz
- Fixed permissions of /var/run/pcscd (bnc#466211).
Wed May 27 14:00:00 2009 sbrabecAATTsuse.cz
- Updated to version 1.5.3:
* SCardEstablishContext(): check we do not reuse an already
allocated hContext
* pcsclite.h: add missing SCARD_E_
* and SCARD_W_
* return code.
* reader.h: add PIN_PROPERTIES_STRUCTURE structure and
FEATURE_IFD_PIN_PROPERTIES
* remove powermgt_macosx.c since it is using APSL version 1.1
instead of the BSD-like licence (bnc#474818)
* avoid a possible crash due to a race condition
* change default log level from PCSC_LOG_INFO to PCSC_LOG_ERROR
* CardDisconnect(): call RFUnlockAllSharing() instead of
RFUnlockSharing() to release all nested locks. Visible in
OpenSC \"pkcs11-tool -I\".
* some other minor improvements and bug corrections
- Fixed possible overflows (bnc#499734).
Thu Apr 9 14:00:00 2009 sbrabecAATTsuse.cz
- Updated to version 1.5.2:
* SCardGetStatusChange(): return if the state of the reader
changed since the previous call
* SCardCancel() now works as expected
* log TxBuffer and RxBuffer if the SCardControl() command failed
* add a mutex to avoid a race condition
* SCardGetStatusChange() may not return if the reader was removed
* some other minor improvements and bug corrections
- Start daemon by default (bnc#466430).
- Ensure that Apple Public Source License Version 1.1 does not
apply (bnc#474818).