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