aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-07-03 08:37:16 (GMT)
committersimonb <simonb>2006-07-03 08:37:16 (GMT)
commit864ba10163084f4c98b5e3ea7faa7511f4b9c274 (patch)
treea2bec14f5a6e503790e8d4ed31fdfd299aa3fcb0 /ChangeLog
parent3213701f6c3c52dcdb592e8f9cd6e6d5dbd39dd7 (diff)
downloadfluxbox-864ba10163084f4c98b5e3ea7faa7511f4b9c274.zip
fluxbox-864ba10163084f4c98b5e3ea7faa7511f4b9c274.tar.bz2
make sure that PREFIX is expanded in the correct place (make stage, rather than configure stage). Affects menu, init, keys, locale and style files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03c7df2..6ddfd30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3:
3*06/07/03:
4 * make our default locale, init, menu, and style paths properly
5 expand PREFIX in the make install stage, so that make prefix=elsewhere
6 works properly (Simon)
7 configure.in
2Changes for 1.0rc2: 8Changes for 1.0rc2:
3*06/07/03: 9*06/07/03:
4 * call waitpid() on SIGCHLD until no more children (thanks Devin/dlab) 10 * call waitpid() on SIGCHLD until no more children (thanks Devin/dlab)