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