aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 7ffb74a..a2bbb61 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,8 @@
+2011-06-08:
+ * (seebs) Get the modern realpath from glibc instead of the old
+ one inexplicably proferred by RTLD_NEXT. Fixes realpath(path, NULL)
+ when PSEUDO_DISABLED=1.
+
2011-06-06:
* (seebs) revise system() handler substantially. It now
pollutes the environment but works.