diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-14 23:48:07 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-14 23:48:07 +0000 |
commit | 5e65f138bfd924f526beb223eeb23c3814ad7d4d (patch) | |
tree | 483ca842aeed9cf45faebea47761315f658d6a0d /mail/dspam/files/UPDATING | |
parent | remove conflicts (diff) |
Update to dspam-3.6.6 release:
Removed feature:
- Phased out deprecated Berkeley DB drivers
- Phased out legacy tools (dspam_corpus, dspam_genaliases)
Bugfixes:
- trainPristine preference turned "off" now overrides config turned "on"
- segfault fix for when correcting messages using UIDInSignature with MySQL
- when using logfile, write errors result in segfault
Approved by: lawrance (mentor)
Notes
Notes:
svn path=/head/; revision=162382
Diffstat (limited to 'mail/dspam/files/UPDATING')
-rw-r--r-- | mail/dspam/files/UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/dspam/files/UPDATING b/mail/dspam/files/UPDATING index 401e0cea8cd9..708f8418e4a1 100644 --- a/mail/dspam/files/UPDATING +++ b/mail/dspam/files/UPDATING @@ -17,6 +17,18 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` ########################################################################### +# dspam-3.6.6 +# + +Removed feature: +- Phased out deprecated Berkeley DB drivers +- Phased out legacy tools (dspam_corpus, dspam_genaliases) +Bugfixes: +- trainPristine preference turned "off" now overrides config turned "on" +- segfault fix for when correcting messages using UIDInSignature with MySQL +- when using logfile, write errors result in segfault + +########################################################################### # dspam-3.6.5 # |