From ba5a4cfa82009309d91507c3827692dcb777da96 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 30 Jan 2008 11:41:48 +0000 Subject: [PATCH] version 2.4.4 --- .cvsignore | 2 +- gimp.spec | 32 ++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index ea3f14f..0eaa7c9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gimp-2.4.3.tar.bz2 +gimp-2.4.4.tar.bz2 diff --git a/gimp.spec b/gimp.spec index 2b9ad95..9306e36 100644 --- a/gimp.spec +++ b/gimp.spec @@ -44,14 +44,14 @@ Summary: GNU Image Manipulation Program Name: gimp -Version: 2.4.3 +Version: 2.4.4 %define binver 2.4 %define gimp_lang_ver 20 %define interfacever 2.0 %define age 0 %define minorver 400 %define microver %(ver=%{version}; echo ${ver##*.*.}) -Release: 2%{?dist} +Release: 1%{?dist} Epoch: 2 License: GPLv2+ Group: Applications/Multimedia @@ -453,6 +453,34 @@ fi %{_libdir}/pkgconfig/* %changelog +* Wed Jan 30 2008 Nils Philippsen - 2:2.4.4-1 +- version 2.4.4 + + Changes in GIMP 2.4.4 + ===================== + + - fixed typo in stock icon name + - fixed handling of PSD files with empty layer names (bug #504149) + - merged TinyScheme bug-fixes + - removed duplicate entry from Tango palette + - corrected parameter range in Chip Away script (bug #506110) + - reduced redraw priority and speed of the marching ants (bug #479875) + - fixed out-of-bounds array access in Convolution Matrix plug-in + - reduced rounding errors in Convolution Matrix plug-in (bug #508114) + - fixed potential crash on missing CMYK color profile + - fixed crash in Bumpmap plug-in when called from some scripts (bug #509608) + - Equalize should not equalise the alpha channel (bug #510210) + - increased the number of points the ImageMap plug-in can handle (bug #511072) + - adjusted the priority of the projection renderer (bug #511214) + - smooth the brush mask to get a simpler cursor boundary (bug #304798) + - show the selection even if the image window is invisible (bug #505758) + - allow to commit a pending rectangular selection using Enter (bug #511599) + - fixed bug in image dirty state logic (bug #509822) + - improved GIMPressionist preformance and reduced startup time (bug #512126) + - fixed a crash in the Convert to Color Profile plug-in (bug #512529) + - merged some other minor fixes from trunk + - translation updates (de, it, lt, ru, sv, uk) + * Mon Jan 28 2008 Nils Philippsen - 2:2.4.3-2 - don't package static libraries (#430330) - use %%bcond_... macros for package options diff --git a/sources b/sources index 1923523..bee02f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -958988ac02642e2dfda7ad7d045e2a84 gimp-2.4.3.tar.bz2 +41d0568581de99f3fd2ecb5babae1f6e gimp-2.4.4.tar.bz2