summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2006-10-16 15:34:07 (GMT)
committerdas <das>2006-10-16 15:34:07 (GMT)
commit5aad87b2a6c4c90a1c44234386a37c54605627f4 (patch)
tree1268946d1ac139b0b662c81ff8ecb6c1941e3c59
parent782c6a62d40f4526b20e016d86fd09e3da3fe919 (diff)
downloadtcl-5aad87b2a6c4c90a1c44234386a37c54605627f4.zip
tcl-5aad87b2a6c4c90a1c44234386a37c54605627f4.tar.gz
tcl-5aad87b2a6c4c90a1c44234386a37c54605627f4.tar.bz2
* changes: updates for 8.4.14 release.
-rw-r--r--ChangeLog8
-rw-r--r--changes4
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c15ac7..4dd16cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-16 Daniel Steffen <das@users.sourceforge.net>
+
+ *** 8.4.14 TAGGED FOR RELEASE ***
+
+ * changes: updates for 8.4.14 release.
+
2006-10-11 Andreas Kupries <andreask@activestate.com>
* generic/tclPkg.c (Tcl_PkgRequireEx): Corrected crash when
@@ -6,8 +12,6 @@
2006-10-10 Don Porter <dgp@users.sourceforge.net>
- *** 8.4.14 TAGGED FOR RELEASE ***
-
* changes: changes updated for 8.4.14 release.
2006-10-06 Jeff Hobbs <jeffh@ActiveState.com>
diff --git a/changes b/changes
index 01bcccc..dd47fdb 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.46 2006/10/10 19:10:37 dgp Exp $
+RCS: @(#) $Id: changes,v 1.79.2.47 2006/10/16 15:34:08 das Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6391,6 +6391,8 @@ naked-fork safe on Tiger (steffen)
2006-07-20 (bug fix) Darwin: execve() works iff event loop not yet run (steffen)
+2006-08-18 (bug fix) intermittent failures in TclUnixWaitForFile() (steffen)
+
2006-08-18 (platform support) Darwin x86_64 (steffen)
2006-08-21 (bug fix)[1457797] Darwin 64-bit notifier hang (steffen)