[Zope3-dev] Zope 3.2.0b3 released

2006-01-02 Thread Jim Fulton


I've made a source release of Zope 3.2.0 beta 3.  I plan to make a
Windows release tomorrow, when I have access to a windows machine with
a compiler, unless someone beats me to it.

This release was motivated by a fairly severe bug in the input buffering
used to integrate Twisted with Zope.

The release can be downloaded at:

  http://www.zope.org/Products/Zope3/3.2.0b3

I plan to make a final 3.2.0 release on Thursday or Friday.

Jim

--
Jim Fulton   mailto:[EMAIL PROTECTED]   Python Powered!
CTO  (540) 361-1714http://www.python.org
Zope Corporation http://www.zope.com   http://www.zope.org
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Zope 3.2.0b3 released

2006-01-02 Thread Tim Peters
[Jim Fulton]
> I've made a source release of Zope 3.2.0 beta 3.  I plan to make a
> Windows release tomorrow, when I have access to a windows machine with
> a compiler, unless someone beats me to it.

I gave it a try, but it dies near the start of the process:

$ \python24\python.exe ..\zpkg\bin\zpkg -C releases\Zope.cfg -v
3.2.0b3 -t Zope-win
'version.txt' doesn't match any files in 
(in C:\Code\Zope3.2\src\zope\app\PACKAGE.cfg)

I _suppose_ this is because there's no file named version.txt in
src/zope/app/ under

svn+ssh://svn.zope.org/repos/main/Zope3/tags/Zope-3.2.0b3

Did you miss step #3 from

http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/MakingARelease

?  Assuming that's all there is to it, I'll add it myself ...
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Zope 3.2.0b3 released

2006-01-02 Thread Tim Peters
A Windows installer is also available now:

http://www.zope.org/Products/Zope3/3.2.0b3
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Zope 3.2.0b3 released

2006-01-02 Thread Jim Fulton

Tim Peters wrote:

[Jim Fulton]


I've made a source release of Zope 3.2.0 beta 3.  I plan to make a
Windows release tomorrow, when I have access to a windows machine with
a compiler, unless someone beats me to it.



I gave it a try, but it dies near the start of the process:

$ \python24\python.exe ..\zpkg\bin\zpkg -C releases\Zope.cfg -v
3.2.0b3 -t Zope-win
'version.txt' doesn't match any files in 
(in C:\Code\Zope3.2\src\zope\app\PACKAGE.cfg)

I _suppose_ this is because there's no file named version.txt in
src/zope/app/ under

svn+ssh://svn.zope.org/repos/main/Zope3/tags/Zope-3.2.0b3

Did you miss step #3 from

http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/MakingARelease

?  Assuming that's all there is to it, I'll add it myself ...


Yes, I followed the step, but I forgot to add the file. Sigh.
The file is actually included in the source tar ball.

Jim


--
Jim Fulton   mailto:[EMAIL PROTECTED]   Python Powered!
CTO  (540) 361-1714http://www.python.org
Zope Corporation http://www.zope.com   http://www.zope.org
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com