summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-25 17:44:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-25 17:44:05 (GMT)
commitdfbb94dcbfedf333200a07da4849f5af06427e6f (patch)
tree5568035fe13f6c73f8ca98b4e4e602b600472446
parentb07cd69442347c48d45759b7ca2b772857dcf49f (diff)
downloadtcl-dfbb94dcbfedf333200a07da4849f5af06427e6f.zip
tcl-dfbb94dcbfedf333200a07da4849f5af06427e6f.tar.gz
tcl-dfbb94dcbfedf333200a07da4849f5af06427e6f.tar.bz2
Advance 8.6a1 release tag
-rw-r--r--ChangeLog14
-rw-r--r--changes4
2 files changed, 10 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bdc9e5..f1396c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,3 @@
-2008-06-25 Andreas Kupries <andreask@activestate.com>
-
- * library/tm.tcl: Modified the handling of Tcl Modules and of the
- * library/safe.tcl: Safe Base to interact nicely with each other,
- * library/init.tcl: enabling requiring Tcl Modules in safe
- * tests/safe.test: interpreters. Fixes [Bug 1999119].
-
2008-06-25 Don Porter <dgp@users.sourceforge.net>
*** 8.6a1 TAGGED FOR RELEASE ***
@@ -13,6 +6,13 @@
* generic/tclOO.h: Bump to TclOO 0.5.
+2008-06-25 Andreas Kupries <andreask@activestate.com>
+
+ * library/tm.tcl: Modified the handling of Tcl Modules and of the
+ * library/safe.tcl: Safe Base to interact nicely with each other,
+ * library/init.tcl: enabling requiring Tcl Modules in safe
+ * tests/safe.test: interpreters. Fixes [Bug 1999119].
+
2008-06-25 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/rules.vc: fix versions of dde and registry dlls
diff --git a/changes b/changes
index 94e6b85..723094b 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.140 2008/06/25 14:35:38 dgp Exp $
+RCS: @(#) $Id: changes,v 1.141 2008/06/25 17:44:05 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7242,4 +7242,6 @@ variables without "." added to customization hooks (kupries)
2008-06-24 (bug fix)[1999176] crash in [glob -dir {} a] (porter)
+2008-06-25 (bug fix)[1999119] Support TM packages in Sage Base (kupries)
+
--- Released 8.6a1, June 25, 2008 --- See ChangeLog for details ---