Version: 4.0.0-3.1
* Wed Jul 23 2014 cgiboudeaux@gmx.com
- Update to 4.0.0
* Drop support for Xerces-C++ <= 2.8.0.
* Oracle/Berkeley DB XML support has been dropped.
* New option, --std, specifies the C++ standard that the generated code
should conform to. Valid values are c++98 (default) and c++11.
* New option, --fat-type-file, triggers the placement of code corresponding
to global elements into type files instead of schema files in the file-
per-type mode. This option is primarily useful when trying to minimize
the amount of object code that is linked to an executable by packaging
compiled generated code into a static (archive) library.
* New option, --generate-dep, triggers the generation of the make
dependency files (.d) for the generated C++ files. Other options
controlling dependency generation are: --generate-dep-only,
- -dep-phony, --dep-target, --dep-suffix, and --dep-regex. For
details on this functionality, refer to the XSD compiler command
line manual (man pages).
* New option, --suppress-assignment, suppresses the generation of copy
assignment operators for complex types. If this option is specified,
the copy assignment operators for such types are declared private and
left unimplemented.
* New option, --polymorphic-plate, allows the creation of multiple
polymorphic map plates in the same application. For details, refer
to the XSD compiler command line manual (man pages).
See the NEWS file for the complete changelog
- Drop boost1.46-buildfix.patch (no longer needed)
* Wed May 09 2012 cgiboudeaux@gmx.com
- Change license to SUSE-GPL-2.0-with-FLOSS-exception
* Fri May 04 2012 cgiboudeaux@gmx.com
- Update to 3.3.0.1
- Spec cleanup
* Tue Jul 28 2009 kalev@smartlink.ee
- Updated to work with openSUSE
* Mon Jul 27 2009 rel-eng@lists.fedoraproject.org
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Jul 07 2009 Antti.Andreimann@mail.ee
- Removed redundant PostScript files from the doc package
* Mon Jul 06 2009 Antti.Andreimann@mail.ee
- Added ACE homepage to SPEC file comments
- Added verbose=1 to MAKEFLAGS so compiler flags could be
verified from build logs.
* Sat Jul 04 2009 Antti.Andreimann@mail.ee
- Changed License tag to clarify which exceptions we are talking about
* Wed May 20 2009 Antti.Andreimann@mail.ee
- Initial RPM release.