Added most recent changes
[infodrom/dtaus] / ChangeLog
1         * Corrected support for vermögenswirksame Leistungen
2
3         * Added back support for DM, tidied up some code, updated the
4         documentation
5
6         * Safely parse values and correct their format to nnnnn.pp
7
8 2002-01-01  Martin Schulze  <joey@finlandia.infodrom.north.de>
9
10         * Version 0.6
11
12         * EURO is the default currency from now on
13
14         * Don't print empty date fields
15
16 2001-12-19  Martin Schulze  <joey@finlandia.infodrom.org>
17
18         * Version 0.5.1
19
20         * Prettyprint dates
21
22         * Output Betrag-Euro as Betrag so the file can be used as input
23         again.
24
25 2001-11-25  Martin Schulze  <joey@infodrom.org>
26
27         * Version 0.5
28
29         * This release was sponsored by USEtec <http://www.usetec.net/>
30
31         * Improved documentation
32
33         * Added support for additional text fields, up to 15 can be added
34         to a single job.  The 16th Text field will be ignored as well as
35         any following.
36
37         * Properly distinguish between LK/LB and GK/GB in internal files
38
39         * Added currency to output files to be clear about DM or EUR
40
41         * Added support for special files "-" as placeholder for
42         stdin/stdout for dtaus and control files
43
44         * Added support for Euro.  There's a define in dtaus.c that can
45         make the code default to Euro instead of DM.  Alternatively simply
46         add the keyword ``Euro'' to the A record (the begin { ... }
47         record).  All values are calculated and stored in Euro then.
48
49         * Added support for "Ausführungsdatum" which tells the bank to
50         process the entire job at a given time instead of asap.  Please
51         read the manpages to find out which restrictions have to match.
52
53         * Updated the format specification since it was modified from
54         credit institutes.
55         
56 2000-01-04  Martin Schulze  <joey@finlandia.infodrom.north.de>
57
58         * Version 0.4
59
60         * Added short description for control files
61
62         * Ensured that BLZ and KTO consist only of digits, even if the
63         user has specified something different.  Banks won't accept files
64         otherwise.
65
66         * Applied fix for a y2k issue that prevents some banks from
67         accepting the files.
68
69 1998-11-16  Martin Schulze  <joey@finlandia.infodrom.north.de>
70
71         * Added information about different types of dtaus files to README
72         file.
73
74         * Better support for "Gutschriften", the former version forgot to
75         write this where needed.  Fixed now.
76
77 1998-10-15  Martin Schulze  <joey@finlandia.infodrom.north.de>
78
79         * Version 0.3
80
81         * While implementing zero-padded fields I've also implemented
82         clippings so numbers that are too big won't hurt the binary DTAUS
83         file.
84
85         * Added better support for zero-padded numbers.  sprintf() from
86         libc4 had no problems accepting `%08s' while this didn't produce
87         zero-padded strings with libc5 and libc6.  Now we've got our own
88         routine to handle these.  Thanks to Peter Tobias for notifying me.
89
90 Fri Jul  3 13:28:28 1998  Martin Schulze  <joey@finlandia.infodrom.north.de>
91
92         * Version 0.2.1
93
94         * Wrote a small manpage
95
96         * Added some hooks for the new european currency Euro, it's not
97         yet implemented
98
99         * main.c: Added test for file existance before opening them and
100         leaving out unnecessary empty files
101
102         * dtaus.c: Fixed buffer overrun problem within dtaus module
103
104 Wed Jun  4 16:02:59 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>
105
106         * Version 0.2
107
108         * Wrote main.c as a user program around the library.
109
110 Tue Jun  3 19:35:02 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>
111
112         * Switched to CVS
113
114 Mon Jun  2 21:12:56 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>
115
116         * First official use of this module in 'Artis Studinetz Manager',
117         artisman for the students home at Artillerieweg 55a in Oldenburg,
118         Germany.
119         
120