diff options
author | Björn Persson <Bjorn@Rombobjörn.se> | 2014-02-05 11:36:22 +0100 |
---|---|---|
committer | Björn Persson <Bjorn@Rombobjörn.se> | 2014-02-05 11:36:22 +0100 |
commit | 183f07836ebcd4c41ee5f89cc61cd1aaab49188e (patch) | |
tree | 077870c80a2986089ca79f513e1961c64c47baf4 /manual.en.html | |
parent | ace42b156c87c0d89bb0ff59c3244b234c7d2b78 (diff) |
Documented changes in version 1.3.
Diffstat (limited to 'manual.en.html')
-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> |