diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-25 05:21:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-25 05:21:30 +0000 |
commit | e6893254f1a0a6b76df87eeb1c34048df5fc51bd (patch) | |
tree | d4db203e861f7dcb5d89ad4d2e456b13749a74ba /x11/fox/Makefile | |
parent | 047293701d0789f51bbaac86f3f476c2499ad41d (diff) | |
download | pkgsrc-e6893254f1a0a6b76df87eeb1c34048df5fc51bd.tar.gz |
Update to 1.6.32:
March 10 - FOX STABLE 1.6.32
* Fixed FXPath::simplify(). Backport from FOX 1.7.
* Fixed Adie CPU load issue caused by clock updating.
* Fixed FXURL::fileFromURL().
November 16 - FOX STABLE 1.6.31
* Bug fix to strtoull() for systems which have no native strtoull().
* Missing tr() added in FXMDIClient.
* Fix for FXRuby in FXMDIClient (don't test for message==0 in notify message).
October 6 - FOX STABLE 1.6.30
* Fixed some issues with flush() in FXBZFileStream and FXGZFileStream.
* FXDial didn't issue SEL_COMMAND when driven from keyboard.
* Small typo found in fxfilematch() was found which affected character-range matching.
* Problem in FX7Segment fixed.
August 9 - FOX STABLE 1.6.29
* Added ".jpeg" as additional extension for JPEG images in FXIconSource.
* Fix in FXSplashWindow not killing timer if it gets destroyed before timer goes off.
* FX7Segment had bug in onCmdGetStringValue() implementation (it was not returning the string).
* Cruft removed from FXMat3f.
* Bold style fixed in FXText.
* Read outside buffer problem (flagged in valgrind occasionally) fixed in FXText.
* Bugs in FXListBox and FXTreeListBox fixed.
1.6.28: not described
Diffstat (limited to 'x11/fox/Makefile')
-rw-r--r-- | x11/fox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile index 825a0b2c85c..7185e65c329 100644 --- a/x11/fox/Makefile +++ b/x11/fox/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2007/06/10 11:40:52 xtraeme Exp $ +# $NetBSD: Makefile,v 1.38 2008/04/25 05:21:30 wiz Exp $ -DISTNAME= fox-1.6.27 +DISTNAME= fox-1.6.32 CATEGORIES= x11 MASTER_SITES= http://www.fox-toolkit.org/ftp/ |