summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-02-01 15:46:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-02-01 15:46:18 (GMT)
commit2669f7aa359f52c6ef4c3b7653581d63af47d62c (patch)
tree8432c1bb048503fb7981777d704535b67cf367d1 /ChangeLog
parent73ae354d31d0f8f9e87e0d0c52d58b258afedd5d (diff)
parent15e829bc91966b284e40edc9d89e54f78a805503 (diff)
downloadtcl-2669f7aa359f52c6ef4c3b7653581d63af47d62c.zip
tcl-2669f7aa359f52c6ef4c3b7653581d63af47d62c.tar.gz
tcl-2669f7aa359f52c6ef4c3b7653581d63af47d62c.tar.bz2
merge to bugfix branchfix_win_native_access
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47c37b0..432fae4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-02-01 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/AddErrInfo.3: [Bug 3482614]: Documentation nit.
+
+2012-01-26 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclPathObj.c: [Bug 3475569]: Add checks for unshared values
+ before calls demanding them. [Bug 3479689]: Stop memory corruption
+ when shimmering 0-refCount value to "path" type.
+
2012-01-22 Jan Nijtmans <nijtmans@users.sf.net>
* tools/uniClass.tcl: [Frq 3473670]: Various Unicode-related