File: ChangeLog

package info (click to toggle)
tablix2 0.3.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,024 kB
  • sloc: ansic: 24,593; xml: 13,161; sh: 10,409; makefile: 800; perl: 564; yacc: 289; sed: 16
file content (226 lines) | stat: -rw-r--r-- 5,009 bytes parent folder | download | duplicates (4)
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
2007-07-03 13:02  Tomaz Solc  <avian>

	* ttf/tests/Makefile.am (1.15):

	Added fixed-1.xml to distribution

2007-07-03 12:50  Tomaz Solc  <avian>

	* doc/makedoc (1.17):

	Updated clean target

2007-07-03 12:47  Tomaz Solc  <avian>

	* doc/Makefile.am (1.14):

	Fixed typo.

2007-06-27 16:08  Tomaz Solc  <avian>

	* modules/sametime.c (1.15):

	Print number of events for constant resources when verbosity is
	high enough.

2007-06-24 17:45  Tomaz Solc  <avian>

	* doc/Doxyfile (1.8):

	Removed obsolete doxygen tags.

2007-06-06 20:16  Tomaz Solc  <avian>

	* modules/preferredroom.c (1.4):

	Fixed erroneous "module unused" message.

2007-06-06 20:16  Tomaz Solc  <avian>

	* modules/sameday.c (1.8):

	Fixed typo in comment.

2007-06-06 19:38  Tomaz Solc  <avian>

	* doc/mod-doc2.pl (1.8):

	Comment.

2007-06-05 18:04  Tomaz Solc  <avian>

	* debian/Makefile.am (1.3):

	Added Debian files to the distribution.

2007-06-05 17:55  Tomaz Solc  <avian>

	* debian/.cvsignore (1.5), debian/control (1.9), debian/docs (1.8),
	debian/examples (1.13), debian/manpages (1.7), debian/rules (1.10),
	debian/tablix2-dev.examples (1.1), debian/tablix2-dev.install
	(1.1), debian/tablix2-doc.docs (1.1), debian/tablix2.docs (1.1),
	debian/tablix2.examples (1.1), debian/tablix2.manpages (1.1),
	examples/modules/Makefile (1.3):

	Split Debian package into tablix2, tablix2-doc and tablix2-dev.

2007-06-05 17:54  Tomaz Solc  <avian>

	* src/: chromo.h (1.6), data.h (1.26), export.h (1.4), module.h
	(1.5):

	Removed unnecessary "config.h" include.

2007-05-28 22:01  Tomaz Solc  <avian>

	* modules/Makefile.am (1.24), modules/fixed.c (1.1),
	ttf/tests/fixed-1.xml (1.1):

	Added fixed.c module.

2007-05-27 20:35  Tomaz Solc  <avian>

	* ttf/tablix2_test (1.10):

	Added proper quotes around arguments.

2007-05-27 20:25  Tomaz Solc  <avian>

	* ttf/tablix2_test (1.9):

	Added a summary printout at the end of testing.

2007-05-27 19:58  Tomaz Solc  <avian>

	* modules/Makefile.am (1.23), modules/firstlastequal.c (1.1),
	modules/firstorlast.c (1.1), modules/maxconsecutive.c (1.1),
	modules/maxperday.c (1.1), ttf/tests/Makefile.am (1.14),
	ttf/tests/firstlastequal-1.xml (1.1), ttf/tests/firstorlast-1.xml
	(1.1), ttf/tests/maxconsecutive-1.xml (1.1),
	ttf/tests/maxconsecutive-2.xml (1.1),
	ttf/tests/maxconsecutive-3.xml (1.1),
	ttf/tests/maxconsecutive-4.xml (1.1), ttf/tests/maxperday-1.xml
	(1.1), ttf/tests/maxperday-2.xml (1.1):

	Added firstlastequal, firstorlast, maxconsecutive and maxperday
	modules and test cases. (Development sponsored by TMS Asia)

2007-03-28 22:03  Tomaz Solc  <avian>

	* doc/manual.db (1.30):

	Replaced "parsize" with "popsize".

2007-03-14 19:47  Tomaz Solc  <avian>

	* src/modsup.c (1.26):

	Check if value returned by module's fitness function is not
	negative.

2007-03-14 19:45  Tomaz Solc  <avian>

	* src/main.c (1.76):

	Fixed "tablix2_kernel: invalid option -- n" error messages in the
	pvmd log file when Tablix is started with the -n option.

2007-03-06 18:47  Tomaz Solc  <avian>

	* doc/modules.db (1.21):

	Added section about supporting multiple module instances in a XML
	file.

2007-03-05 20:18  Tomaz Solc  <avian>

	* doc/mod-doc2.pl (1.7):

	Moved "Author", "Credits" and "Module groups" fields to the bottom
	of HTML pages.

2007-02-14 14:17  Tomaz Solc  <avian>

	* debian/rules (1.9):

	Fixed compile problem for debian packages.

2007-02-14 14:14  Tomaz Solc  <avian>

	* Makefile.cvs (1.8):

	foo

2007-02-14 14:08  Tomaz Solc  <avian>

	* Makefile.cvs (1.7):

	Added copy flag to libtoolize because automatic build system chokes
	on symlinks.

2007-02-14 14:00  Tomaz Solc  <avian>

	* doc/Doxyfile (1.7):

	Disabled CALLGRAPH.

2007-02-14 13:49  Tomaz Solc  <avian>

	* .cvsignore (1.6), po/.cvsignore (1.6):

	Fixed .cvsignore.

2007-02-14 13:47  Tomaz Solc  <avian>

	* Makefile.cvs (1.6):

	Moved autopoint and libtoolize to the top.

2007-02-14 13:44  Tomaz Solc  <avian>

	* .cvsignore (1.5), ABOUT-NLS (1.4), config.rpath (1.7),
	po/.cvsignore (1.5), po/Makefile.in.in (1.7):

	Removed files generated by libtoolize and autopoint from repository

2007-02-14 13:42  Tomaz Solc  <avian>

	* .cvsignore (1.4), Makefile.am (1.10), Makefile.cvs (1.5),
	config.guess (1.8), config.sub (1.8), configure.in (1.40),
	ltmain.sh (1.6), po/Makevars (1.3):

	Removed files generated by libtoolize and autopoint from the
	repository.

2007-02-14 12:39  Tomaz Solc  <avian>

	* ttf/scheme.c (1.7):

	Fixed build error on GCC 4.1

2007-01-14 20:10  Tomaz Solc  <avian>

	* src/xmlsup.c (1.36):

	Fixed a segfault in the XML parser when there are no constant
	resources defined.

2007-01-14 20:09  Tomaz Solc  <avian>

	* src/data.c (1.23):

	Fixed an error in an assertion. This caused failed assertions if
	the restype 0 was a variable resource type.

2006-11-13 12:11  Tomaz Solc  <avian>

	* modules/minrooms.c (1.2):

	Added missing header that prevented compilation on win32.

2006-11-13 12:09  Tomaz Solc  <avian>

	* po/sl.po (1.47):

	po update