summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-12-05 06:57:58 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-12-05 06:57:58 -0800
commit5d2b6ed32c38078efed26fd31f30f0d3569bf3db (patch)
treea46adb6b783a1266116c7b0f56d90d26094fa1c0 /ChangeLog
parentc9684709acb26c54ffa0ec04cee2cc46b1ba56be (diff)
downloadtxr-5d2b6ed32c38078efed26fd31f30f0d3569bf3db.tar.gz
txr-5d2b6ed32c38078efed26fd31f30f0d3569bf3db.tar.bz2
txr-5d2b6ed32c38078efed26fd31f30f0d3569bf3db.zip
* configure: Bugfix: the "share" directory has to be
symbolically linked. Without this, tests which require txr to have access to its library do not work.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abd77da6..24106c8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-12-05 Kaz Kylheku <kaz@kylheku.com>
+
+ * configure: Bugfix: the "share" directory has to be
+ symbolically linked. Without this, tests which require txr to have
+ access to its library do not work.
+
2014-12-04 Kaz Kylheku <kaz@kylheku.com>
TXR now builds optimized and debug at the same time.