----------------
* Allow virtual namespace packages like 'plone' to be specified for the
package. I think this may need more thought for the dependency case.
* Allow ZCML ``includePlugins`` directive to specify a particular ZCML file to
try to load from plugins, so that loading of meta, configure and overrides
can be split across three ZCML files if desired. You can specify a file like:
<includePlugins package="." file="silly.zcml" />.
* Provide a separate ``includePluginsOverrides`` directive to be used when
loading overrides, and no longer look for 'overrides.zcml' files by default
with ``includePlugins``.
* Removed the deprecated ``autoinclude`` and ``autoincludeOverrides``
directives.
* `Allow autoinclusion to be disabled <http://lists.plone.org/pipermail/plone-framework-team/2009-February/005938.html>`_ by setting
``os.environ['Z3C_AUTOINCLUDE_PLUGINS_DISABLED']`` and
``os.environ['Z3C_AUTOINCLUDE_DEPENDENCIES_DISABLED']``, potentially useful for
test runners or debugging sessions.
For context on many of these changes, see `the PLIP 247 discussion <http://lists.plone.org/pipermail/plone-framework-team/2009-January/005823.html>`_.