From mhammond at users.sourceforge.net Thu Apr 1 03:31:01 2010 From: mhammond at users.sourceforge.net (mhammond at users.sourceforge.net) Date: Thu, 01 Apr 2010 01:31:01 +0000 Subject: [Spambayes-checkins] SF.net SVN: spambayes:[3257] trunk/spambayes/windows/spambayes.iss Message-ID: Revision: 3257 http://spambayes.svn.sourceforge.net/spambayes/?rev=3257&view=rev Author: mhammond Date: 2010-04-01 01:31:01 +0000 (Thu, 01 Apr 2010) Log Message: ----------- Bump version, prompt for admin permissions when installing and adjust source paths Modified Paths: -------------- trunk/spambayes/windows/spambayes.iss Modified: trunk/spambayes/windows/spambayes.iss =================================================================== --- trunk/spambayes/windows/spambayes.iss 2009-12-18 13:01:12 UTC (rev 3256) +++ trunk/spambayes/windows/spambayes.iss 2010-04-01 01:31:01 UTC (rev 3257) @@ -4,9 +4,9 @@ [Setup] ; Version specific constants -AppVerName=SpamBayes 1.1a5 -AppVersion=1.1a5 -OutputBaseFilename=spambayes-1.1a5 +AppVerName=SpamBayes 1.1a6 +AppVersion=1.1a6 +OutputBaseFilename=spambayes-1.1a6 ; Normal constants. Be careful about changing 'AppName' AppName=SpamBayes DefaultDirName={pf}\SpamBayes @@ -15,14 +15,15 @@ ShowComponentSizes=no UninstallDisplayIcon={app}\sbicon.ico LicenseFile=py2exe\dist\license.txt +PrivilegesRequired=admin [Files] Source: "py2exe\dist\sbicon.ico"; DestDir: "{app}"; Flags: ignoreversion Source: "py2exe\dist\LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion Source: "py2exe\dist\lib\*.*"; DestDir: "{app}\lib"; Flags: ignoreversion -Source: "py2exe\dist\bin\python24.dll"; DestDir: "{app}\bin"; Flags: ignoreversion -; Needed when built with Python 2.4. This must be manually copied to this directory +Source: "py2exe\dist\bin\python25.dll"; DestDir: "{app}\bin"; Flags: ignoreversion +; Needed when built with Python 2.4/2.5. This must be manually copied to this directory ; from wherever it is being sourced from. Source: "py2exe\dist\bin\msvcr71.dll"; DestDir: "{app}\bin"; Flags: ignoreversion @@ -54,7 +55,7 @@ ; Include flavour-of-the-day OCR pacakge - currently gocr. ; Get from the spambayes package directory - its likely to exist ; there as the developer running a source version will have it there. -Source: "..\spambayes\gocr.exe"; DestDir: "{app}\bin"; Flags: ignoreversion +Source: "..\..\spambayes\gocr.exe"; DestDir: "{app}\bin"; Flags: ignoreversion Source: "py2exe\gocr.txt"; DestDir: "{app}\docs"; Flags: ignoreversion ; There is a problem attempting to get Inno to unregister our DLL. If we mark our DLL This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From mhammond at users.sourceforge.net Thu Apr 1 03:31:35 2010 From: mhammond at users.sourceforge.net (mhammond at users.sourceforge.net) Date: Thu, 01 Apr 2010 01:31:35 +0000 Subject: [Spambayes-checkins] SF.net SVN: spambayes:[3258] trunk/spambayes/windows/py2exe/gocr.txt Message-ID: Revision: 3258 http://spambayes.svn.sourceforge.net/spambayes/?rev=3258&view=rev Author: mhammond Date: 2010-04-01 01:31:35 +0000 (Thu, 01 Apr 2010) Log Message: ----------- reference newer gocr version Modified Paths: -------------- trunk/spambayes/windows/py2exe/gocr.txt Modified: trunk/spambayes/windows/py2exe/gocr.txt =================================================================== --- trunk/spambayes/windows/py2exe/gocr.txt 2010-04-01 01:31:01 UTC (rev 3257) +++ trunk/spambayes/windows/py2exe/gocr.txt 2010-04-01 01:31:35 UTC (rev 3258) @@ -1,7 +1,7 @@ -SpamBayes includes the unmodified gocr 0.43 binary from: +SpamBayes includes the unmodified gocr 0.46 binary from: - http://www-e.uni-magdeburg.de/jschulen/ocr/gocr043.exe - md5sum: b21b3c565a185791cf64e546a69b1d55 + http://www-e.uni-magdeburg.de/jschulen/ocr/gocr046.exe + md5sum: 31966271f23293033728e8b5a4ccb4fa gocr is distributed under the GPL - please see: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From mhammond at users.sourceforge.net Thu Apr 1 03:32:22 2010 From: mhammond at users.sourceforge.net (mhammond at users.sourceforge.net) Date: Thu, 01 Apr 2010 01:32:22 +0000 Subject: [Spambayes-checkins] SF.net SVN: spambayes:[3259] trunk/spambayes/spambayes/__init__.py Message-ID: Revision: 3259 http://spambayes.svn.sourceforge.net/spambayes/?rev=3259&view=rev Author: mhammond Date: 2010-04-01 01:32:22 +0000 (Thu, 01 Apr 2010) Log Message: ----------- brand as 1.1b2 Modified Paths: -------------- trunk/spambayes/spambayes/__init__.py Modified: trunk/spambayes/spambayes/__init__.py =================================================================== --- trunk/spambayes/spambayes/__init__.py 2010-04-01 01:31:35 UTC (rev 3258) +++ trunk/spambayes/spambayes/__init__.py 2010-04-01 01:32:22 UTC (rev 3259) @@ -1,4 +1,4 @@ # package marker. -__version__ = "1.1b1" -__date__ = "November 23, 2008" +__version__ = "1.1b2" +__date__ = "April 1, 2010" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From montanaro at users.sourceforge.net Thu Apr 1 12:06:32 2010 From: montanaro at users.sourceforge.net (montanaro at users.sourceforge.net) Date: Thu, 01 Apr 2010 10:06:32 +0000 Subject: [Spambayes-checkins] SF.net SVN: spambayes:[3260] trunk/website/sigs Message-ID: Revision: 3260 http://spambayes.svn.sourceforge.net/spambayes/?rev=3260&view=rev Author: montanaro Date: 2010-04-01 10:06:32 +0000 (Thu, 01 Apr 2010) Log Message: ----------- signatures for latest release Added Paths: ----------- trunk/website/sigs/spambayes-1.1a6.tar.gz.asc trunk/website/sigs/spambayes-1.1a6.zip.asc Added: trunk/website/sigs/spambayes-1.1a6.tar.gz.asc =================================================================== --- trunk/website/sigs/spambayes-1.1a6.tar.gz.asc (rev 0) +++ trunk/website/sigs/spambayes-1.1a6.tar.gz.asc 2010-04-01 10:06:32 UTC (rev 3260) @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.10 (Darwin) + +iD8DBQBLtG+n3WE5XNCqNv4RAkRUAJ9N6dXD7SPtn8G4wuJZkAxp7i8pgQCgpgyI +QGwxaGNIJDqX0nOaqUDGloQ= +=CZZk +-----END PGP SIGNATURE----- Property changes on: trunk/website/sigs/spambayes-1.1a6.tar.gz.asc ___________________________________________________________________ Added: svn:eol-style + native Added: trunk/website/sigs/spambayes-1.1a6.zip.asc =================================================================== --- trunk/website/sigs/spambayes-1.1a6.zip.asc (rev 0) +++ trunk/website/sigs/spambayes-1.1a6.zip.asc 2010-04-01 10:06:32 UTC (rev 3260) @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.10 (Darwin) + +iD8DBQBLtG/k3WE5XNCqNv4RAvoMAJ9t92Now/nned9uFH4rjYEFwqouGgCfY5UU +XUe/sW3V6WsHv/t6Vt3w3cA= +=vV4j +-----END PGP SIGNATURE----- Property changes on: trunk/website/sigs/spambayes-1.1a6.zip.asc ___________________________________________________________________ Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From montanaro at users.sourceforge.net Thu Apr 1 12:09:03 2010 From: montanaro at users.sourceforge.net (montanaro at users.sourceforge.net) Date: Thu, 01 Apr 2010 10:09:03 +0000 Subject: [Spambayes-checkins] SF.net SVN: spambayes:[3261] trunk/website/download.ht Message-ID: Revision: 3261 http://spambayes.svn.sourceforge.net/spambayes/?rev=3261&view=rev Author: montanaro Date: 2010-04-01 10:09:03 +0000 (Thu, 01 Apr 2010) Log Message: ----------- 1.1a6 Modified Paths: -------------- trunk/website/download.ht Modified: trunk/website/download.ht =================================================================== --- trunk/website/download.ht 2010-04-01 10:06:32 UTC (rev 3260) +++ trunk/website/download.ht 2010-04-01 10:09:03 UTC (rev 3261) @@ -10,7 +10,7 @@ 1.0.x line. Feedback to spambayes at python.org. -

The latest alpha release of 1.1 is 1.1a4. At the moment it is only +

The latest alpha release of 1.1 is 1.1a6. At the moment it is only available as a source release. There is no Windows installer. It is highly likely that there are new bugs in this release but if you are willing and able to give it a spin for us, that would be @@ -73,14 +73,14 @@


  • 35494ade1bf380651bcc3077bf108310 -spambayes-1.1a4.tar.gz -(992,533 bytes, -sig) +spambayes-1.1a6.tar.gz +(1,007,785 bytes, +sig)
  • -sb-1.1a4.zip -(1,128,015 bytes, -sig) +sb-1.1a6.zip +(1,144,672 bytes, +sig)
  • This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From montanaro at users.sourceforge.net Thu Apr 1 12:14:54 2010 From: montanaro at users.sourceforge.net (montanaro at users.sourceforge.net) Date: Thu, 01 Apr 2010 10:14:54 +0000 Subject: [Spambayes-checkins] SF.net SVN: spambayes:[3262] trunk/website/index.ht Message-ID: Revision: 3262 http://spambayes.svn.sourceforge.net/spambayes/?rev=3262&view=rev Author: montanaro Date: 2010-04-01 10:14:54 +0000 (Thu, 01 Apr 2010) Log Message: ----------- 1.1a6 source releases - will update for binaries later Modified Paths: -------------- trunk/website/index.ht Modified: trunk/website/index.ht =================================================================== --- trunk/website/index.ht 2010-04-01 10:09:03 UTC (rev 3261) +++ trunk/website/index.ht 2010-04-01 10:14:54 UTC (rev 3262) @@ -68,7 +68,7 @@ IncrediMail Windows XP/Vista   -1.1a4 (source) +1.1a6 (source) Completely untested. May work with POP3. Rudimentary IMAP support may prevent that protocol. @@ -84,15 +84,15 @@ Gmail Any   -1.1a4 (source) -POP3 works. IMAP maybe (untested). +1.1a6 (source) +POP3 works. IMAP probably not. Yahoo! Mail Any   -1.1a4 (source) +1.1a6 (source) Completely untested. POP3 & IMAP? @@ -100,7 +100,7 @@ MSN Hotmail Any   -1.1a4 (source) +1.1a6 (source) Completely untested. POP3 & IMAP? @@ -108,7 +108,7 @@ AOL Mail Any   -1.1a4 (source) +1.1a6 (source) Completely untested. IMAP only? @@ -116,7 +116,7 @@ Any Mac OS X/Linux/Solaris   -1.1a4 (source) +1.1a6 (source) POP3/IMAP, etc. @@ -126,8 +126,7 @@

    SpamBayes 1.0.4 is now available! (This includes both the source archives and a Windows binary installer).

    See the download page for more.

    -

    SpamBayes 1.1a4 is also now available! (This currently includes only the -source archives). This is an alpha +

    SpamBayes 1.1a6 is also now available! This is an alpha release, so you should only try it if you are willing to try out experimental releases - otherwise stick with 1.0.4.

    You may also like to see what other people have This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From montanaro at users.sourceforge.net Thu Apr 1 12:15:38 2010 From: montanaro at users.sourceforge.net (montanaro at users.sourceforge.net) Date: Thu, 01 Apr 2010 10:15:38 +0000 Subject: [Spambayes-checkins] SF.net SVN: spambayes:[3263] trunk/website/developer.ht Message-ID: Revision: 3263 http://spambayes.svn.sourceforge.net/spambayes/?rev=3263&view=rev Author: montanaro Date: 2010-04-01 10:15:38 +0000 (Thu, 01 Apr 2010) Log Message: ----------- 1.1a6 Modified Paths: -------------- trunk/website/developer.ht Modified: trunk/website/developer.ht =================================================================== --- trunk/website/developer.ht 2010-04-01 10:14:54 UTC (rev 3262) +++ trunk/website/developer.ht 2010-04-01 10:15:38 UTC (rev 3263) @@ -40,7 +40,7 @@

    Since May 2004, work has been carried out on a 1.1 release, which includes many improvements, as well as bug fixes, compared to the 1.0.x -branch. The latest alpha release is 1.1a4 (June 2007). If we could find +branch. The latest alpha release is 1.1a6 (April 2010). If we could find more time or more help we could get to beta, release candidate and final releases of 1.1. We hope that a stable 1.1 release will be made during 2007, although this date is certainly not fixed.

    This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From montanaro at users.sourceforge.net Fri Apr 2 03:51:56 2010 From: montanaro at users.sourceforge.net (montanaro at users.sourceforge.net) Date: Fri, 02 Apr 2010 01:51:56 +0000 Subject: [Spambayes-checkins] SF.net SVN: spambayes:[3264] trunk/website/scripts/make.rules Message-ID: Revision: 3264 http://spambayes.svn.sourceforge.net/spambayes/?rev=3264&view=rev Author: montanaro Date: 2010-04-02 01:51:56 +0000 (Fri, 02 Apr 2010) Log Message: ----------- Update for the new way SF does rsync. Current first attempt requires the person doing the install to give their SF login as the value of the make/environment variable SFUSER. For example: make install SFUSER=montanaro If you don't set SFUSER it complains loudly. Modified Paths: -------------- trunk/website/scripts/make.rules Modified: trunk/website/scripts/make.rules =================================================================== --- trunk/website/scripts/make.rules 2010-04-01 10:15:38 UTC (rev 3263) +++ trunk/website/scripts/make.rules 2010-04-02 01:51:56 UTC (rev 3264) @@ -20,9 +20,9 @@ # Where to upload stuff for make install. LIVE_ROOT is the actual # physical location of files on the server. -LIVE_HOST = shell1.sourceforge.net -LIVE_ROOT = /home/groups/s/sp/spambayes/htdocs/ -LIVE_DEST = $(LIVE_HOST):$(LIVE_ROOT)/$(ROOT_OFFSET) +LIVE_HOST = web.sourceforge.net +LIVE_ROOT = htdocs +LIVE_DEST = $(SFUSER),spambayes@$(LIVE_HOST):$(LIVE_ROOT)/$(ROOT_OFFSET) # rsync definitions. RSYNC_RSH = ssh @@ -81,6 +81,11 @@ -rm $(GENERATED_HTML) install: all local_install + @if [ -z "$(SFUSER)" ]; then \ + echo "You have to specify a SourceForge username in SFUSER"; \ + echo "e.g., make install SFUSER=montanaro"; \ + false; \ + fi @if [ -z "$(ROOT_OFFSET)" ]; then \ echo "You have to specify a value for 'ROOT_OFFSET' in the makefile!"; \ false; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From montanaro at users.sourceforge.net Fri Apr 2 03:55:40 2010 From: montanaro at users.sourceforge.net (montanaro at users.sourceforge.net) Date: Fri, 02 Apr 2010 01:55:40 +0000 Subject: [Spambayes-checkins] SF.net SVN: spambayes:[3265] trunk/website/sigs/spambayes-1.1a6.exe.asc Message-ID: Revision: 3265 http://spambayes.svn.sourceforge.net/spambayes/?rev=3265&view=rev Author: montanaro Date: 2010-04-02 01:55:40 +0000 (Fri, 02 Apr 2010) Log Message: ----------- sig for outlook plugin Added Paths: ----------- trunk/website/sigs/spambayes-1.1a6.exe.asc Added: trunk/website/sigs/spambayes-1.1a6.exe.asc =================================================================== --- trunk/website/sigs/spambayes-1.1a6.exe.asc (rev 0) +++ trunk/website/sigs/spambayes-1.1a6.exe.asc 2010-04-02 01:55:40 UTC (rev 3265) @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.10 (Darwin) + +iD8DBQBLtU5P3WE5XNCqNv4RAlmpAJ9Nm/kMQwJrcyLkVQf9/jCNTIcNYgCfbs7/ +1f/YudTqC2p9958erYwlepQ= +=Ejlh +-----END PGP SIGNATURE----- Property changes on: trunk/website/sigs/spambayes-1.1a6.exe.asc ___________________________________________________________________ Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From montanaro at users.sourceforge.net Fri Apr 2 04:21:52 2010 From: montanaro at users.sourceforge.net (montanaro at users.sourceforge.net) Date: Fri, 02 Apr 2010 02:21:52 +0000 Subject: [Spambayes-checkins] SF.net SVN: spambayes:[3266] trunk/website Message-ID: Revision: 3266 http://spambayes.svn.sourceforge.net/spambayes/?rev=3266&view=rev Author: montanaro Date: 2010-04-02 02:21:52 +0000 (Fri, 02 Apr 2010) Log Message: ----------- further 1.1a6 stuff - slight nudge in the direction of using 1.1a6 instead of 1.0.4 Modified Paths: -------------- trunk/website/download.ht trunk/website/index.ht Modified: trunk/website/download.ht =================================================================== --- trunk/website/download.ht 2010-04-02 01:55:40 UTC (rev 3265) +++ trunk/website/download.ht 2010-04-02 02:21:52 UTC (rev 3266) @@ -2,21 +2,14 @@ Author-Email: SpamBayes at python.org Author: SpamBayes -

    Version 1.0.4 of the SpamBayes project is now available. -

    This is a bugfix release - it is funtionally identical to 1.0, but includes -fixes for a number of bugs. We expect it to prove to be quite stable and -usable by most people; as a result (and since we are hard at work on the -upcoming 1.1 release) we expect that this will be the last release in the -1.0.x line. Feedback to -spambayes at python.org. +

    Version 1.1a6 of the SpamBayes project is now available.

    Although +this is still labelled as an alpha release it is really quite stable. If +you want to use an older version of SpamBayes, check the files +section of the project site. -

    The latest alpha release of 1.1 is 1.1a6. At the moment it is only -available as a source release. There is no Windows installer. It is highly likely -that there are new bugs in this release -but if you are willing and able to give it a spin for us, that would be -greatly appreciated. You might like to look at this -list -of things to try out.

    +If you have any issues with the software, send feedback to spambayes at python.org.

    You may like to view the release notes or the @@ -71,14 +64,18 @@ sig)


    -
  • -
  • 35494ade1bf380651bcc3077bf108310 -spambayes-1.1a6.tar.gz +
  • e7be822f158095e800706ee606f98be3 +spambayes-1.1a6.exe +(10,335,608 bytes, +sig) +
  • +
  • d06ed6d097911ddc8db31b4e9663df4b +spambayes-1.1a6.tar.gz (1,007,785 bytes, sig)
  • -
  • -sb-1.1a6.zip +
  • 4ff34bed1ca1ab9cf280b0b2a2a0375e +spambayes-1.1a6.zip (1,144,672 bytes, sig)
  • Modified: trunk/website/index.ht =================================================================== --- trunk/website/index.ht 2010-04-02 01:55:40 UTC (rev 3265) +++ trunk/website/index.ht 2010-04-02 02:21:52 UTC (rev 3266) @@ -3,6 +3,14 @@ Author: SpamBayes +

    News

    +

    SpamBayes 1.1a6 is now available! (This includes both the source +archives and a Windows binary installer).

    +

    See the download page for more info or +select an appropriate version from the table below.

    +

    You may also like to see what other people have +been saying about us in the press and elsewhere.

    +

    Download SpamBayes

    Locate the row which contains your operating system and mail program to @@ -12,6 +20,10 @@ href="http://spambayes.svn.sourceforge.net/viewvc/*checkout*/spambayes/trunk/spambayes/README.txt">installing a source release is more involved than the binary releases.

    +

    Please try the test releases if at all possible. While they are still +labelled as "alpha", they are really quite stable. We're just extremely +conversative/lazy about doing beta/final releases. ;-)

    + @@ -26,7 +38,7 @@ - + @@ -34,7 +46,7 @@ - + @@ -42,7 +54,7 @@ - + @@ -50,7 +62,7 @@ - + @@ -58,8 +70,8 @@ - + @@ -68,7 +80,7 @@ - + @@ -84,7 +96,7 @@ - + @@ -92,7 +104,7 @@ - + @@ -100,7 +112,7 @@ - + @@ -108,7 +120,7 @@ - + @@ -116,22 +128,12 @@ - +
    Outlook 2000/2003/2007 Windows XP 1.0.41.1a41.1a6  
    Outlook 2003/2007 Windows Vista 1.0.41.1a41.1a6  
    Outlook Express Windows XP 1.0.41.1a41.1a6  
    Windows Live Mail Windows Vista 1.0.41.1a41.1a6 Untested. It should work at least as well as Outlook Express though.
    Other Windows XP/Vista  1.1a4 (binary)
    -1.1a4 (source)
    1.1a6 (binary)
    +1.1a6 (source)
    Source code for the rest of the Windows world. (Binary installer also - might work in some circumstances.)
    IncrediMail Windows XP/Vista  1.1a6 (source)1.1a6 (source) Completely untested. May work with POP3. Rudimentary IMAP support may prevent that protocol.
    Gmail Any  1.1a6 (source)1.1a6 (source) POP3 works. IMAP probably not.
    Yahoo! Mail Any  1.1a6 (source)1.1a6 (source) Completely untested. POP3 & IMAP?
    MSN Hotmail Any  1.1a6 (source)1.1a6 (source) Completely untested. POP3 & IMAP?
    AOL Mail Any  1.1a6 (source)1.1a6 (source) Completely untested. IMAP only?
    Any Mac OS X/Linux/Solaris  1.1a6 (source)1.1a6 (source) POP3/IMAP, etc.
    -

    News

    -

    SpamBayes 1.0.4 is now available! (This includes both the source -archives and a Windows binary installer).

    -

    See the download page for more.

    -

    SpamBayes 1.1a6 is also now available! This is an alpha -release, so you should only try it if you are willing to try out -experimental releases - otherwise stick with 1.0.4.

    -

    You may also like to see what other people have -been saying about us in the press and elsewhere.

    -

    What is SpamBayes?

    The SpamBayes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From montanaro at users.sourceforge.net Fri Apr 2 04:22:46 2010 From: montanaro at users.sourceforge.net (montanaro at users.sourceforge.net) Date: Fri, 02 Apr 2010 02:22:46 +0000 Subject: [Spambayes-checkins] SF.net SVN: spambayes:[3267] trunk/spambayes Message-ID: Revision: 3267 http://spambayes.svn.sourceforge.net/spambayes/?rev=3267&view=rev Author: montanaro Date: 2010-04-02 02:22:46 +0000 (Fri, 02 Apr 2010) Log Message: ----------- still on alpha - I was jumping the gun on beta :-) Modified Paths: -------------- trunk/spambayes/CHANGELOG.txt trunk/spambayes/spambayes/__init__.py Modified: trunk/spambayes/CHANGELOG.txt =================================================================== --- trunk/spambayes/CHANGELOG.txt 2010-04-02 02:21:52 UTC (rev 3266) +++ trunk/spambayes/CHANGELOG.txt 2010-04-02 02:22:46 UTC (rev 3267) @@ -1,6 +1,6 @@ [Note that all dates are in ISO 8601 format, e.g. YYYY-MM-DD to ease sorting] -Release 1.1b1 +Release 1.1a6 ============= Skip Montanaro 2008-12-06 Start requiring Python >= 2.4. Modified: trunk/spambayes/spambayes/__init__.py =================================================================== --- trunk/spambayes/spambayes/__init__.py 2010-04-02 02:21:52 UTC (rev 3266) +++ trunk/spambayes/spambayes/__init__.py 2010-04-02 02:22:46 UTC (rev 3267) @@ -1,4 +1,4 @@ # package marker. -__version__ = "1.1b2" +__version__ = "1.1a6" __date__ = "April 1, 2010" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.