diff options
author | adam <adam@pkgsrc.org> | 2005-01-24 09:53:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-24 09:53:46 +0000 |
commit | bac16d38de57babd89c02649cfe4291775ab2f80 (patch) | |
tree | fc9a0914305d4cd761c611c7d156eeb21b2945a7 /graphics | |
parent | 2494cf89caa9d9cf8d5ea48510583ddec2fbf0ad (diff) | |
download | pkgsrc-bac16d38de57babd89c02649cfe4291775ab2f80.tar.gz |
Changes 2.2.3:
- fixed build problem in MIDI input controller (bug #163593)
- remember last used directory in file open and save dialogs (bug #162385)
- fixed crashed in DND of indexed drawables (bug #163879)
- removed bumpmap artifacts in Lighting Effects plug-in (bug #163877)
- fixed non-interactive mode of Retinex plug-in
- fixed undo of ink strokes (bug #163670)
- fixed expose event handling in Curve Bend plug-in (bug #164207)
- added a missing pressure sensitivity toggle to Airbrush tool (bug #164237)
- fixed loading of XJT images files from read-only folders (bug #164116)
- fixed bug in the Info dialog that crashed the Crop tool (bug #163617)
- fixed yet another entry problem in the Scale Image dialog (bug #163951)
- fixed serialization of binary parasites (bug #163131)
- correctly initialize the preview in the Bumpmap plug-in (bug #162285)
- give visual feedback if a dialog is already opened (bug #164156)
- fixed saving of JPEG images with large quality settings (bug #164087)
- update the menus when selecting a component in the Channels dialog
(bug #164195)
- fixed issues with the save dialog in the Imagemap plug-in (bug #164864)
- update filesize in JPEG dialog if size of EXIF data changes (bug #164914)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index b16989f88a9..2b3c9b1f034 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.111 2005/01/10 15:32:57 adam Exp $ +# $NetBSD: Makefile,v 1.112 2005/01/24 09:53:46 adam Exp $ -DISTNAME= gimp-2.2.2 +DISTNAME= gimp-2.2.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \ diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index 2b3fbd9b39e..a0052aaeea6 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2005/01/10 15:32:57 adam Exp $ +$NetBSD: distinfo,v 1.20 2005/01/24 09:53:46 adam Exp $ -SHA1 (gimp-2.2.2.tar.bz2) = 3c261b182816e0445e4c6ebc2cf287a47ecb63a9 -Size (gimp-2.2.2.tar.bz2) = 14435823 bytes +SHA1 (gimp-2.2.3.tar.bz2) = 24477701e7b076061c93419122875d2071cf6073 +Size (gimp-2.2.3.tar.bz2) = 13810493 bytes SHA1 (patch-aa) = 350170ee426cb1cb5636603845674cdae3d2f1b6 SHA1 (patch-ab) = 5ed8add03f1c60efca1f285494f5d69e24faec09 SHA1 (patch-ad) = 632c34e0fbeda69139b2b674d9c5ef80db40dcca |