diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-19 05:42:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-19 05:42:38 +0000 |
commit | 1e805e4a2719bccf48a8a32104b4a30840c7d8cd (patch) | |
tree | 211ade222fb757cb83b7a0073b9cd41dc6910433 /doc | |
parent | d9c23aad3b4d34276339e1afb178f549ed1f07e9 (diff) | |
download | pkgsrc-1e805e4a2719bccf48a8a32104b4a30840c7d8cd.tar.gz |
Update opensp to 1.5.1.
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index a3992378723..c0cb9766e01 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5980 2004/05/18 12:47:23 recht Exp $ +$NetBSD: CHANGES,v 1.5981 2004/05/19 05:42:38 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2585,3 +2585,4 @@ Changes to the packages collection and infrastructure in 2004: Added eag-2.3 [minskim 2004-05-17] Updated audit-packages to 1.31 [reed 2004-05-17] Updated py-Lupy to 0.2.1 [recht 2004-05-18] + Updated opensp to 1.5.1 [minskim 2004-05-19] |