Subject: CVS commit: pkgsrc/mail/bmf
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 10/25/2002 17:18:14
Module Name: pkgsrc
Committed By: mjl
Date: Fri Oct 25 14:18:14 UTC 2002
Modified Files:
pkgsrc/mail/bmf: Makefile distinfo
pkgsrc/mail/bmf/patches: patch-ab
Removed Files:
pkgsrc/mail/bmf/files: bmf.1 bmfconv.1
Log Message:
Update to 0.9.4 (note that the author changed versioning system,
our last version was 0.84).
* Update documentation.
* Move Bayes stuff into its own file.
* Fix NaN exception: if list is empty, use zero for probability.
* Make extrema array (keepers) variable size. Needs more work.
* Add SYSLIBS to the makefile.
* Fix gcc-ism in dbg.c (ptr arithmetic on void*).
* Fix off-by-one in html tag check.
* Fix unaligned access in libdb.
* Fix bug in -d handling for text and libdb.
* Autodetect mailbox type and deprecate the -m option.
* Ditch the builtin libdb locks, use fcntl instead.
* Fix memory leak in dbtext.
* Fix some trivial issues with the lexer:
- Be more strict about recognizing IP addresses.
- Do case-insensitive header name comparisons.
* Fix multiple database closure with mbox format.
* Fix a bogus assert in passthrough.
* Add heap checking in debug mode.
* Fix bug in -N mode which made it act the same as -S.
* Support maildir style folders.
* Fix bug in multiple message registration.
* Improve error reporting and clarify some messages.
* Package preformatted manpage instead of XML.
* Remove single message per invocation restriction.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/bmf/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/mail/bmf/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/mail/bmf/files/bmf.1 \
pkgsrc/mail/bmf/files/bmfconv.1
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/mail/bmf/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.