I made this change to let MonoBURG distcheck on the build farm.
https://svn.lrde.epita.fr/svn/monoburg
ChangeLog | 4 ++++
NEWS | 7 +++++++
2 files changed, 11 insertions(+)
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
* NEWS: Update.
Index: NEWS
--- NEWS (révision 58)
+++ NEWS (copie de travail)
@@ -1,3 +1,7 @@
+* New in 1.0.5a:
+
+
+
* New in 1.0.5, 2006-02-01:
** Rework MonoBURG options
@@ -29,6 +33,7 @@
#line 1 "./tree.brg"
+
* 1.0.4
** Support named subtree with multi rules
@@ -39,6 +44,7 @@
Moreover, Name3 could be renamed Name1. The only restriction
is that Name4 couldn't be named Name1 nor Name3.
+
* 1.0.3
** Add --with-line option
@@ -53,6 +59,7 @@
Depths of `%namespace' and `%include' are no more limited.
+
* 1.0.2a
** Reoganization of the sources
>>> "SIGOURE" == SIGOURE Benoit <sigoure.benoit(a)lrde.epita.fr> writes:
> + If you wish, it is possible to specify properties directly in XRM files.
> + You can add property sections to your XRM files. Property sections can be
> + found everywhere a module declaration can be found. A property section is
> + specified as:
> + properties
> + // XPCTL code here
> + end
> + If you use property sections, you will need to pass an additional argument
> + to xrm-front to specify the PCTL property file where the options must be
> + saved. The option switch is --p-output f or -po f (where `f' is a path).
> + However, this option is not mandatory. If you specify property sections but
> + omit this switch, xrm-front will discard the properties and issue a warning
> + about that.
Many thanks!