summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-02-04 21:43:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-02-04 21:43:43 (GMT)
commitbfae64345f6b96ef2ed77b4975b22edb8bf8688e (patch)
tree5ec0e6591dd292d300898bfdd130d9983f5ae6e3
parent86c00842e8ddeea24e022240e03480551bc3966d (diff)
downloadtcl-bfae64345f6b96ef2ed77b4975b22edb8bf8688e.zip
tcl-bfae64345f6b96ef2ed77b4975b22edb8bf8688e.tar.gz
tcl-bfae64345f6b96ef2ed77b4975b22edb8bf8688e.tar.bz2
bump release datecore_8_5_1
-rw-r--r--ChangeLog12
-rw-r--r--changes4
2 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index f284785..98cb68e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,9 @@
-2008-02-04 Miguel Sofer <msofer@users.sf.net>
-
- * generic/tclExecute.c (INST_CONCAT1): fix optimisation for
- in-place concatenation (was going over String type)
-
2008-02-04 Don Porter <dgp@users.sourceforge.net>
*** 8.5.1 TAGGED FOR RELEASE ***
+ * changes: Updated for 8.5.1 release.
+
* generic/tcl.h: Bump to 8.5.1 for release.
* library/init.tcl:
* tools/tcl.wse.in:
@@ -17,6 +14,11 @@
* unix/configure: autoconf-2.59
* win/configure:
+2008-02-04 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c (INST_CONCAT1): fix optimisation for
+ in-place concatenation (was going over String type)
+
2008-02-02 Daniel Steffen <das@users.sourceforge.net>
* unix/configure.in (Darwin): correct Info.plist year substitution in
diff --git a/changes b/changes
index 64fbefa..230fb27 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.130 2008/01/30 14:57:20 msofer Exp $
+RCS: @(#) $Id: changes,v 1.131 2008/02/04 21:43:44 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7128,4 +7128,4 @@ Several documentation and release notes improvements
Several documentation and release notes improvements
---- Released 8.5.1, February 1, 2008 --- See ChangeLog for details ---
+--- Released 8.5.1, February 5, 2008 --- See ChangeLog for details ---