version 2.4.3

This commit is contained in:
Nils Philippsen 2007-12-17 09:40:37 +00:00
parent 6992fb5e74
commit 742e451e69
3 changed files with 29 additions and 4 deletions

View File

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

View File

@ -44,14 +44,14 @@
Summary: GNU Image Manipulation Program Summary: GNU Image Manipulation Program
Name: gimp Name: gimp
Version: 2.4.2 Version: 2.4.3
%define binver 2.4 %define binver 2.4
%define gimp_lang_ver 20 %define gimp_lang_ver 20
%define interfacever 2.0 %define interfacever 2.0
%define age 0 %define age 0
%define minorver 400 %define minorver 400
%define microver %(ver=%{version}; echo ${ver##*.*.}) %define microver %(ver=%{version}; echo ${ver##*.*.})
Release: 2%{?dist} Release: 1%{?dist}
Epoch: 2 Epoch: 2
License: GPLv2+ License: GPLv2+
Group: Applications/Multimedia Group: Applications/Multimedia
@ -445,6 +445,31 @@ fi
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Mon Dec 17 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.3-1
- version 2.4.3
Changes in GIMP 2.4.3
=====================
- avoid filename encoding problems in the WMF import plug-in (bug #499329)
- fixed horizontal flipping of linked layers (bug #499161)
- fixed a missing update in the Lighting plug-in UI (bug #500317)
- fixed a potential crash in the projection code (bug #500178)
- fixed a minor Makefile issue (bug #500826)
- removed some pointless warnings from the JPEG and TIFF load plug-ins
- fixed size calculation for the image size warning dialog (bug #329468)
- fixed loading of tool options for the rectangle tools (bug #498948)
- push/pop a context in the Fog filter
- fixed potential crashes in the Python binding
- corrected grid drawing with non-integer spacing (bug #502374)
- fixed grid snapping for coordinates less than the grid offset
- made the healing brush work properly when dragged (bug #492575)
- update tool state when a device change happens (bug #493176)
- improved validation of strings sent over the wire (bug #498207)
- fixed integer check in Script-Fu (bug #498207)
- fixed potential out-of-memory problem in Script-Fu
- translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
* Wed Nov 28 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.2-2 * Wed Nov 28 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.2-2
- fix typo to build internal print plugin from F8 onwards (#401931) - fix typo to build internal print plugin from F8 onwards (#401931)

View File

@ -1 +1 @@
ebd8902d29753d41c8d51a3efd84d1bf gimp-2.4.2.tar.bz2 958988ac02642e2dfda7ad7d045e2a84 gimp-2.4.3.tar.bz2