|
From: kapil t. <kth...@ea...> - 2002-02-27 22:32:24
|
hi
On Monday 25 February 2002 02:47 am, Daniele Tarini wrote:
>
> We are working on keeping all the sites aligned to the latest version. In
> case of ambiguity the sourceforge CVS will certainly have the latest
> version.
there seems to be some minor skew between the cvs and the latest release
which i think is from the cvs being out of date?
here's a diff of openflow 0.7 and cvs as of yesterday
ender@linux:~/orion/sites/objectrealms/Products > diff OpenFlow/
openflow-engine/
Common subdirectories: OpenFlow/CVS and openflow-engine/CVS
diff OpenFlow/VERSION.txt openflow-engine/VERSION.txt
1c1
< 0.5.1pre-alpha
---
> 0.7
Common subdirectories: OpenFlow/dtml and openflow-engine/dtml
Common subdirectories: OpenFlow/help and openflow-engine/help
diff OpenFlow/openflow.py openflow-engine/openflow.py
223c223
< return map(lambda p_id: getattr(self, p_id),
---
> return map(lambda p_id, self=self: getattr(self, p_id),
429a430
> security.declareProtected('Use OpenFlow', 'getProcessActivity')
431c432,433
< # Return the activity and the process of the given workitem
---
> """ Return the activity and the process of the given workitem """
> workitem_id = int(workitem_id)
Common subdirectories: OpenFlow/www and openflow-engine/www
cheers
kapil
|