From 603b91d1c7ffb330382ba70614169019c3aa9dd0 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 24 Apr 2007 09:22:40 +0000 Subject: [PATCH] version 2.2.14 with many bugfixes --- .cvsignore | 2 +- gimp.spec | 37 +++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 37 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 23b2763..8950956 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gimp-2.2.13.tar.bz2 +gimp-2.2.14.tar.bz2 diff --git a/gimp.spec b/gimp.spec index 7921f30..fb30c43 100644 --- a/gimp.spec +++ b/gimp.spec @@ -36,14 +36,14 @@ Summary: GNU Image Manipulation Program Name: gimp -Version: 2.2.13 +Version: 2.2.14 %define binver 2.2 %define gimp_lang_ver 20 %define interfacever 2.0 %define age 0 %define minorver 200 %define microver %(ver=%{version}; echo ${ver##*.*.}) -Release: 3%{?dist} +Release: 1%{?dist} Epoch: 2 License: GPL, LGPL Group: Applications/Multimedia @@ -418,6 +418,39 @@ fi %{_libdir}/pkgconfig/* %changelog +* Tue Apr 24 2007 Nils Philippsen - 2:2.2.14-1 +- version 2.2.14 + + Bugs fixed in GIMP 2.2.14 + ========================= + + - avoid crashing on newer versions of the winicon format (bug #352899) + - fixed crash in Postscript plug-in (bug #353381) + - fixed handling of TABs in the text tool (bug #353132) + - fixed bug in Depth Merge plug-in (bug #355219) + - fixed bug in GimpDrawablePreview widget (bug #353639) + - fixed bug in Line Nove script (bug #357433) + - fixed bug in Ripple plug-in (bug #357431) + - save locale independent files from Fractal Explorer plug-in (bug #360095) + - fixed bug in Super Nova plug-in (bug #340073) + - be more robust against broken XCF files (bug #357809) + - fixed drawing issues in Image Map plug-in (bug #311621) + - fixed smoothing option in Fractal Explorer plug-in (bug #372671) + - load channels in the proper order when opening an XCF file (bug #378003) + - deal with floating selections in the Burn-In Animation script (bug #384096) + - fixed clipping in the GimpPreviewArea widget (bug #392692) + - fixed a potential crash in gimp-remote (bug #392111) + - work around a file-chooser problem on Windows (bug #398726) + - fixed markup of the gimp(1) manual page (bug #401145) + - fixed the fix for the right-to-left layout in layers dialog (bug #348347) + - fixed PSD save plug-in on 64bit architectures (bug #335130) + - added missing dependency in gimpui-2.0.pc file (bug #356394) + - fixed a crash in the PSD save plug-in (bug #395385) + - improved robustness of transform tool preview code (bug #420595) + - improved forward compatibility of XCF loader (bug #316207) + - don't crash in the Compressor plug-in if files can't be opened (bug #422444) + - fixed sensitivity of input fields in the Lighting plug-in (bug #359833) + * Mon Mar 26 2007 Nils Philippsen - 2:2.2.13-3 - use gutenprint per default for current development/future distribution versions (Fedora >= 7, RHEL >= 6) diff --git a/sources b/sources index 0b7e230..1f04f74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d84a4a476a0c4fae24602db67f6fe49a gimp-2.2.13.tar.bz2 +2f47dd66d714a970356e275dd1d3caac gimp-2.2.14.tar.bz2