Hi Stefano, [snipped parts that looked good to me]
On 2012-10-02 16:43, Stefano Lattarini wrote: > Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> > --- > NEWS | 59 +++++++++++++++++++++++++++++------------------------------ > 1 file changed, 29 insertions(+), 30 deletions(-) > > diff --git a/NEWS b/NEWS > index aaa3ad3..d0bc122 100644 > --- a/NEWS > +++ b/NEWS > @@ -183,7 +182,7 @@ New in 1.12.1: > - Use of the long-deprecated two- and three-arguments invocation forms > of the AM_INIT_AUTOMAKE macro now elicits a warning in the 'obsolete' > category. Starting from some future major Automake release (likely > - post-1.13), such usages won't be allowed anymore. > + post-1.13), such usages will be no longer allowed. will no longer be allowed > > - Support for the "Cygnus-style" trees (enabled by the 'cygnus' option) is > now deprecated (its use triggers a warning in the 'obsolete' category). > @@ -197,8 +196,8 @@ New in 1.12.1: > * Miscellaneous changes: > > - The Automake test cases now require a proper POSIX-conforming shell. > - Older non-POSIX Bourne shells (like Solaris 10 /bin/sh) won't be > - accepted anymore. In most cases, the user shouldn't have to specify > + Older non-POSIX Bourne shells (like Solaris 10 /bin/sh) will be no > + longer accepted. In most cases, the user shouldn't have to specify will no longer be accepted > such POSIX shell explicitly, since it will be looked up at configure > time. Still, when this lookup fails, or when the user wants to > override its conclusion, the variable 'AM_TEST_RUNNER_SHELL' can be > @@ -572,24 +571,24 @@ Bugs fixed in 1.11.3: > * Bugs introduced by 1.11.2: > > - Automake now correctly recognizes the prefix/primary combination > - `pkglibexec_SCRIPTS' as valid. > + 'pkglibexec_SCRIPTS' as valid. > > - - The parallel-tests harness doesn't trip anymore on sed implementations > + - The parallel-tests harness now doesn't trip on sed implementations harness no longer trips on > with stricter limits on the length of input lines (problem seen at > least on Solaris 8). > Cheers, Peter