diff options
author | adam <adam@pkgsrc.org> | 2004-04-15 08:37:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-15 08:37:38 +0000 |
commit | ebebea9002afa6be3f20b6c6211681d9c20857d4 (patch) | |
tree | 072b5e4e6b142e0f79bf49a2d9bcbb6829857d74 /graphics/gimp/Makefile | |
parent | 674cc04e600ec5ee08b6f0dcd2e1e0c22fe53226 (diff) | |
download | pkgsrc-ebebea9002afa6be3f20b6c6211681d9c20857d4.tar.gz |
Bugs fixed in GIMP 2.0.1
- don't leak file descriptor for the POSIX shm implementation (Yosh)
- fixed path tool undo (#138086, Mitch)
- don't transform drawables away (#138117, Mitch)
- fixed issues with guillotine plug-in (#138314, Joao, Mitch)
- fixed Slide script-fu (#138310, Nils Philippsen)
- don't allow removed items to be accessed thru the PDB (#138311, Mitch)
- skip fonts with invalid names (workaround for #132366, Sven)
- fixed Spinning Globe script-fu (#138253, Sven)
- fixed a bug in the IFSCompose plug-in (#138212, David Necas)
- fixed undo corruption with floating selections (Pedro, Mitch)
- fixed gimprc man-page (Sven)
- align JPEG setjump buffer on 16-byte boundary for ia64 (#138357, Yosh)
- fixed Alien Glow Arrow script-fu (#138524, Sven)
- fixed code that suppresses the transform tool grid (Simon)
- push an undo for changing the text layer modification flag (#137767, Mitch)
- make the user installation work with pixmap themes (#138379, Sven)
- register .jpe as extension for JPEG images (#138776, Bolsh)
- fixed issues with the Lighting Effects plug-in (#138788, William Skaggs)
- don't crash on color corrections on empty selections (#138973, Sven)
- made gimptool-2.0 create missing directories (#138980, Yosh)
- made undo names translatable (#139000, Sven)
- optimized grid drawing (#138081, Sven)
- don't create a gimptool link to gimptool-2.0 (#139024, Sven)
- sanitize rectangle and ellipse selection (#138237, #138103, Pedro)
- fixed problems with Copy-Visible and Drop-Shadow scripts (#138662, Pedro)
- fixed X server authentification problems with gimp-remote (#139158, Sven)
- let Script-Fu PDB marshallers handle NULL strings (#139386, Kevin Cozens)
- fixed rounding error in transformation code (#120490, William Skaggs)
- fixed winclipboard plug-in (Hans Breuer)
- fixed Python Slice script (Yosh)
- fixed configure check for Xmu (#139803, Sven)
- fixed crash when scaling up a floating selection (#138356, Mitch)
- use LC_MESSAGE for help localization (#139917, Sven)
- fixed imagemap file parsers (#139894)
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 37b82f0272b..c3e7c689c55 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2004/04/10 08:11:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.94 2004/04/15 08:37:38 adam Exp $ # -DISTNAME= gimp-2.0.0 +DISTNAME= gimp-2.0.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/v2.0/ \ ftp://ftp.cs.umn.edu/pub/gimp/gimp/v2.0/ \ |