Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20938/spambayes
Modified Files:
Tag: release_1_0-branch
Version.py __init__.py
Log Message:
1.0.3. Need to include msvcr71.dll in the distribution (Microsoft recommend
this)
and install it in our bin directory, or people without it won't be able to do
anything.
This is a Python 2.4 change.
Index: Version.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Version.py,v
retrieving revision 1.31.4.6
retrieving revision 1.31.4.7
diff -C2 -d -r1.31.4.6 -r1.31.4.7
*** Version.py 25 Jan 2005 22:49:10 -0000 1.31.4.6
--- Version.py 28 Jan 2005 01:22:31 -0000 1.31.4.7
***************
*** 38,48 ****
# "description" strings below - they just need to increment
# so automated version checking works.
! "Version": 1.02,
! "BinaryVersion": 1.02,
"Description": "SpamBayes Outlook Addin",
"Date": "January 2005",
! "Full Description": "%(Description)s Version 1.0.2 (%(Date)s)",
"Full Description Binary":
! "%(Description)s Binary Version 1.0.2
(%(Date)s)",
# Note this means we can change the download page later, and old
# versions will still go to the new page.
--- 38,48 ----
# "description" strings below - they just need to increment
# so automated version checking works.
! "Version": 1.03,
! "BinaryVersion": 1.03,
"Description": "SpamBayes Outlook Addin",
"Date": "January 2005",
! "Full Description": "%(Description)s Version 1.0.3 (%(Date)s)",
"Full Description Binary":
! "%(Description)s Binary Version 1.0.3
(%(Date)s)",
# Note this means we can change the download page later, and old
# versions will still go to the new page.
***************
*** 53,63 ****
# Note these version numbers also currently don't appear in the
# "description" strings below - see above
! "Version": 1.02,
! "BinaryVersion": 1.02,
"Description": "SpamBayes POP3 Proxy",
"Date": "January 2005",
! "Full Description": """%(Description)s Version 1.0.2
(%(Date)s)""",
"Full Description Binary":
! """%(Description)s Binary Version 1.0.2
(%(Date)s)""",
# Note this means we can change the download page later, and old
# versions will still go to the new page.
--- 53,63 ----
# Note these version numbers also currently don't appear in the
# "description" strings below - see above
! "Version": 1.03,
! "BinaryVersion": 1.03,
"Description": "SpamBayes POP3 Proxy",
"Date": "January 2005",
! "Full Description": """%(Description)s Version 1.0.3
(%(Date)s)""",
"Full Description Binary":
! """%(Description)s Binary Version 1.0.3
(%(Date)s)""",
# Note this means we can change the download page later, and old
# versions will still go to the new page.
Index: __init__.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/__init__.py,v
retrieving revision 1.11.4.6
retrieving revision 1.11.4.7
diff -C2 -d -r1.11.4.6 -r1.11.4.7
*** __init__.py 27 Jan 2005 02:19:21 -0000 1.11.4.6
--- __init__.py 28 Jan 2005 01:22:31 -0000 1.11.4.7
***************
*** 1,3 ****
# package marker.
! __version__ = '1.0.2+'
--- 1,3 ----
# package marker.
! __version__ = '1.0.3'
_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins