Re: [Zope-dev] Zope 2.12/trunk on Windows

2010-09-28 Thread Alan Runyan
On Tue, Sep 28, 2010 at 6:09 AM, Martin Aspeli wrote: > What bugs? We're seeing problems running zope as  Windows services. > Wondering if this is related. Nikolay can give more detail. Zcatalog and acquisition need to be re-released (changes were applied yesterday) to fix overflow errors. alan

Re: [Zope-dev] Zope Toolkit 1.0c2 release

2010-09-28 Thread Gediminas Paulauskas
2010/9/28 Hanno Schlichting : > Hello. > > On behalf of the Zope Toolkit release team and the Zope community, I'm > happy to announce the second release candidate of the Zope Toolkit > version 1.0. > > Compared to the first release candiate we solved all the problems with > packages having test dep

[Zope-dev] Zope Toolkit 1.0c2 release

2010-09-28 Thread Hanno Schlichting
Hello. On behalf of the Zope Toolkit release team and the Zope community, I'm happy to announce the second release candidate of the Zope Toolkit version 1.0. Compared to the first release candiate we solved all the problems with packages having test dependencies on other deprecated packages. You

Re: [Zope-dev] Developer meeting next Tuesday at 15:00 UTC

2010-09-28 Thread Charlie Clark
Am 28.09.2010, 16:42 Uhr, schrieb Christian Theune : > I won't be there today as I have to fix some stuff around my flat, but > I'll go through the logs tomorrow. I guess this means a job for Theuni's stand-in! See you all in a few minutes. :-D Charlie -- Charlie Clark Managing Director Clark

Re: [Zope-dev] Developer meeting next Tuesday at 15:00 UTC

2010-09-28 Thread Christian Theune
Hi, On 09/24/2010 07:56 PM, Christian Theune wrote: > Good evening, > > another developer meeting is coming up next Tuesday at 15:00 UTC. > > During the meta-discussion this week Charlie mentioned that we really > need to keep following up on the issues/goals/topics that were > identified during t

Re: [Zope-dev] ZODB history problem with Zope 2.12.7

2010-09-28 Thread Chris Withers
On 28/09/2010 12:55, Tres Seaver wrote: > On 09/28/2010 03:36 AM, Chris Withers wrote: >> On 28/09/2010 00:12, Marius Gedminas wrote: >>> --- ./OFS/History.py.orig 2010-09-28 02:11:56.535745440 +0300 >>> +++ ./OFS/History.py2010-09-28 02:12:00.043764683 +0300 >>> @@ -151,6 +151,9 @@ >>>

[Zope-dev] Zope Tests: 45 OK, 7 Failed, 3 Unknown

2010-09-28 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Sep 27 12:00:00 2010 UTC to Tue Sep 28 12:00:00 2010 UTC. There were 55 messages: 6 from Zope Tests, 4 from buildbot at pov.lt, 20 from buildbot at winbot.zope.org, 11 from ccomb at free.fr, 14 from jdriessen at thehealthagency.com. Test fa

Re: [Zope-dev] weird Page Template / ZODB history problem with Zope 2.12.7

2010-09-28 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/28/2010 03:36 AM, Chris Withers wrote: > On 28/09/2010 00:12, Marius Gedminas wrote: >> --- ./OFS/History.py.orig2010-09-28 02:11:56.535745440 +0300 >> +++ ./OFS/History.py 2010-09-28 02:12:00.043764683 +0300 >> @@ -151,6 +151,9 @@ >>

Re: [Zope-dev] weird Page Template / ZODB history problem with Zope 2.12.7

2010-09-28 Thread Chris Withers
On 28/09/2010 00:12, Marius Gedminas wrote: > --- ./OFS/History.py.orig 2010-09-28 02:11:56.535745440 +0300 > +++ ./OFS/History.py 2010-09-28 02:12:00.043764683 +0300 > @@ -151,6 +151,9 @@ > base = aq_base(self) > base._p_activate() # make sure we're not a gho