[Zope-Checkins] CVS: Zope/inst/WinBuilders/mk - python.mk:1.1.2.3

Tim Peters tim.one at comcast.net
Thu Oct 27 12:56:02 EDT 2005


Update of /cvs-repository/Zope/inst/WinBuilders/mk
In directory cvs.zope.org:/tmp/cvs-serv14861/inst/WinBuilders/mk

Modified Files:
      Tag: Zope-2_7-branch
	python.mk 
Log Message:
Backport revs 39672 and 39674 from Zope-2_8-branch.

Move to pywin32 build 205.

This should repair PySECURITY_ATTRIBUTES problems that
(mostly) Plone users report using recent Zopes on Windows.

The Windows installer for Zope 2.8.4 includes this change (although
the _tag_ for 2.8.4 does not!).  No release in the 2.7 line
includes this change yet.


=== Zope/inst/WinBuilders/mk/python.mk 1.1.2.2 => 1.1.2.3 ===
--- Zope/inst/WinBuilders/mk/python.mk:1.1.2.2	Mon May 16 19:10:56 2005
+++ Zope/inst/WinBuilders/mk/python.mk	Thu Oct 27 12:56:02 2005
@@ -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