version 2.4.4

This commit is contained in:
Nils Philippsen 2008-01-30 11:41:48 +00:00
parent 8d6a2a3e81
commit ba5a4cfa82
3 changed files with 32 additions and 4 deletions

View File

@ -1 +1 @@
gimp-2.4.3.tar.bz2
gimp-2.4.4.tar.bz2

View File

@ -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 <nphilipp@redhat.com> - 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 <nphilipp@redhat.com> - 2:2.4.3-2
- don't package static libraries (#430330)
- use %%bcond_... macros for package options

View File

@ -1 +1 @@
958988ac02642e2dfda7ad7d045e2a84 gimp-2.4.3.tar.bz2
41d0568581de99f3fd2ecb5babae1f6e gimp-2.4.4.tar.bz2