diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-01-30 14:57:19 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-01-30 14:57:19 (GMT) |
commit | db0cea81dbea71f983419e12520403c3528555c2 (patch) | |
tree | 6f57509b892ffa2f821ce87971f1b62846ce177d /changes | |
parent | 916b94af3504e3d48aa912ea7c3ca0bd5d983434 (diff) | |
download | tcl-db0cea81dbea71f983419e12520403c3528555c2.zip tcl-db0cea81dbea71f983419e12520403c3528555c2.tar.gz tcl-db0cea81dbea71f983419e12520403c3528555c2.tar.bz2 |
credit contributor an00na
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.129 2008/01/25 17:34:27 dgp Exp $ +RCS: @(#) $Id: changes,v 1.130 2008/01/30 14:57:20 msofer Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7124,6 +7124,8 @@ Several documentation and release notes improvements 2008-01-22 (bug fix)[1867855] fix [lreverse {}] crash (sofer,madden) +2008-01-30 (bug fix)[1882373] fix Tcl_GetAlias pointer code (an00na) + Several documentation and release notes improvements --- Released 8.5.1, February 1, 2008 --- See ChangeLog for details --- |