From: Joey Schulze Date: Fri, 21 Dec 2001 15:37:08 +0000 (+0000) Subject: Finalizing so 0.5.1 can be released X-Git-Url: https://git.infodrom.org/?p=infodrom%2Fdtaus;a=commitdiff_plain;h=299e85a97501729c3c25335cb722cc97efa27c0c Finalizing so 0.5.1 can be released --- diff --git a/ChangeLog b/ChangeLog index 116044d..93f6101 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2001-12-17 Martin Schulze +2001-12-19 Martin Schulze * Version 0.5.1 diff --git a/README b/README index 6e09e6c..d900ecf 100644 --- a/README +++ b/README @@ -1,17 +1,17 @@ $Id$ -This package contains a library that can read and write german DTAUS -files. DTAUS is an acronym for DatenTrägerAUStausch. It is used by -credit institutes in order to transfer commands for money exchange -between accounts. +This package contains one executable that is able to read and write +DTAUS files that are commonly used in Germany. DTAUS is an acronym +for DatenTrägerAUStausch. It is used by credit institutes in order to +transfer commands for money exchanges between bank accounts. DTAUS files use a special but simple and freely documented format. I've attached a written down version in dtaus.txt in this distribution. As DTAUS uses very long integer values you can't rely on regular C -long integer variables. Therefore I've written a small (and -incomplete) library that deals with big integer numbers. At the +long integer variables. Therefore this package includes a small (and +incomplete) library that deals with large integer numbers. At the moment it only contains routines that are needed by dtaus but you're invited to improve it and send back appropriate patches to me. The library is called bigint and is included in this package. @@ -29,11 +29,18 @@ There is a mailing list set up on lists.infodrom.org that deals with DTAUS and appropriate issues. If you have questions or suggestions please subscribe to the list and post there. +The source code for this package is also available through anonymous +CVS at :pserver:anonymous@cvs.infodrom.org:/var/cvs/infodrom using the +module dtaus. Accessing this is described in detail at the web pages +mentioned above. + Please don't contact me personally if you don't have confidential -questions. Using the mailing list your question and comments are -archived properly so they can be used later as well. As another bonus -somebody else than me could answer a question, hence not incrementing -my workload. +questions or information. Please use the mailing list from above +instead. Using the mailing list has a couple of advantages. Your +question and comments are archived publically and properly so they can +be used later as well. As another bonus somebody else than me could +answer a question, hence not incrementing my workload and it's more +difficult to forget about it. The submission address for the mailing list is: diff --git a/TODO b/TODO index 978b982..cc99023 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,8 @@ $Id$ TODO List --------- - . Include full support for new upcoming Euro currency. + . Change Euro to be the default (one and only) currency. This will + most probably happen within the first week of the new year 2002. . Include consistency test for dtaus files. It is possible to check all BLZ and KTO against some patterns. At ping.de some algorithms