
2004/09/10: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- adapted to latest changes in gwen


2004/06/15: Ronny Buchmann <ronny-hbci@vlugnet.org>
---------------------------------------------------
- forward port rpm build fixes from openhbci2-plugin-ddvcard


2004/06/01: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- don't stop enumerating card contexts when the first empty context is found
  (fixes the problem which occurs if there are valid contexts after
  empty ones)


======================================================================
2004/01/21 Released openhbci2-plugin-ddvcard-1.9
======================================================================


2004/01/21: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- applied a build patch submitted by Ronny Buchmann
- changed version to 1.9 to be in sync with version of OpenHBCI2


2004/01/19: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- applied a multi-distribution patch for RPMs submitted by
  Ronny Buchmann. Thanks to him it is now much easier to create RPMs for
  the various distributions ;-)
- moved path <openhbci-tng/> to <openhbci2/> for all includes
- changed needed OpenHBCI version to 1.9.0


2004/01/15: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- mediumddv-09.cpp: now number and version of the signature/crypt key is taken
  from the card instead of assuming 0 (I already fixed that in the old plugin
  for OpenHBCI but forgot to copy that fix to OpenHBCI-TNG)
- fixed a bug in the code above


2004/01/13: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- mediumddv-09.cpp: Now uses the new method auth::setSecretStatus to tell
  the authentificator about the status of the PIN.


2004/01/10: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- removed property "loglevel", since OpenHBCI/AqMoney themselves now
  use the GWEN_Logger, and using this property here would cause more problems
  than it actually helps solving.
- improved debugging output


======================================================================
2003/12/08 Released openhbci-plugin-ddvcard-0.5.1
======================================================================


2003/11/22: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- corrected spelling of Gwen using Thomas Viehmann's nice script.
  Needs Gwen's current CVS version


======================================================================
2003/11/02 Released openhbci-plugin-ddvcard-0.5
======================================================================


2003/11/02: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- mountMedium() now does not use the keypad of a read if a pin has been
  given


======================================================================
2003/07/02 Released openhbci-plugin-ddvcard-0.3
======================================================================
	
2003/07/02: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- added LIBRARY to EXTRA_DIST section


2003/06/24: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- added property "loglevel" to MediumDDV. This is the loglevel of Libchipcard,
  so we have a way now to change that level from OpenHBCI even without
  OpenHBCI knowing about libchipcard. This level is set every time we
  create a CTCardTrader (which is every time we want to mount a chipcard). 
  Please note that the last loglevel wins, because this level is not handled
  on a per chipcard level.
- added property "usekeypad" to MediumDDV. This is a boolean variable.
  If true (which is the default), the keypad of a reader will be used, if the
  reader has one. Otherwise the default authentificator will be used. This
  allows for automation of homebanking with card readers, too, without the
  need to disable the keypad by libchipcard.
- added descriptions of properties to README
- moved location of properties within config to "properties/" to avoid
  namespace collisions


2003-06-23  Christian Stimming <stimming@tuhh.de>

	* configure.in: Add --with-pluginpath argument; only for experts,
	but useful for rpm building when the respective openhbci rpm is
	not installed on the build system. Added some more error checking.

2003-06-15  Christian Stimming  <stimming@tuhh.de>

	* openhbci-ddvcard.spec.in: Fix build_root issues, improve spec
	file.

	* configure.in: Rename package to openhbci-plugin-ddvcard.

	* src/Makefile.am: Add versioned mediumddv files to DIST target.

2003/05/17: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- fixed a bug in configure srcipt which occurred when statically linking
  in external plugins


===========================================================================
MARK: released openhbci-plugin-ddvcard-0.1 (2003/05/16)
===========================================================================


2003/05/11: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- now the conveniance library "libddvcard.so" is created (but not installed).
  This allows to copy this whole package into a subfolder of OpenHBCI, so
  that OpenHBCI can statically link in this plugin.
- added prefix "ddvcard_" to all exported symbols as required by current
  OpenHBCI


2003/05/08: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- fixed a bug in MediumDDV, now a wrong card in any reader really is
  ignored as it should be ;-)
  Now the medium code selects the correct card from all available readers


2003/05/06: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- adapted to latest changes in Libchipcard 0.9, now it is at least possible
  to import a DDVCard even with GCC 2.95


2003/04/24: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- adapted to latest changes in Libchipcard. The version of this plugin
  which uses Libchipcard 0.9 is much better now !


2003/04/21: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- adapted to latest changes in OpenHBCI


2003/04/19: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- module version is now set in configure.in


2003/04/16: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- initial import of media (starting with ddvcard)
- plugin now checks the version of OpenHBCI

