diff options
author | dgp <dgp@noemail.net> | 2008-02-01 22:11:21 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2008-02-01 22:11:21 (GMT) |
commit | 3431dbda5c21096d4a75ea33b29ffae7b931d19e (patch) | |
tree | 6caae0b02c91a446874b2d35628f6daf89795c82 | |
parent | 61cc3e638f4fec2f715401e418a97c165cd77dd1 (diff) | |
download | tk-3431dbda5c21096d4a75ea33b29ffae7b931d19e.zip tk-3431dbda5c21096d4a75ea33b29ffae7b931d19e.tar.gz tk-3431dbda5c21096d4a75ea33b29ffae7b931d19e.tar.bz2 |
* changes: Updates for 8.5.1 release.
FossilOrigin-Name: ec0dd606ccc5aeb52705d22ec617371217f90947
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | changes | 10 |
2 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2008-02-01 Don Porter <dgp@users.sourceforge.net> + + *** 8.5.1 TAGGED FOR RELEASE *** + + * changes: Updates for 8.5.1 release. + 2008-02-01 Reinhard Max <max@suse.de> * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). @@ -49,7 +55,7 @@ GetTkFontMetrics(). Removed write-only struct UnixFtFont member 'drawable'. Removed unneeded double-pointer indirections. Ensure that TkFontAttributes.family member is a Tk_Uid, as specified. Use - FcTypeDouble for XFT_SIZE attribute. Finally: fix [Bug 835848] + FcTypeDouble for XFT_SIZE attribute. Finally: fix [Bug 1835848] 2008-01-25 Don Porter <dgp@users.sourceforge.net> @@ -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.123 2008/01/25 17:57:04 dgp Exp $ +RCS: @(#) $Id: changes,v 1.124 2008/02/01 22:11:26 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 @@ -6474,4 +6474,12 @@ Several documentation and release notes improvements 2008-01-08 (bug fix)[1867122] [labelframe -style] crash (english,rib) +2008-01-27 (bug fix)[1835848] size value returned by [font actual] (english) + +2008-01-27 (bug fix)[1878298] [notebook] redraws on tab visibility (english) + +2008-01-31 (bug fix)[1881892] messagebox default title (hobbs) + +2008-02-01 (bug fix)[CVE-2006-4484] buffer overflow in GIF format (max) + --- Released 8.5.1, February 1, 2008 --- See ChangeLog for details --- |