Padded with zeroes, should be mentioned as well.
[infodrom/dtaus] / ChangeLog
1 2000-01-04  Martin Schulze  <joey@finlandia.infodrom.north.de>
2
3         * Version 0.4
4
5         * Added short description for control files
6
7         * Ensured that BLZ and KTO consist only of digits, even if the
8         user has specified something different.  Banks won't accept files
9         otherwise.
10
11         * Applied fix for a y2k issue that prevents some banks from
12         accepting the files.
13
14 1998-11-16  Martin Schulze  <joey@finlandia.infodrom.north.de>
15
16         * Added information about different types of dtaus files to README
17         file.
18
19         * Better support for "Gutschriften", the former version forgot to
20         write this where needed.  Fixed now.
21
22 1998-10-15  Martin Schulze  <joey@finlandia.infodrom.north.de>
23
24         * Version 0.3
25
26         * While implementing zero-padded fields I've also implemented
27         clippings so numbers that are too big won't hurt the binary DTAUS
28         file.
29
30         * Added better support for zero-padded numbers.  sprintf() from
31         libc4 had no problems accepting `%08s' while this didn't produce
32         zero-padded strings with libc5 and libc6.  Now we've got our own
33         routine to handle these.  Thanks to Peter Tobias for notifying me.
34
35 Fri Jul  3 13:28:28 1998  Martin Schulze  <joey@finlandia.infodrom.north.de>
36
37         * Version 0.2.1
38
39         * Wrote a small manpage
40
41         * Added some hooks for the new european currency Euro, it's not
42         yet implemented
43
44         * main.c: Added test for file existance before opening them and
45         leaving out unnecessary empty files
46
47         * dtaus.c: Fixed buffer overrun problem within dtaus module
48
49 Wed Jun  4 16:02:59 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>
50
51         * Version 0.2
52
53         * Wrote main.c as a user program around the library.
54
55 Tue Jun  3 19:35:02 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>
56
57         * Switched to CVS
58
59 Mon Jun  2 21:12:56 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>
60
61         * First official use of this module in 'Artis Studinetz Manager',
62         artisman for the students home at Artillerieweg 55a in Oldenburg,
63         Germany.
64         
65