File: ChangeLog

package info (click to toggle)
dtaus 0.6-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 148 kB
  • ctags: 104
  • sloc: ansic: 1,230; makefile: 75; sh: 10
file content (113 lines) | stat: -rw-r--r-- 3,334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
2002-01-01  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* Version 0.6

	* EURO is the default currency from now on

	* Don't print empty date fields

2001-12-19  Martin Schulze  <joey@finlandia.infodrom.org>

	* Version 0.5.1

	* Prettyprint dates

	* Output Betrag-Euro as Betrag so the file can be used as input
	again.

2001-11-25  Martin Schulze  <joey@infodrom.org>

	* Version 0.5

	* This release was sponsored by USEtec <http://www.usetec.net/>

	* Improved documentation

	* Added support for additional text fields, up to 15 can be added
	to a single job.  The 16th Text field will be ignored as well as
	any following.

	* Properly distinguish between LK/LB and GK/GB in internal files

	* Added currency to output files to be clear about DM or EUR

	* Added support for special files "-" as placeholder for
	stdin/stdout for dtaus and control files

	* Added support for Euro.  There's a define in dtaus.c that can
	make the code default to Euro instead of DM.  Alternatively simply
	add the keyword ``Euro'' to the A record (the begin { ... }
	record).  All values are calculated and stored in Euro then.

	* Added support for "Ausfhrungsdatum" which tells the bank to
	process the entire job at a given time instead of asap.  Please
	read the manpages to find out which restrictions have to match.

	* Updated the format specification since it was modified from
	credit institutes.
	
2000-01-04  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* Version 0.4

	* Added short description for control files

	* Ensured that BLZ and KTO consist only of digits, even if the
	user has specified something different.  Banks won't accept files
	otherwise.

	* Applied fix for a y2k issue that prevents some banks from
	accepting the files.

1998-11-16  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* Added information about different types of dtaus files to README
	file.

	* Better support for "Gutschriften", the former version forgot to
	write this where needed.  Fixed now.

1998-10-15  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* Version 0.3

	* While implementing zero-padded fields I've also implemented
	clippings so numbers that are too big won't hurt the binary DTAUS
	file.

	* Added better support for zero-padded numbers.  sprintf() from
	libc4 had no problems accepting `%08s' while this didn't produce
	zero-padded strings with libc5 and libc6.  Now we've got our own
	routine to handle these.  Thanks to Peter Tobias for notifying me.

Fri Jul  3 13:28:28 1998  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* Version 0.2.1

	* Wrote a small manpage

	* Added some hooks for the new european currency Euro, it's not
	yet implemented

	* main.c: Added test for file existance before opening them and
	leaving out unnecessary empty files

	* dtaus.c: Fixed buffer overrun problem within dtaus module

Wed Jun  4 16:02:59 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* Version 0.2

	* Wrote main.c as a user program around the library.

Tue Jun  3 19:35:02 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* Switched to CVS

Mon Jun  2 21:12:56 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* First official use of this module in 'Artis Studinetz Manager',
	artisman for the students home at Artillerieweg 55a in Oldenburg,
	Germany.