This previously gave the cryptic "Error: Syntax error in input(1).", but now gives "Error: Unknown directive '%foo'."
18 lines
744 B
Text
18 lines
744 B
Text
Below are the changes for the current release.
|
|
See the CHANGES file for changes in older releases.
|
|
See the RELEASENOTES file for a summary of changes in each release.
|
|
|
|
Version 3.0.4 (in progress)
|
|
===========================
|
|
|
|
2015-01-08: olly
|
|
Improve error message when an unknown SWIG directive is used - this
|
|
previously gave the cryptic "Error: Syntax error in input(1).", but
|
|
now gives "Error: Unknown directive '%foo'."
|
|
|
|
2015-01-08: olly
|
|
Provide -cppext as a general command line option for setting the
|
|
extension used for generated C++ files (previously it was specific
|
|
to the PHP backend). Deprecate the equivalent -suffix option
|
|
provided by the Ocaml backend, but continue to support that for
|
|
now.
|