diff options
-rwxr-xr-x | manual.en.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manual.en.html b/manual.en.html index bfbc04c..2dea274 100755 --- a/manual.en.html +++ b/manual.en.html @@ -639,6 +639,17 @@ and testing, and delete parts that don't apply to your project.</p> <h2 id="news">News</h2> +<h3 id="news_1.3">Noteworthy Changes in Version 1.3</h3> + +<ul> +<li><p>A testsuite was introduced in this version.</p></li> + +<li><p>A problem with spaces in pathnames was mitigated by using relative +pathnames in places where Make expects a space-separated list. Thus Make +doesn't see the names of parent directories, so spaces in those names don't +cause any problems.</p></li> +</ul> + <h3 id="news_1.2">Noteworthy Changes in Version 1.2</h3> <ul> |