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