Changes in OpenSP 1.5.2
* Support for version 4.0 and 4.1 of the GNU C++ compiler.
* Added doc building and config option.
* Updated local gettext.
* Added config option to turn off DTDDECL support.
* Update 'de' and 'fr' translations; add new 'tr' translation.
* Add more tests. (Karl Eichwalder)
A missing type declaration causes compilation failure. The patch
fixes the problem by including the local header file "constant.h"
This closes the referenced PR.
Changes:
Enable run time selection of message format with SP_MESSAGE_FORMAT
environment variable. Value is one of XML, NONE, TRADITIONAL.
When validating/parseing a document using http, OpenSP will now follow
any redirects headers/requests from the server.
The environment variable SP_HTTP_USER_AGENT can be used to specify a
UserAgent: header.
The environment variable SP_HTTP_ACCEPT can be used to specify Accept:
headers.
A number of enhancements have been made to the osx tool: security
fixes in the handling of output files; addition of the "preserve case
option".
A testing framework together with some initial tests have been
added. Currently there are 22 tests. 6 of which fail.
Support for Mac OS/X, Darwin has been improved. Build infrastructure
and localisation fixes and enhancements. Improved compiler support.
Based on patch from Juan RP via PR pkg/20220.
Changes:
========
- The architecture engine supports #MAPTOKEN.
- The multibyte version of OpenSP now uses 32bit chars and supports
the full UTF-16 range 0x0000-0x10ffff.