File ungifsicle.changes of Package ungifsicle
-------------------------------------------------------------------
Thu May 29 12:48:07 CEST 2008 - mfabian@suse.de
- bnc#395358:
• fix NULL pointer termination in function calls with variable
arguments.
• fix changelog tag in .spec file.
-------------------------------------------------------------------
Wed Jan 25 21:42:26 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Sat Jan 10 22:22:50 CET 2004 - adrian@suse.de
- build as user
-------------------------------------------------------------------
Sun Aug 24 13:30:34 CEST 2003 - mfabian@suse.de
- update to 1.39
-------------------------------------------------------------------
Sun Feb 16 20:33:49 CET 2003 - mfabian@suse.de
- update to 1.37
According to the NEWS file:
* Fix bug where combining `--rotate-X' and `-O' options would
cause a segmentation fault.
* Fix subscript-out-of-range error in main.c
* Fixed bug where `--crop' could cause a segmentation fault,
present since 1.32 or 1.33.
* Fixed bug where combining `--crop' and `-O' options could
corrupt output.
-------------------------------------------------------------------
Sun Aug 11 21:32:37 CEST 2002 - mfabian@suse.de
- update to version 1.33.
According to the NEWS file:
* Be more careful about time while animating. In particular,
prepare frames before they are needed, so that they can be
displayed exactly when required.
* Add `--multifile' option handling concatenated GIF files.
This is useful for scripts. For example,
`gifsicle --multifile -' will merge all GIF files written
to its standard input into a single animation.
* Changed behavior of `--crop X,Y+WIDTHxHEIGHT' option when
WIDTH or HEIGHT is negative. Previously, zero or negative
WIDTH and HEIGHT referred to the image's entire width or height.
Thus, the option `--crop 10,0+0x0' would always lead to an error,
because the crop left position (10) plus the crop width (the
image width) was 10 pixels beyond the image edge. The new
behavior measures zero or negative WIDTH and HEIGHT relative
to the image's bottom-right corner.
* Changed background behavior. Hopefully the only user-visible
effect will be fewer spurious warnings.
* Fixed a bug that could corrupt output when optimizing images
with `-O2' that had more than 256 colors.
-------------------------------------------------------------------
Fri Nov 30 02:04:56 CET 2001 - mfabian@suse.de
- new package: ungifsicle, version 1.30