Blame NEWS

Packit 8a864e
Changes in OpenSP 1.5.2
Packit 8a864e
Packit 8a864e
* Support for version 4.0 and 4.1 of the GNU C++ compiler.
Packit 8a864e
* Added doc building and config option.
Packit 8a864e
* Updated local gettext.
Packit 8a864e
* Added config option to turn off DTDDECL support.
Packit 8a864e
* Update 'de' and 'fr' translations; add new 'tr' translation.
Packit 8a864e
* Add more tests. (Karl Eichwalder)
Packit 8a864e
Packit 8a864e
Changes in OpenSP 1.5.1
Packit 8a864e
Packit 8a864e
* Enable run time selection of message format with SP_MESSAGE_FORMAT
Packit 8a864e
  environment variable. Value is one of XML, NONE, TRADITIONAL (Nick Kew)
Packit 8a864e
Packit 8a864e
* Add support for restricted files option to generic API (Nick Kew)
Packit 8a864e
Packit 8a864e
* Add support for http redirection (Nick Kew)
Packit 8a864e
Packit 8a864e
* Add support for specifying the user agent at run time with the 
Packit 8a864e
  SP_HTTP_USER_AGENT environment variable (Nick Kew)
Packit 8a864e
Packit 8a864e
* Add support for specifying Accept: headers with the
Packit 8a864e
  SP_HTTP_ACCEPT environment variable (Nick Kew)
Packit 8a864e
Packit 8a864e
* Fix for Mac OS X/Darwin compilation (Peter O'Gorman)
Packit 8a864e
Packit 8a864e
* Build Infrastructure/Localisation enhancements (Neil Roeth)
Packit 8a864e
Packit 8a864e
* Enhancements to osx. Preserve case option, security fixes (Jessica Perry Hekman)
Packit 8a864e
Packit 8a864e
* Start adding a testsuite. (Karl Eichwalder)
Packit 8a864e
Packit 8a864e
Changes in OpenSP 1.5
Packit 8a864e
Packit 8a864e
* Fix crash when "-m" option specified.
Packit 8a864e
Packit 8a864e
* Updated Translations (new "fr" translation).
Packit 8a864e
Packit 8a864e
Changes in OpenSP 1.5pre9
Packit 8a864e
Packit 8a864e
* Support for "--restricted" option to restrict parsing of web based documents
Packit 8a864e
  to local files only.
Packit 8a864e
Packit 8a864e
Changes in OpenSP 1.5pre8
Packit 8a864e
Packit 8a864e
* Support for newer autoconf, gettext tools
Packit 8a864e
Packit 8a864e
* Added a -x command line option to osx, which allows users to
Packit 8a864e
  say whether they want sdata entities transformed into PIs or treated like
Packit 8a864e
  normal entities (the default is the latter, which is how osx always
Packit 8a864e
  behaved before this change). Contributed by Jessica Hekman.
Packit 8a864e
Packit 8a864e
Changes in OpenSP 1.5pre7
Packit 8a864e
Packit 8a864e
* Option to produce error messages formatted as XML from Nick Kew
Packit 8a864e
  enable with ./configure --enable-xml-messages
Packit 8a864e
Packit 8a864e
* Japanese Translation from SATO Satoru
Packit 8a864e
Packit 8a864e
* Changed the way in which MessageFragments identify the module within
Packit 8a864e
  which their text resides (libModule, appModule, xModule) in order to
Packit 8a864e
  support Windows applications that use DLLs that use SP's DLL, where
Packit 8a864e
  the intervening DLLs also define messages to be used with the SP
Packit 8a864e
  message handling infrastructure.  Patch contributed by Peter Newcomb
Packit 8a864e
  of Epremis Corp.
Packit 8a864e
Packit 8a864e
* Enhancements to osx. Contributed by Jessica Perry Hekman, Dynamic Diagrams.
Packit 8a864e
Packit 8a864e
* Added support for the PI-based architecture use declaration syntax
Packit 8a864e
  defined by Amendment 1 to ISO/IEC 10744:1997 (HyTime).  This makes
Packit 8a864e
  it possible to specify architectural support attributes when using
Packit 8a864e
  architectures with XML, and is generally simpler than the original
Packit 8a864e
  syntax.  See http://www.y12.doe.gov/sgml/wg8/document/1985.htm for
Packit 8a864e
  details.  Patch contributed by Peter Newcomb of Epremis Corp.
Packit 8a864e
Packit 8a864e
* Adds the architecture public id to the information passed to
Packit 8a864e
  implementations of ArcDirector.  This is especially important when
Packit 8a864e
  using the PI-based architecture use declaration syntax, since there
Packit 8a864e
  may be no Notation object from which to get the information.  Patch
Packit 8a864e
  contributed by Peter Newcomb of Epremis Corp.
Packit 8a864e
Packit 8a864e
Changes in OpenSP 1.5pre6
Packit 8a864e
Packit 8a864e
* RPM spec file updates and corrections from Terje Bless
Packit 8a864e
Packit 8a864e
* Adapt SP patch from Liam Quinn that adds a HTTP/1.0 Host header to HTTP
Packit 8a864e
  requests. Necessary to fetch DTDs specified in SYSTEM identifiers
Packit 8a864e
  when the DTD resides on a name-based "Virtual Host".
Packit 8a864e
  Thanks to 'tbe'.
Packit 8a864e
Packit 8a864e
* Some GCC >= 2.96 fixes and other build improvements
Packit 8a864e
Packit 8a864e
* A few minor documentation improvements, thanks to Terje Bless
Packit 8a864e
Packit 8a864e
* require autoconf 2.52; fix some autoconf problems for the new version
Packit 8a864e
Packit 8a864e
Changes in OpenSP 1.5pre5
Packit 8a864e
Packit 8a864e
* Fix 32-bit assumptions so we build on 64-bit platforms such
Packit 8a864e
  as Alpha.
Packit 8a864e
Packit 8a864e
* Enable internationalized builds on Win32
Packit 8a864e
Packit 8a864e
* Other Win32 fixes
Packit 8a864e
Packit 8a864e
* Re-instate the '-widref' option which was accidentally removed.
Packit 8a864e
Packit 8a864e
* New output options (--option): comment, omitted, tagomit and attromit;
Packit 8a864e
  this shows comments and implied elements and/or attributes.  
Packit 8a864e
  Patch from Robert Braddock.
Packit 8a864e
Packit 8a864e
* German translation updates
Packit 8a864e
Packit 8a864e
* Build hygene
Packit 8a864e
Packit 8a864e
* Autoconf fix affecting at least some gcc 2.7.x installations
Packit 8a864e
Packit 8a864e
Changes in OpenSP 1.5pre4
Packit 8a864e
Packit 8a864e
* More of Annex K supported: Common data attributes can now be
Packit 8a864e
  specified in external entity declarations.
Packit 8a864e
  
Packit 8a864e
* The architecture engine supports #MAPTOKEN.
Packit 8a864e
Packit 8a864e
* The multibyte version of OpenSP now uses 32bit chars and supports
Packit 8a864e
  the full UTF-16 range 0x0000-0x10ffff.
Packit 8a864e
Packit 8a864e
Changes in OpenSP 1.4
Packit 8a864e
Packit 8a864e
* Support for the koi8-r (RFC 1489) encoding.
Packit 8a864e
 
Packit 8a864e
* OpenSP now supports long cmdline options. 
Packit 8a864e
Packit 8a864e
* OpenSP is internationalized (currenly German and Swedish translations are
Packit 8a864e
  provided).
Packit 8a864e
Packit 8a864e
* New option -h or --help shows a list of all available options with
Packit 8a864e
  descriptions.
Packit 8a864e
Packit 8a864e
* New options -n and -x to see message numbers/relevant clauses with messages.
Packit 8a864e
Packit 8a864e
* More of Annex K supported: SGML declarations on subdocs,
Packit 8a864e
  DATA declared value for attributes, DTD data entities and 
Packit 8a864e
  DTD notations for doctypes, complete IMPLYDEF support, 
Packit 8a864e
  ENTITIES REF constraints, URN parsing. Many new -w flags. 
Packit 8a864e
Packit 8a864e
* DTDDECL supported.
Packit 8a864e
Packit 8a864e
* New spcat cmdline interface to the catalog manager. 
Packit 8a864e
Packit 8a864e
Changes in OpenSP 1.3.4
Packit 8a864e
Packit 8a864e
* Added the Entity classes to the public interface of the library/dll. 
Packit 8a864e
Packit 8a864e
1.3.3 The begin