Log message for revision 39672:
  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/branches/Zope-2_8-branch/inst/WinBuilders/mk/python.mk

-=-
Modified: Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/python.mk
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/python.mk 2005-10-27 
14:05:04 UTC (rev 39671)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/python.mk 2005-10-27 
16:46:31 UTC (rev 39672)
@@ -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

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to