summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-12 14:43:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-12 14:43:24 (GMT)
commitce2c116eefb714e8c79c8dda6a244e276f177d8f (patch)
tree5c622d166d75964bfc67c509a4db78b790b6d577
parentb023663a3aa9d4b27ba15183688973bda7ff9a4e (diff)
downloadtcl-ce2c116eefb714e8c79c8dda6a244e276f177d8f.zip
tcl-ce2c116eefb714e8c79c8dda6a244e276f177d8f.tar.gz
tcl-ce2c116eefb714e8c79c8dda6a244e276f177d8f.tar.bz2
* changes: Update for 8.5.4 release.
-rw-r--r--ChangeLog8
-rw-r--r--changes7
2 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4946936..f67d5a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-12 Don Porter <dgp@users.sourceforge.net>
+
+ *** 8.5.4 TAGGED FOR RELEASE ***
+
+ * changes: Update for 8.5.4 release.
+
2008-08-11 Pat Thoyts <patthoyts@users.sourceforge.net>
* library/http/http.tcl: Remove 8.5 requirement.
@@ -37,8 +43,6 @@
2008-08-08 Don Porter <dgp@users.sourceforge.net>
- *** 8.5.4 TAGGED FOR RELEASE ***
-
* generic/tcl.h: Bump to 8.5.4 for release.
* library/init.tcl:
* tools/tcl.wse.in:
diff --git a/changes b/changes
index e6be293..7e91cca 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.136.2.8 2008/08/08 20:42:42 dgp Exp $
+RCS: @(#) $Id: changes,v 1.136.2.9 2008/08/12 14:43:26 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7239,4 +7239,9 @@ variables without "." added to customization hooks (kupries)
2008-08-08 tzdata updated to Olson's tzdata2008e (kenny)
+2008-08-11 (bug fix)[2046846] 64bit support for http zlib crc (thoyts)
+=> http 2.7.1
+
+2008-08-11 (enhancement) automatic [package provide] for TMs (kupries)
+
--- Released 8.5.4, August 15, 2008 --- See ChangeLog for details ---