[Zope-Checkins] SVN: Zope/trunk/inst/WinBuilders/mk/python.mk Merge
rev 39672 from Zope-2_8-branch.
Tim Peters
tim.one at comcast.net
Thu Oct 27 12:49:33 EDT 2005
Log message for revision 39673:
Merge rev 39672 from Zope-2_8-branch.
A one-character change to move to pywin32 build 205.
This should repair PySECURITY_ATTRIBUTES problems that
(mostly) Plone users report using recent Zopes on
Windows.
This change is in the 2.8.4 Windows installer I just
published on zope.org. Alas, the 2.8.4 tarball there
(and the 2.8.4 tag) differs from the source used to build
the 2.8.4 Windows installer (by this one character,
bumping W32ALLVERSION in inst/WinBuilders/mk/python.mk).
Changed:
U Zope/trunk/inst/WinBuilders/mk/python.mk
-=-
Modified: Zope/trunk/inst/WinBuilders/mk/python.mk
===================================================================
--- Zope/trunk/inst/WinBuilders/mk/python.mk 2005-10-27 16:46:31 UTC (rev 39672)
+++ Zope/trunk/inst/WinBuilders/mk/python.mk 2005-10-27 16:49:33 UTC (rev 39673)
@@ -6,7 +6,7 @@
PYVERSION_MINOR=3
PYVERSION_PATCH=5
PYVERSION=$(PYVERSION_MAJOR).$(PYVERSION_MINOR).$(PYVERSION_PATCH)
-W32ALLVERSION=204
+W32ALLVERSION=205
# CAUTION: Extracting files from Wise installers doesn't really do what
# you expect. While a Wise installer is a zip file, the zip file
More information about the Zope-Checkins
mailing list