|
List Info
Thread: bogofilter-1.1.5 - new stable release
|
|
| bogofilter-1.1.5 - new stable release |

|
2007-01-24 18:07:54 |
|
| Bogofilter v1.1.5 has been promoted to stable.
This release fixes a problem in the block-on-subnets option and fixes
a Makefile problem for MAC-OSX.
########################################################################
Files are available at http://sourceforge.net/projects/bogofilter for
download.
Here are the md5sums for the release:
8c719c67154e4b3ccc1be25d14771dd8 bogofilter-1.1.5-1.src.rpm
d524be9e9c43d9dbb593d7a3c4564f5d bogofilter-1.1.5.tar.bz2
25558e2e72350ee2e4edfc1b617f6738 bogofilter-1.1.5.tar.gz
10bcaa5ee9ef7cdb47d362a3c4e751ac bogofilter-db42-1.1.5-1.i586.rpm
1a89b5d5bb1aea91f6ce4c9831cc02d0
bogofilter-db42-static-1.1.5-1.i586.rpm
b7dd40b81683674aff4eb9d74a53579c bogofilter-sqlite3-1.1.5-1.i586.rpm
e26d9137570d3b024efdbcf812fb2c9f
bogofilter-sqlite3-static-1.1.5-1.i586.rpm
########################################################################
Here's the cumulative change log since 1.1.0:
=================
BOGOFILTER NEWS
=================
!!!!!!!! READ THE RELEASE.NOTES !!!!!!!!
This file is in Unicode charset, with UTF-8 encoding.
Sections headed '[Incompat ]' and '[Major ]'
are particularly important. They describe changes that are
incompatible with earlier releases or are significantly
different.
!!!!!!!! READ THE RELEASE.NOTES !!!!!!!!
-------------------------------------------------------------------------------
1.1.5 2007-01-14 (released)
* Fixed Makefile dependency problem.
(reported by Andras Salamon)
This took several iterations to get right.
2007-01-11
* Fixed block-on-subnets problem.
(thanks to Jack Bailey)
2007-01-10
* Added block-on-subnets regression test.
1.1.4 2007-01-01 (released)
2007-01-01
* Update copyright notices.
2006-12-08
* Add GSL dependency to bogofilter target to support parallel
makes.
(reported by Martin von Gagern)
2006-12-05
* Fixed problem in flex-2.5.4 patch.
(reported by Boris 'pi' Piwinger)
1.1.3 2006-12-03 (released)
* Fixed typo in configure.ac.
(reported by Boris 'pi' Piwinger and Torsten Veller)
1.1.2 2006-12-02 (released)
2006-12-01
* Revise install-staticlibs.sh's links for retrieving database
tarball and patches.
* Revise make rules for generating statically linked RPM.
2006-11-29
* Provide separate flex patches for 2.5.4 and 2.5.3x
2006-11-26
* Updated file comment for lexer_v3.l and removed unneeded
rules T1, T12, SHORT_TOKEN, and TOKEN_12.
* Miscellaneous minor cleanups of lexer_v3.l classes and rules.
* Patch flex skeleton code problem which can cause a seg-fault.
(reported by Michael Gerdau)
2006-11-21
* Fix processing of "--unicode=no" option.
2006-11-18
* Fix prefixes for ip address and url tokens. Restore colon
that was dropped in token.c edit for bogofilter-1.1.0.
2006-11-04
* Fixed problem parsing message ids, which can cause a
seg-fault on an x86_64.
(reported by Torsten Veller)
2006-10-03
* Added '--ham-true' option for bogofilter (to match docs)
2006-08-26
* FAQ's updated to point to current sylpheed-claws wiki
(thanks to Paul Mangan)
1.1.1 2006-08-23 (released)
2006-08-22
* Added bogofilter-faq-it.html, an Italian translation of the
FAQ (thanks to Marco Bozzolan).
2006-08-10
* Fixed minor header/body multi-word token defect.
1.1.0 2006-08-09 (released)
* Revised FAQ's mailbox conversion example.
2006-07-26
* 1.0.3 Promoted to "Stable" status
2006-07-24
* Forward port GNU make compatibility fix for doc/Makefile* from
1.0 branch.
2006-07-08
* Add large file support for 32-bit systems.
(_FILE_OFFSET_BITS/_LARGE_FILE).
* Fix lexer_v3.l format string mismatch that broke debugging
code on 64-bit systems.
2006-07-04
* Add multi-word token support to bogoutil & bogotune.
2006-07-03
* Clean up token prefixing.
* Clean up queue-id processing.
* Add max-multi-token-len checks.
* Revised function names. get_token() uses parse_new_token(),
add_token_to_array(), build_token_from_array(), and
build_prefixed_token().
2006-07-02
* Add min-token-len check (with exemption for 2 character
money amounts which bogofilter has long accepted).
* Add "short token" pattern to lexer
2006-07-01
* Refactor get_token. Function get_single_token is the original
get_token function. Function get_multi_token calls
get_single_token when another token must be parsed, else it
constructs multi-part tokens using w_token_array (an array
of word_t structs).
2006-06-20
* Add options for min/max token length, multi-token count, and
max multi-token length.
* Modify get_token() to return multi-word tokens.
1.0.3 2006-07-10 (released)
* Released 1.0.3 to provide the bogotune bugfixes to a wider
audience.
2006-07-09
* Work around GNU make 3.81 incompatibility in doc/Makefile*
(it does not work properly with "}" at the line ends, but
wants "} " instead).
2006-06-02
* "make rpm" changes:
- document use with gpg-agent (see Makefile.am)
- build static RPMs (these won't fail) before shared RPMs
2006-05-29
* #include cleanups in common.h, system.h and C files.
2006-04-28 | |