File: NEWS

package info (click to toggle)
libpreludedb 0.9.7.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,572 kB
  • ctags: 4,141
  • sloc: ansic: 29,811; sh: 8,948; xml: 3,699; sql: 1,304; makefile: 232; python: 7; perl: 2
file content (280 lines) | stat: -rw-r--r-- 6,938 bytes parent folder | download
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
* 2006-03-30, libpreludedb-0.9.7.1:
	
	- Flush the SQL query logfile after each query.

	- Add --events-per-transaction option to preludedb-admin, default
	  value is 1000, which prevent heavy VM pressure on large database 
	  operation.


* 2006-03-24, libpreludedb-0.9.7:

	- Fix Perl/Python bindings uint64 handling on 32 bits machine.

	- Make preludedb_check_version available from Perl/Python bindings.
	
	- Use new IDMEF_LIST_APPEND primitive, require libprelude 0.9.6.

	- Add libprelude dependencie to SQL plugins, since they depend on 
	  libprelude symbols. Fix compilation problem with some distribution.

	- Use global transaction surrounding all operation in preludedb-admin,
	  this bring a major performance improvement for insert operation.

	- Fix PostgreSQL FileAccess query failure.

	- Dynamic PostgreSQL schema generation (this fix certain inefficient 
	  datatype that were used in the old version). Update schema would be hard
	  to do for all postgreSQL version, thus using preludedb-admin copy for 
	  the update is required.

	- API improvement.


* 2006-03-08, libpreludedb-0.9.6:

	- Fix PostgreSQL plugin compilation problem.

	- Update database schema: enforce that AdditionalData data field is not NULL.

	- Improve Swig basic type mapping situation regarding to the target architecture.

	- Fix query time calculation.
	

* 2006-02-22, libpreludedb-0.9.5.1:

	- Correctly read database schema version.


* 2006-02-22, libpreludedb-0.9.5:

	- Fix important memory leak in Python bindings, Prewikka should end-up 
	  consuming way less memory than it used to.

	- Fix PostgreSQL plugin compilation problem.

	- Fix for preludedb-admin --count handling when --offset was used.

	- Provide more information in preludedb-admin error message.

	- Various cleanup.


* 2006-02-08, libpreludedb-0.9.4:

	- Fix for filtering IDMEF field using the '!=' operator, which resulted in 
	  filtering of events where the field did not exist (#129). 

	- Implement a "move" command in preludedb-admin.

	- When SQL query logging is enabled, log the time taken to execute the query.

	- Improve plugin API by making it opaque so that existing plugin don't break
	  if we add more SQL plugin function.

	- Verbose error reporting, make the plugin error API viable for more drivers.

	- Fix error reporting from perl and python bindings.

	- Make libpreludedb header files c++ compiler friendly.

	- Enforce listed IDMEF value ordering. IDMEF value were sometime unordered
	  because of an uninitialized list position problem.



* 2005-01-16, libpreludedb-0.9.3:

	- SQLite support.

	- More accurate error reporting in preludedb-admin.

	- Fix NULL error in case the buffer is too small, truncate.

	- Fix license notice, stating clearly that linking from a program
	  using a GPL compatible license is allowed. Required for Debian package 
	  inclusion.



* 2005-12-12, libpreludedb-0.9.2:

	- Fix character escaping issue with two consecutive backslash 
	  followed by a wildcard (we were escaping the wildcard, which
          is not supposed to be escaped in this case).


* 2005-11-28, libpreludedb-0.9.1:

	- Fix automated reconnection to the database server.

	- Allow saving to standard output with preludedb-admin.

	- Make preludedb-admin delete command safer to use: forbid deletion 
	  unless a criteria is provided. 

	- Workaround invalid library run path added through MakeMaker generated Makefile. 

	- Fix Perl bindings Makefile generated with DESTDIR appended twice. 


* 2005-09-20, libpreludedb-0.9.0:

	- 0.9.0 final.

	- Make Perl/Python bindings more fault tolerant.


* 2005-09-15, libpreludedb-0.9.0-rc14:

	- Correct Python bindings exception handling.

	- Fix alert saving in preludedb-admin.

	- Perl bindings would fail to compile if perl was compiled using
	  the platform (non gcc) compiler.

	- Fix warnings.


* 2005-08-25, libpreludedb-0.9.0-rc13:

	- Fix broken table comparison.

	- Empty additional data are valid.


* 2005-08-17, libpreludedb-0.9.0-rc12:

	- Fix preludedb-admin link on some systems.


* 2005-08-17, libpreludedb-0.9.0-rc11:

	- More useful Python exception on PreludeDB error.

	- Fix insertion of FileAccess Permission.

	- Add missing retrieval of UserID tty.

	- Fine grained libprelude operator now allow us to have similar behavior
	  between different database implementation. 

	- Support for more operator, including case insensitive version of most
	  operator, and a new regexp operator.

	- Fix invalid UTC offset applied to broken down time match.

	- New preludedb-admin tool. Allow save/load/delete/copy/print of PreludeDB database.

	- When no database password is set, don't default to "prelude". 
	  This failed on user trying to access a database with no password.


* 2005-08-02, libpreludedb-0.9.0-rc10:

	- Include missing database schema update.


* 2005-08-01, libpreludedb-0.9.0-rc9:

	- Fix IDMEF SNMPService mapping problem.

	- Fix IDMEF FileAccess permission mapping problem.

	- Set close on exec flags on the logging file descriptor.

	- Escape '%' character within query, since the caller is expected to use '*'.


* 2005-07-08, libpreludedb-0.9.0-rc8:

	- Fix Perl bindings Makefile generation with some MakeMaker version.

	- Use GnuLib for portability issue.

	- Handle broken down criteria match.

	- Improve error reporting.

	- Various bugfixes.


* 2005-05-30, libpreludedb-0.9.0-rc7:

	- Fix alert deletion query issue.


* 2005-05-30, libpreludedb-0.9.0-rc6:

	- Fix portability problem with %hh convertion specifier (exampe: Solaris
	  selection problem).

	- Fix potential problem on 64 bits systems.

	- Fix IDMEF FileAccess insertion.

	- Fix bad indexes.
	
	- Improve DELETE operation speed.

	- Handle IDMEFv14 file_type attribute.

	- Fix several PostgreSQL incompatibility in generated request.

	- Update PostrgreSQL schema.

	- Various bugfix.

	
* 2005-04-17, libpreludedb-0.9.0-rc5:

	- Fix truncated error code on some INSERT.
	
	- Handle confidence as a float, not as an integer.

	- Fix GMT offset and USEC invertion.

	- Fix checksum field insertion.

	- Fix PgSQL schema update.

	- Update PgSQL/MySQL schema version.


* 2005-04-09, libpreludedb-0.9.0-rc4:

	- Fix error with bindings Makefile when using BSD make.

	- Add missing 'info' severity to the MySQL schema.
	  Provide a schema for upgrading.

	- Check database schema version on initialization.

	- Fix broken libpreludedb.m4 detection routine.

	- Fix Perl/Python bindings regeneration problem.
	
	- Fix database schema for MySQL 3.23.

	- Fix broken MySQL error check.


* 2005-03-31, libpreludedb-0.9.0-rc3:

	- Fix PgSQL plugin loading problem.


* 2005-03-31, libpreludedb-0.9.0-rc2:

	- Fix Python/Perl bindings linking order. Was linking to old version
  	  of the library on system where old libprelude-0.8 was installed.

	- Fix an issue with the Perl bindings on make clean.


* 2005-03-29, libpreludedb-0.9.0-rc1:

	- Initial release.