Index: openacs-4/packages/acs-core-docs/www/release-notes.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/release-notes.html,v diff -u -r1.26.2.2 -r1.26.2.3 --- openacs-4/packages/acs-core-docs/www/release-notes.html 21 Nov 2003 11:14:09 -0000 1.26.2.2 +++ openacs-4/packages/acs-core-docs/www/release-notes.html 8 Dec 2003 15:41:18 -0000 1.26.2.3 @@ -1,4 +1,4 @@ -
+
This is the first beta release of OpenACS 5.0.0. This release has a number of serious bugs, and is not suitable for production systems. It has passed several release criteria, @@ -12,7 +12,7 @@
You may want to begin by reading our installation documentation for the section called “a Unix-like system”. Note that the Windows documentation is - not current for OpenACS 5.0.0b2, but an alternative is to use John + not current for OpenACS 5.0.0b4, but an alternative is to use John Sequeira's Oasis VM project.
@@ -84,4 +84,13 @@ Who's online feature.
Spell checking. -
+ Potential incompatibilities: +
+ The undocumented special handling of ~ and +variable+ in formtemplates has been removed in favor of + using <noparse> and \@variable\@ (the standard templating mechanisms). Locally + provided formtemplate styles still using these mechanisms will break. +
+ Serving backup files and files from the CVS directories is turned off by default via the acs-kernel parameter + ExcludedFiles in section request-processor (The variable provides a string match glob list of files and is defaulted to "*/CVS/* *~") +