BlueBream 1.0a5 is now available for download at: http://download.zope.org/bluebream/bluebream-1.0a5.cfg
To get started with application development, use: http://pypi.python.org/pypi/bluebream What is BlueBream ----------------- BlueBream -- formerly known as Zope 3 -- is a web framework written in the Python programming language. BlueBream is free/open source software, owned by the Zope Foundation, licensed under the Zope Public License (BSD like, GPL compatible license). Website: http://bluebream.zope.org/ Migration from Zope 3.4 to BlueBream 1.0 ---------------------------------------- There is a detailed document with details about migration: http://bluebream.zope.org/doc/1.0/new/whatsnew-1.0.html Changes from 1.0a4 to 1.0a5 --------------------------- - Changed versions: ztk.cfg - zope.component (3.9.2 -> 3.9.3) - zope.contenttype (3.5.0 -> 3.5.1) - zc.resourcelibrary (1.3.0 -> 1.3.1) - Changed versions: zopeapp.cfg - zope.app.localpermission (3.7.1 -> 3.7.2) - zope.app.dav (3.5.2 -> 3.5.3) Summary of important changes ---------------------------- - Many bugs are fixed in `bluebream` package (Thanks to Michael Howitz for reporting it) - Sample application created by project templates are easily removable. - `zope.component` has an important bug fix, from ChangeLog: The ZCML directives provided by zope.component now register the components in the registry returned by getSiteManager instead of the global registry. This allows the hooking of the getSiteManager method before the load of a ZCML file to register the components in a custom registry. Thanks to everybody who has contributed to this release. Regards, Baiju M _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
