diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 08:38:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 08:38:12 +0000 |
commit | 4f07e6d711e3edc385c8627491a2ad48d7011dc0 (patch) | |
tree | f20468819dfa5ce6af6b4ac69ceeb2e7c162e267 | |
parent | a3600becdb10bfb67ced4a2be8d364e6dd0381cf (diff) |
INTEGRATION: CWS dmake46 (1.5.2); FILE MERGED
2006/09/21 20:57:35 vq 1.5.2.5: #i67689# Release dmake 4.6.
2006/07/29 01:55:38 vq 1.5.2.4: #i67589# Add documentation and NEWS file entry for builtin commands noop
and echo.
2006/07/23 04:05:50 vq 1.5.2.3: #i67166# Mention the new warning in the NEWS file.
2006/07/10 21:01:38 vq 1.5.2.2: #i66567# Add testcase and mention the new warning in the NEWS file.
2006/07/10 01:38:30 vq 1.5.2.1: #i67025# Add testcase and mention this bugfix in the NEWS file as it was
a regression in dmake 4.5 with respect to older versions.
-rwxr-xr-x | dmake/NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dmake/NEWS b/dmake/NEWS index d637c1417..4c9199065 100755 --- a/dmake/NEWS +++ b/dmake/NEWS @@ -2,6 +2,28 @@ News file for the dmake version that is hosted on the OpenOffice.org cvs. #i<number># denote issues tracked by the OpenOffice.org issue tracking system, see <http://qa.openoffice.org/issue_handling/project_issues.html>. +Version 4.6 +=========== + +Volker Quetschke (vq@openoffice.org) +#i67589# Implement the internal dmake commands noop and echo. These commands +were already existing for the native Windows version but only partially +documented. + +Volker Quetschke (vq@openoffice.org) +#i67166# Issue a warning when a previously unset macro (i.e. assumed to be +empty) is used and later set to a different value. + +Volker Quetschke (vq@openoffice.org) +#i66567# Issue a warning when .SUFFIXES is used. This special target had no +special meaning (anymore?) and was always (at least since version 4.2) +ignored. + +Volker Quetschke (vq@openoffice.org) +#i67025# Fix a bug that was introduced in dmake 4.5 and led dmake to falsely +issue an error if a %-target was defined with the .SILENT attribute and dmake +was started with the -vr (included in -v) verbose flag. + Version 4.5 =========== |