Index: openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml,v diff -u -N -r1.27 -r1.27.2.1 --- openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 12 Jul 2009 01:08:30 -0000 1.27 +++ openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 18 Jun 2010 21:29:36 -0000 1.27.2.1 @@ -37,6 +37,52 @@ linkend="changelog-latest">) since the last release and in the entire &majorversion;.&minorversion; release sequence . + + Release 5.6.0 + + + + Added new package dependency type, "embeds". This is a variant of the + "extends" package dependency type added in OpenACS 5.5.0. It allows one + to write embeddable packages, with scripts made visible in client packages + using URLs which include the embedded package's package key. An example + embeddable package might be a rewritten "attachments" package. The current + implementation requires a global instance be mounted, and client packages + generate urls to that global instance. Among other things, this leads to + the user navigating to the top-level subsite, losing any subsite theming + that might be associated with a community. Using "embeds", a rewritten + package would run in the client package's context, maintaining theming and + automatically associating attachments with the client package. + + + Added global package parameters - parameters can now have scope "local" or "global", + with "local" being the default.. + + + Fixes for ns_proxy handling + + + Significant speedup for large sites + + + Optional support for selenium remote control (acs-automated-tests) + + + New administration UI to manage mime types and extension map + + + Added acs-mail-lite package params for rollout support + + + Support for 3-chars language codes in acs-lang + + + Added OOXML mime types in acs-content-repository + + + + + Release 5.5.0