diff options
author | dgp <dgp@users.sourceforge.net> | 2008-02-01 22:11:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-02-01 22:11:22 (GMT) |
commit | b0fad09e31a788b60e6d4a5eec3c72eff738e91f (patch) | |
tree | 6caae0b02c91a446874b2d35628f6daf89795c82 /ChangeLog | |
parent | b1cd7a91092f4d082434294a5719f8208e1882cd (diff) | |
download | tk-b0fad09e31a788b60e6d4a5eec3c72eff738e91f.zip tk-b0fad09e31a788b60e6d4a5eec3c72eff738e91f.tar.gz tk-b0fad09e31a788b60e6d4a5eec3c72eff738e91f.tar.bz2 |
* changes: Updates for 8.5.1 release.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 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> |