diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 44da774bd..2f7d4c58c 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -21,7 +21,10 @@ that were accepted and discarded without warning before will now generate errors. The quote characters at the two ends of a quoted string value must now match, although either single or double quotes can be used. Escaped characters inside a quoted string should pass safely through to the underlying -dbLoadRecord() command.
+dbLoadRecord() command. The characters permitted in a bareword parameter (i.e. a +filename or value that is not inside quotes) have been reduced from the overly +wide set allowed before; the permitted characters now comprise: a-z A-Z 0-9 +_ - + : . / \ [ ] < > ;These test programs are no longer installed into the bin/arch directory. Running all these programs on any host architecture should be as @@ -39,10 +42,10 @@ simple as:
-cd /path/to/base/src/libCom/test/O.arch -make test+make runtests
The above make target uses Perl's Test::Harness module to execute all of the +
The runtests target uses Perl's Test::Harness module to execute all of the test programs and summarize the result. It is also possible to run individual tests as desired; the output is designed to be comprehensible to humans.