summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-07-31 10:14:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-07-31 10:14:53 (GMT)
commitf74362142bff3aa1a186dc8d58be33ab64ba4c8d (patch)
tree4f3af429c409ac0bf7acd6bc8f6f3a4d81d09114
parent6c15ea3d78e54b7f60df39abef2d6ddd13fdc334 (diff)
downloadtcl-f74362142bff3aa1a186dc8d58be33ab64ba4c8d.zip
tcl-f74362142bff3aa1a186dc8d58be33ab64ba4c8d.tar.gz
tcl-f74362142bff3aa1a186dc8d58be33ab64ba4c8d.tar.bz2
Added missing bug number. ;-)
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1697c53..671d624 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuid
replacement to fill the tcl_platform(user) field as it is not subject
- to spoofing.
+ to spoofing. [Bug 681877]
* unix/tclUnixCompat.c: Simplify the #ifdef logic.