diff options
author | dgp <dgp@users.sourceforge.net> | 2008-03-10 19:14:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-03-10 19:14:27 (GMT) |
commit | 190dfe1c0664f5c9d0da53420f343bf53d40eb8e (patch) | |
tree | 88064b8b99e61787d7fb76e2714875cbd7799b65 | |
parent | 79807fc086a2dc74ec8cef5a5cfa9fb6f6754adb (diff) | |
download | tk-190dfe1c0664f5c9d0da53420f343bf53d40eb8e.zip tk-190dfe1c0664f5c9d0da53420f343bf53d40eb8e.tar.gz tk-190dfe1c0664f5c9d0da53420f343bf53d40eb8e.tar.bz2 |
* changes: Updates for 8.5.2 release.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | changes | 8 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-03-10 Don Porter <dgp@users.sourceforge.net> + + * changes: Updates for 8.5.2 release. + 2008-03-07 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/colors.n: Reworked to produce nicer HTML output. @@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.125 2008/02/04 21:44:01 dgp Exp $ +RCS: @(#) $Id: changes,v 1.126 2008/03/10 19:14:27 dgp Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -6483,3 +6483,9 @@ Several documentation and release notes improvements 2008-02-01 (bug fix)[CVE-2008-0553] buffer overflow in GIF format (max) --- Released 8.5.1, February 5, 2008 --- See ChangeLog for details --- + +2008-02-27 (bug fix)[1863346] Aqua: memleak in text drawing (steffen) + +2008-02-29 (enhancement) Knight's tour demo (thoyts) + +--- Released 8.5.2, March 14, 2008 --- See ChangeLog for details --- |