diff options
| author | dgp <dgp@users.sourceforge.net> | 2008-03-28 16:45:35 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2008-03-28 16:45:35 (GMT) |
| commit | ae7b182468ee015f6812f7f67a3e38e18f834323 (patch) | |
| tree | 084672f8cec225b46af237aadd9842106b1b3699 | |
| parent | 323ffa015db211cd4569b20b1c60ca66114c7805 (diff) | |
| download | tcl-ae7b182468ee015f6812f7f67a3e38e18f834323.zip tcl-ae7b182468ee015f6812f7f67a3e38e18f834323.tar.gz tcl-ae7b182468ee015f6812f7f67a3e38e18f834323.tar.bz2 | |
* changes: Updated for 8.5.2 release.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | changes | 6 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-03-26 Don Porter <dgp@users.sourceforge.net> + + * changes: Updated for 8.5.2 release. + 2008-03-28 Donal K. Fellows <dkf@users.sf.net> * tests/fCmd.test: Substantial rewrite to use many more tcltest @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.135 2008/03/26 19:35:12 dgp Exp $ +RCS: @(#) $Id: changes,v 1.136 2008/03/28 16:45:36 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7185,4 +7185,8 @@ variables without "." added to customization hooks (kupries) 2008-03-24 (bug fix)[1923966] crash in [binary format x0s] (thoyts) +2008-03-27 (platform support)[1921166] Solaris 64bit build fixes (steffen) + +2008-03-27 clock tzdata updated to Olson's tzdata2008b (kenny) + --- Released 8.5.2, March 28, 2008 --- See ChangeLog for details --- |
