| 2006/01/26: Libchipcard2 1.9.20beta Released |
| This release makes working with chipcard crypttoken safer (it now uses functions to report a bad pins to the applications). Libchipcard2 now works with SCM 33X readers again. |
| 2005/12/15: Libchipcard2 1.9.19beta Released |
| 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. |
| 2005/12/02: Libchipcard2 1.9.18beta Released |
| This release fixes some minor bugs. Introduced direct reader usage for clients (needed for Reiner SCT Ecom Biometrics). |
| 2005/11/23: Libchipcard2 1.9.16beta Released |
|
This release features a complete rewrite of the server core. It is now able to scan for devices on the following buses:
This release is based on the latest release of Gwenhywfar (1.99.0beta), so in order to use it you must update Gwenhywfar, too. |
| 2005/08/24: Libchipcard2 1.9.15beta Released |
| The Starcos card code has been partially redesigned to be more flexible.This will also make it easier to use other RSA cards in the future. |
| 2005/08/23: Libchipcard2 1.9.14beta Released |
|
This release fixes some bugs in version 1.9.13beta which prevented AqHBCI from using DDV cards. Please note that Libchipcard2 1.9.13beta and newer obsolete the AqHBCI plugins DDVCard and RSACard. |
| 2005/02/19: Libchipcard2 Version 1.9.10beta released |
Changes are as follows:
|
| 2005/01/30: >Libchipcard2 Version 1.9.9beta released |
| This version features many bugfixes and adds the pseudo-driver (CTAPI) described below. |
| 2005/01/30: Added German Installation Documentation for Libchipcard2 |
|
These pages have been created using the phantastic OpenOffice which also exported them as HTML ;-) |
| 2005/01/30: Added CTAPI Driver For Libchipcard2 |
|
This driver allows every program with the ability to access CTAPI drivers to work with Libchipcard2. This is done by telling the program that Libchipcard2 itself is such a driver. When ask for the driver file select /usr/lib/libchipcard2ctapi.so |
| 2005/01/27: Bugfixed Version of Cyberjack Driver |
|
I fixed a bug in the Cyberjack driver and added a feature expected for version 2.0.6. This is necessary to use the latest Libchipcard2 version. Please replace version 2.0.5(mp) of the driver on your system with this one. As soon as 2.0.6 is out you should use that version. |
| 2005/01/26: First Joint Release of Libchipcard2 |
|
From now one the package Libchipcard2 contains the client and the server code. This version contains some very important fixes. Interprocess communication is much faster now. For old Cyberjack readers you need the latest driver version (either my version - see above - or 2.0.6, as soon as it gets out). |
| 2005/01/26: Bugfixed Version of Towitoko Driver |
|
I just fixed a bug in the Towitoko driver for serial readers concerning memory cards with a capacity of 16KB. Those cards do not work with the latest released driver. I already informed Carlos Prados (the author of the driver) but he didn't answer so far. So I decided to offer my version on the download page. |
| 2005/01/07: Package Merge |
|
The current CVS contains a merged version of Libchipcard2. Future releases will therefore only consist of a single package which contains both client and server code. This will make it much easier for me to maintain Libchipcard2. |
| 2004/12/31: Released Chipcard2-Client 1.9.5beta and Chipcard2-Server 1.9.7beta |
|
These are the last releases for this year. Changes in the server package:
|
| 2004/12/30: Using Cyberjack Devices |
|
I just added some important code to the server CVS module. This version should now work without problems with all cyberjack devices. Here is some information about which driver to use with which Cyberjack reader. How To Identify The ReaderJust use the following command to check for the version of your reader:
This should deliver some lines of text saying something like this:
Ecom or old CyberjacksThese devices use the USB serial converter. They work best with the old driver (version 1.x). Please note that theoretically the new driver also supports old Cyberjack devices. However, sometimes it gets confused when it comes to detecting the correct /dev/ttyUSBx device, especially when other USB-serial devices are present. New CyberjacksThese readers use USB directly. Therefore the most recent driver (2.x) is needed. |
| 2004/11/29: Server and Client Packages Released |
|
| 2004/11/02: Server Package Released |
| I just released version 1.9.5beta of the server package. It now contains the notification framework explained below. |
| 2004/10/29: Chipcard2: CVS-Progress |
|
The current CVS version contains a notification framework. This allows clients to sign up for the reception of notification messages. These messages tell the interested client about which reader/driver/service has been started/is up/is down etc. I also just started working on a KDE tool which monitors the state of the chipcard2 daemon (KChipcard2Mon). It will show a docked icon with the current status of the card readers. |
| 2004/10/10: New Releases |
| This release of both the server and the client fixes some internal bugs and adds support for German "Geldkarte" cards and RSA-HBCI cards. The server now really autodetects Towitoko USB readers. |
| 2004/09/26: New Releases |
It's been a long time but finally there are new releases for both the client and the server ;-)
|
| 2004/07/03: New Releases |
|
I just released the current version of Libchipcard2. News are as follows:
|
| 2004/06/18: CVS Progress |
|
The current CVS version of the server now has improved and portable autoconfiguration capabilities ;-) This is acomplished by using libusb. In theory autoconfiguration should now be portable across multiple POSIX system (amongst which are Linux, FreeBSD, NetBSD, OpenBSD, Darwin). I will make a new release this weekend. |
| 2004/06/17: CVS Progress |
|
The current CVS version of the server now has autoconfiguration capabilities. However, this only applies to systems running Linux 2.4.x (since /proc/bus/usb is used). The following readers can now be detected and setup automagically:
In theory all USB readers can be detected. But for this to work you need a description file (driver.xml) which tells Libchipcard2 which vendor/product id pairs belong to which reader and where to find lowlevel drivers. Serial readers however will never be detected automatically since autoprobing serial ports could freeze your system (and maybe even damage hardware connected to serial ports). |
| 2004/06/15: CVS Progress |
|
The current CVS version of the server now has a test mode for every driver.
In this mode a driver does not contact a chipcard daemon but tries to connect a card reader directly. |
| 2004/06/14: Chipcard2 - 1.9.1beta2/3 Released |
I just released the next betas of the client and the server packages. News are as follows:
|
| 2004/06/09: DDV Plugin For Old OpenHBCI Released |
|
I just released a plugin for the old OpenHBCI version used by GnuCash. This new plugin uses Libchipcard2. If you want to use this new plugin with AqMoney or GnuCash you will have to install it and change all occurances of DDVCard in the configuration file ~/.openhbci by DDVCard2. To change it back you simply need to revert these changes and deinstall the new plugin. |
| 2004/06/09: Clarification: Client And Server Packages |
|
While watching the download count I realized that there are more downloads for the client package than there are for the server package. Well, unless you have another Chipcard2-Server you will need both packages in order to use a chipcard reader... The server package is the one which manages your card readers while the client simply accesses the server to find inserted chipcards and to issue commands to the cards. |
| 2004/06/04: Chipcard2 - 1.9.1beta1 Released |
|
I just released the current CVS-version of libchipcard2. What's new ?
|
| 2004/06/04: Progress Report on Libchipcard2 |
|
The current CVS version of Libchipcard2 now works with CTAPI drivers for Kobil and Cyberjack readers ;-) Currently Libchipcard2 only supports processor cards and HBCI cards. The next priority is to write a driver abstraction which is able to directly use IFD drivers (these are the drivers used by PC/SC) in order to get the SCM reader to work as well. You can get the current CVS version of Libchipcard2 this way: cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/libchipcard login [press enter when asked for a password] cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/libchipcard co chipcard2This presents you with a folder containing two modules:
|
| 2004/05/31: Progress Report on Libchipcard2 |
|
The current CVS version of Libchipcard2 now contains a new chipcard daemon. This new daemon starts a new process for every reader. After a given timeout the readers are released in order to make them useable with other programs which directly access them via CTAPI. This solves some of the problems reported with the old chipcard daemon. I will hopefully release a first test version of Libchipcard2 this week. |
| 2004/01/10: Towitoko Chipdrive Pinpad Works |
|
The latest driver for the Towitoko Chipdrive Pinpad now has support for secure pin input via the builtin keypad. I just started programming the upcoming version of Libchipcard (1.0), and that version will have support for secure pin input with this driver. |
| 2003/10/25: Towitoko Chipdrive Pinpad Works |
|
The recent version of the driver for the Towitoko Chipdrive Pinpad now works with Libchipcard. However, the keypad of that device is not yet usable, but the manufacturer (SCM) just started working on that. Note: The Towitoko Chipdrive Pinpad is also known as SCM SPR532. |
| 2003/10/12: Bug in Cyberjack Driver Description File |
|
This bug forces you to use incorrect USB port numbers with Reiner-SCT Cyberjack, i.e. if your reader is connected to USB0 you have to tell libchipcard that it is connected to USB1. Well, the bug description contains the workaround, so this is not a severe bug. However, I guess I will have to make a new release in the next week or so. Thanks to Nils Ohlmeier for fixing these bugs and submitting patches ;-) |
| 2003/09/04: Work Has Begun |
|
This is the plan:
After that I will be able to work on OpenHBCI again. The next generation of OpenHBCI is based on Gwenhywfar, so that project has to be finished before I can finish OpenHBCI. |
| 2003/09/02: Examen Passed |
|
Hi, I passed my final examens for this semester, so I have time to work on Libchipcard again. I have some ideas already, so the work on this project will continue from now on ;-) |
| 2003/08/29: Engine Already Started |
|
Hi guys, please hold on, next week I will begin working on the next version of Libchipcard. Well, first I will have to move the libchameleon stuff into its own project which is called Gwenhyfwar. This is a base library which has been used by Libchipcard and AqBackup for a long time, and which will be used by the next version of OpenHBCI. BTW: Please note that I will not accept any HTML mails anymore! All HTML mails are moved to /dev/null because in the last few months I've been flooded with spam mails and I really got sick of it. And most of them are HTML. |
| 2003/07/29: Problems With Kobil B1S |
|
It has been reported that using a Kobil B1S Professional card reader sometimes does not work with Libchipcard. In that case you should verify that the firmware of the card reader has a recent version (version 1.04 does not work, while version 2.08 does). You can download recent firmware versions from Kobil. |
| 2003/06/24: Libchipcard 0.9.1 Released |
|
This is just a maintenance release. It fixes some minor bugs and typos and improves the debugging output.
Until September I have no time to create binary packages, so for now you are stuck to the tarball.
The current version of OpenHBCI does work with this release, so it is safe to update libchipcard. |
| 2003/06/17: Release Plans |
|
Libchipcard seems to be quite stable now, at least I did not hear about any complaints in the past. Between that release and September of this year there will be no more work on Libchipcard, since I have to prepare for my Aerztliche Vorpruefung. But I already have some Ideas for the next major release:
Some more ideas (farther away)
|
| 2003/06/15: Berlios Offline |
I started hosting AqBackup myself, since there are very big problems with Berlios:
|
| 2003/06/07: New Project Started - AqBackup |
|
After experiencing a major system crash some time ago I decided to create my own backup system. The important thing is that my new backup system - AqBackup - uses some core parts of Libchipcard, because they seem to be pretty stable now:
This has some big advantages for Libchipcard, too: While I'm working on AqBackup I'm improving these core parts, so in the end this will benefit the next version of Libchipcard (0.9.1) ;-)
The reason why I wrote my own backup system is simple and typical for all OpenSource developers:
AqBackup is hosted by Berlios (project page is
http://aqbackup.berlios.de) I hope someone else finds this project as usefull as I do ;-) |
| 2003/05/26: New RPMs ? |
|
I would like to provide Redhat 9.0 packages as well.
Unfortunately I don't have Redhat 9.0 (I have SuSE, Mandrake, Debian, Redhat8 and I don't want to add yet another system just for this single purpose of buidling packages). However, I started a call for help on the mailinglist but nobody answered so far. So as long as nobody feels the need to give back to the Open Source Community instead of taking only I will not be able to provide you with more packages than those I already have. Sorry. |
| 2003/05/24: New RPMs for SuSE 8.2 |
|
By courtesy of Christian Stimming I can provide you with fresh packages for SuSE 8.2 ;-) Thanks Christian ;-) |
| 2003/05/23: Birthday of our Constitution |
|
Just a little tribute to the commonly unknown 64th birthday of the (western) German Constitution: |
| 2003/05/17: OpenHBCI 0.9.10 Released |
|
The latest release of OpenHBCI now works with the latest version of Libchipcard, so it is safe
now for you to upgrade Libchipcard, too. In fact, the new DDVCard plugin of OpenHBCI depends on the latest version of Libchipcard. |
| 2003/05/14: Libchipcard 0.9 Released |
|
I finally released the new generation of libchipcard. Please note that if you are using Libchipcard with OpenHBCI then you should probably wait until this weekend, because otherwise you would need to use the CVS version of OpenHBCI. However, the next release of OpenHBCI is scheduled for this weekend, and that version will be adapted to the latest changes in Libchipcard. For a list of changes see here, here and if you are a developer please look here. |
| 2003/05/13: Release 0.9 Scheduled For This Week |
| Just to inform you that I will release version 0.9 (stable) this week, since it seems to be stable. |
| 2003/05/12: CVS Progress |
|
Tonight I committed the new KDE tool KChipCardControl to CVS. This tool supplies you with a GUI which allows to:
|
| 2003/05/09: Version 0.9beta1 Released |
|
This is the first beta of the new line 0.9. OpenHBCI has already been adapted to
the latest changes in Libchipcard. What's new ?
|
| 2003/05/05: PGP Key Has Changed ! |
|
Because of the system crash I experienced yesterday I was urged to create new PGP keys. Please update your version of my key accordingly. |
| 2003/05/05: CVS Progress |
|
Ok, forget about the last news entry, due to a system crash I lost a few files of this
project, which have not been committed to CVS. So I guess I will keep the latest 0.9 CVS version and continue working on that. The chipcardd stays ;-) However, the AQService stuff has been committed, so maybe I decide later to work on that again... |
| 2003/05/03: CVS Progress |
Currently version 0.9 is under heavy development. Besides the already
announced minor API changes, there are the following changes inside the core of
LibChipcard:
|
| 2003/05/01: Bugfix Release 0.8.5 |
|
This release fixes the bug described below. This should be the last 0.8er release, I'm currently heavily working on 0.9. |
| 2003/04/24: OpenHBCI Works With Libchipcard 0.9 |
|
Tonight I updated the chipcard plugin of OpenHBCI so that it now compiles
and works with the current CVS version of Libchipcard (upcoming
0.9). |
| 2003/04/24: BUG in Version Configuration File Management | |
|
Grmpf, just after releasing the last version today I received a bug report
about an error within the configration file manager. It occurs when importing a file with more than one branch inside. E.g.:
In this case only the first branch is imported, the second is ignored ! This bug has been fixed in the current CVS version and will most likely provoke a new release this week. |
| 2003/04/24: Security Fix Release Version 0.8.4 |
|
This version fixes a security problem that might have occurred if a client
terminated abnormally. In this case the card was not properly reset so that theoretically another client could make use of the security context already established on the card. This version also has fixed command files so support for Towitoko and Cyberjack readers is fullly restored. |
| 2003/04/24: CVS Progress - Started Working on Version 0.9 |
|
WARNING: The current CVS version is incompatible with previous
versions ! So if you rely on the old API you should not install the current CVS version. This next generation of Libchipcard is more cleaned up. What's New ?Direct creation of CTCard and derived objects is no longer allowed. You must now use the new class CTCardTrader which waits for cards and returns a valid CTCard object if a card becomes available. This new class basically replaces the whole startWaitForCard et. al. stuff which started to become intransparent. I included some very descriptive tutorials to show how this works. I will add support for the current version to the appropriate OpenHBCI plugins in order to make tis version usable with OpenHBCI. The CTCard class is now much cleaner, some unnecessary methods of CTCard have been removed and some bugs have been discovered and fixed. I also started to work on a windows version of the chipcardd. The tools and Libchipcard itself already work under Windows, but due to the Windows environment which is totally incompatible with Unix (->signals and other stuff are missing here) the chipcardd which was designed for POSIX systems is more or less useless under Windows. I also started adding internationalization to the tools. Now all tools are shipped with a German translation. |
| 2003/04/23: BUG in Version 0.8.3 With Cyberjack And Towitoko Readers |
|
Unfortunately there is a bug in three command files. Well, it is more like a
missing feature than like a bug. However, the new versions of these files include now special commands for the Cyberjack and Towitoko readers, so that RSA cards should work again with these readers. Please download the following three files and place them in PREFIX/share/libchipcard/commands PREFIX is the place where you installed Libchipcard, usually /usr/local. You might need to hold the shift key while clicking on the files above in order to download them. |
| 2003/04/21: Libchipcard Works On OpenBSD ;-) |
|
It took me one day to adapt Libchipcard to make it work on OpenBSD 3.2 ! It has been tested and verified with a Towitoko card reader. This reader ships with an OpenSource driver which I had the chance to adapt to OpenBSD some time ago. You can download a binary package for OpenBSD from the well known download page. |
| 2003/04/20: Released Version 0.8.3 |
|
Today I decided to provide you with an easter egg ;-) Changes in this version are as follows:
|
| 2003/04/15: Next Release Ahead |
| This is just to inform you, that I will release version 0.8.3 in the next few days ;-) |
| 2003/04/12: CVS Progress |
Latest changes in CVS:
|
| 2003/04/12: Potential Bug Fixed in CVS |
|
It seems that newer OpenSSL versions do need an exponent even with private
keys. Without changes Libchipcard could crash when used with latest OpenSSL versions. This has not been observed yet, but I don't want to wait until it does ;-) I will have to make a new release next week (0.8.3) |
| 2003/04/11: Site Update |
|
I updated the online API documentation to the
current version (0.8.2). This is the same API documentation which is available from the download page. |
| 2003/04/11: CVS Progress |
| Started working on internationalization, HBCICard is the first tool to ship with a complete German translation. |
| 2003/04/09: CVS Progress |
Some minor changes ;-)
|
| 2003/04/02: CVS Progress |
|
This version has some important internal changes. Since some functionality has
been added the SO number is now 18 instead of 17. However, since this version
is still binary downwards compatible with version 17 I've set the SO-age to 1.
So there is no need to recompile depending libraries/programs (I checked that
with aqmoney). However, since FreeBSD doesn't use the aging mechanism of libtool you have to recompile depending libraries and programs on FreeBSD systems. This update is only vital if you are using the Medical Card Daemon (kvkd), so no need to hurry ;-) Changes are:
|
| 2003/04/01: More Binary Packages |
The last missing binary packages have been added to the download page. So for now I provide binaries for
|
| 2003/03/31: Released Version 0.8.2 |
This release features the following changes (besides some bugfixes):
|
| 2003/03/11: Released Version 0.8.1 |
|
Please note that only the chipcard library and tools have changed, libchipcard-kde has not ! So for all distributions you may still use the old libchipcard-kde packages. This version includes some minor fixes:
|
| 2003/03/03: Bugfixes in 0.8 |
|
The current CVS version contains a bugfix which concerns working with the PC/SC daemon. Unforunately the chipcardd daemon sometimes crashes when using that daemon due to a silly bug in Libchipcard. I also fixed a typo in the configure script. I will have to make a new release this week (0.8.1). |
| 2003/02/18: Libchipcard Version 0.8 Released |
|
I finally released this new major version. Please note that older clients will not work with this new daemon and vice versa
due to some necessary internal changes. However, the protocol used for communication is now stable and is not likely to undergo more of those changes. Changes as posted on Freshmeat/Sourceforge: This version features support for Unix Domain Sockets, fixes some bugs and many memory leaks and adds general support for every possible CTAPI driver through a new and flexible driver configuration system. The chipcard daemon has been improved towards stability and better control of ressource usage. Libchipcard now ships with a manpage for every executable. Thanks to Thomas Viehmann there is now a manpage for every executable in the packages ;-) This version has been tested with Linux (Redhat, SuSE, Mandrake) and FreeBSD 4.6.2. |
| 2003/02/17: CVS Updates: Major Improvements |
|
Tonight I implemented many of the features I always wanted to add ;-) This brings to you the most flexible version of Libchipcard in its history. Unfortunately I had to make major internal mdoifications, even to the format of some message. As a result older clients will not be able to connect to the new daemon. However, drawbacks are minimal, since the most clients are shipped with Libchipcard itself, the most important projects which depend on Libchipcard (OpenHBCI and AqMoney) are about to make a new release this week, and they will use the new version. Another possible candidate is Gnucash. However, precompiled binaries for Gnucash do not include support for Libchipcard, so they are not affected. If you compiled your own Gnucash version yourself then you should recompile OpenHBCI and Gnucash. Libchipcard 0.8 maintains source compatibility with 0.7. I will release version 0.8 today or tomorrow. Changes are:
|
| 2003/02/16: CVS Updates, Release of Version 0.8 Ahead |
Last night brought some major improvements to libchipcard:
So I will release version 0.8 before wednesday. |
| 2003/02/15: CVS Updates |
| The current cvs version (0.7.5 build6) fixes many memory leaks discovered using valgrind. |
| 2003/02/13: Version 0.7.5 Released |
|
Ok, this version is out now, please see message below for a list of changes. I'm currently working on a PAM module, and maybe I will included a kind of fake CTAPI in the next version, which will allow programs which are using the CTAPI directly to smoothly work with Libchipcard. |
| 2003/02/12: New Release Ahead |
|
I am currently preparing a new release of Libchipcard, now version 0.7.5. This version fixes some important bugs and features some internal changes. The most important change is in chipcardd, the daemon chipcard daemon. It now consists of two processes: One which is actually doing the job and another one supervising it. This allowed me to easily implement the HUP signal which makes the daemon reload its configuration. For the next release I'm working on a PAM module for Linux which will allow you to login using a HBCI RSA card. Please let me know what you would like to have added to Libchipcard, or even better: Implement new classes yourself and submit them to me. I would gladly incorporate them in the next releases. |
| 2003/02/09: CVS Updates |
This night brought some major improvements to chipcardd and thus to KCardSetup:
|
| 2003/02/06: Problems with Reiner-SCT-Cyberjacks |
|
Please note that Libchipcard has problems with secure pin verification using this reader. The problem is that I don't know the correct control value used by this reader's driver to allow verification of Format-2-PINs. These are the pins used for HBCI (home banking) cards. I already contacted the manufacturers support and am now waiting for a reply. Kobil readers are unaffected. So for now I recommend against using the keypad of the reader in conjunction with libchipcard. The current CVS version of KCardSetup now shows a warning if the checkbox "keypad" is marked. |
| 2003/02/05: Version 0.7.4 Released |
|
After passing the final test this semester I have now time to work on Libchipcard again ;-) Changes are as follows:
|
| 2003/01/28: New Release Scheduled For the End of the Week |
|
Since some bugs have been discovered (and fixed) I will have to release another version this week. This is necessary to provide a stable version for OpenHBCI and GnuCash, which will both shortly release a new version, too. |
| 2003/01/28: Bugs Found in Version 0.7.3 |
Some bugs have been discovered in version 0.7.3:
|
| 2003/01/26: Added Debian Binary Packages |
By courtesy of Thomas Viehmann I was able to add binary packages for
So now we have binaries for:
|
| 2003/01/25: Version 0.7.3 Released |
Changes are as follows:
|
| 2003/01/19: Version 0.7.2 Released |
| This is only a compile fix mainly for FreeBSD. Now I can provide you with binary packages for FreeBSD 4.6.2 ;-) |
| 2003/01/17: Version 0.7.1 is Out |
|
I finally released version 0.7.1
Please see the news message from 2003/01/14 for a list of changes ;-) Additional changes:
|
| 2003/01/16: Releases Postponed |
|
The release of version 0.7.1 is postponed, since the sourceforge CVS servers are currently down. This happened without prior notice, so there was no way for me to prepare for this situation :-( |
| 2003/01/14: Release of Version 0.7.1 ahead |
I will release version 0.7.1 today or tomorrow. It will contain these changes:
|
| 2003/01/08: Released Version 0.7(stable) |
|
Looking forward to the exam I have to pass in about 5 weeks I decided to release this version today (and
not this weekend) and to start intensive learning tomorrow ;-) What' new ?
What has been removed ?
|
| 2003/01/06: Release Plans for 0.7(stable) |
|
A release of the first stable version of LibChipCard 0.7 is scheduled for this weekend (Jan 11 or 12). Please use the remaining time to report all bugs you can find (even small ones ;-) |
| 2003/01/05: Released 0.7beta5 |
|
This should be the last beta before the final release of version 0.7. Changes in LibChipCard
|
| 2002/12/31: Released 0.7beta4 |
This version can be considered a release candidate, so I decided to provide the first binary packages for
Changes are as follows:
|
| 2002/12/30: CVS Progress Status |
|
I updated both CVS modules (libchipcard-current and libchipcard-kde). I strongly recommend a CVS update of both modules (cvs update).
|
| 2002/12/28: Added API Documentation Package |
|
| 2002/12/28: Bug in Version 0.7beta3 When No PCSC Is Available |
|
| 2002/12/28: Released 0.7beta3 |
This release separates the KDE tools from the library. So if you are upgrading from older versions and want
to have the KDE tools you need to download
|
| 2002/12/22: Bug in Command File for RSACards |
|
| 2002/12/22: Released Version 0.7beta2 |
This beta release includes some fixes for the build system and internal cleanups.
|
| Problems Compiling LibChipCard 0.7 When Old LibChipCard 0.6.x is Still Around |
|
| 2002/12/15: Released Version 0.7beta1 |
|
| 2002/12/14: CVS Progress Status |
|
| 2002/12/13: First Beta of 0.7 Scheduled for this Weekend |
|
LibChipCard now becomes usable, so I might dare to release a first beta this weekend ;-) I will now concentrate on the documentation. |
| 2002/12/13: CVS Progress Status |
|
| 2002/12/12: CVS Progress Status |
|
| 2002/12/11: CVS Progress Status |
|
| 2002/12/10: CVS Progress Status |
|
| 2002/12/09: Minor Compile-Bug in Version 0.6.1 |
This only applies to the tarball, all binary packages are installed to correct locations. |
| 2002/12/09: CVS Progress Status |
|
| 2002/12/08: CVS Progress Status |
|
| 2002/12/07: CVS Progress Status |
|
| 2002/12/04: CVS Progress Status |
|
| 2002/12/03: Total Rewriting of LibChipCard in C |
|
After checking the size of the RPM and DEB packages I started to completely rewrite LibChipCard. The new core
is written in pure C, using my new sublibrary Chameleon to improve portability. The upcoming version 0.7 will provide a chip card daemon which has the following features:
As soon as the server is complete (for now two commands are missing) I will start to implemenent the command engine. I plan to use a configuration file driven command execution scheme which will later allow to extend LibChipCard without the need of writing a single line of code ;-) After that I will create the C++-wrapper (the class CTCard) so that applications won't notice these major internal changes. Implemented so far
|