Update of /cvsroot/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20389
Modified Files:
Tag: release_1_0-branch
WHAT_IS_NEW.txt
Log Message:
Update for 1.0.4
Index: WHAT_IS_NEW.txt
===================================================================
RCS file: /cvsroot/spambayes/spambayes/WHAT_IS_NEW.txt,v
retrieving revision 1.35.4.6
retrieving revision 1.35.4.7
diff -C2 -d -r1.35.4.6 -r1.35.4.7
*** WHAT_IS_NEW.txt 28 Jan 2005 01:26:21 -0000 1.35.4.6
--- WHAT_IS_NEW.txt 22 Mar 2005 23:16:20 -0000 1.35.4.7
***************
*** 11,68 ****
release, it is likely that this will be the last release in the 1.0.x series.
! New in 1.0.3
! ============
!
! 1.0.3 fixes two problems with 1.0.2 - firstly, as a result of building with
! Python 2.4, the Microsoft file mscvr71.dll must be distributed with SpamBayes,
! which was not done in 1.0.2 (so those without an existing copy would not be
! able to use the binary). In addition, a bug with a web interface fix meant
! that headers would contain data like '<' instead of '<'. This has also
! been fixed.
!
! Since 1.0.2 was only around for about a day, this file also details changes
! from 1.0.1.
!
! New in 1.0.2
============
! o The SpamBayes 1.0.2 binaries (for users of the Windows installers) are
! built with Python 2.4 (earlier versions used Python 2.3). The most
! significant effect of this is that this should solve all email parsing
! problems for non-Outlook users (those messages that previously failed
! to classify and had a X-Spambayes-Exception header added). Both the
! Outlook plug-in and sb_server should also be (nearly unnoticeably)
! faster, as well.
!
! o Similarly, all SpamBayes 1.0.2 scripts should work correctly with Python
! 2.4 (for those running from source), as well as Python 2.3 and Python 2.2
! (now including 2.2.0 and 2.2.1) as previously.
!
! o The web interface has been fixed to correctly handle subject lines and
! configuration file names that include the characters &, <, and >.
!
! o AUTH-Digest authentication for the web interface has been fixed and should
! now work correctly.
!
! o The web interface had a bug where changing any options via the
! configuration pages would mean that some options were reset to their
! default values until the next time that sb_server was reloaded. This bug
! has been fixed.
! o The reasonably common problem with sb_imapfilter, Mac OS X and
! MemoryErrors is hopefully fixed (although we have not been able to
! verify this).
! Reported Bugs Fixed
! ===================
! The following bug tracked via the SourceForge system was fixed:
! 1078923
! More details regarding this bug can be found at:
!
http://sourceforge.net/tracker/index.php?func=detail&group_id=61702&atid=498103&aid=1078923
! As this is a bugfix release, no feature requests or patches tracked via the
! SourceForge system were added.
--- 11,45 ----
release, it is likely that this will be the last release in the 1.0.x series.
! New in 1.0.4
============
! 1.0.4 has three changes, all as a response to the same problem with 1.0.3.
! 1.0.3 was built with Python 2.4, which, while offering many advantages,
! also introduced a problem when failing to connect to a POP3 server with
! sb_server.py. Basically, if your mail client tried to connect to the
! POP3 server and the connect failed (but the DNS lookup succeeded) then
! a never-ending stream of warnings would be written to your log. This
! both consumes all available disk space and all available processing time.
! This release does not address any issues with sb_imapfilter, the Outlook
! plug-in, or any other SpamBayes application except sb_server. Users of
! those applications are welcome to continue using 1.0.3.
+ The three changes are:
! o 1.0.4 is built with Python 2.3, as all previous releases were. If
! there are any future 1.0.x releases, they will also be built with
! Python 2.3. 1.1.x will be built with Python 2.4.
! o Unless you have set the [globals] verbose option to True, sb_server
! will only report unique connection errors once per hour. In other
! words, if you have three different servers proxied, and they all
! fail, you will get only three errors logged per hour, no matter how
! many times the connection fails.
! o The connection to the server will now properly fail if the connection
! cannot be established, and this error will be reported only once,
! rather than the partial success and continual warnings experienced
! with 1.0.3.
_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins