Changelog for
FLIF-devel-0.3-4.10.x86_64.rpm :
Sun May 7 14:00:00 2017 jengelhAATTinai.de
- Avoid redundant packaging of documentation.
- Drop \"-s\" from CFLAGS and avoid forced stripping.
- Correct RPM group for main package.
Fri Apr 28 14:00:00 2017 aloisioAATTgmx.com
- Update to 0.3
* Various speed optimizations, a.o. related to progressive
decoding
* Various minor bugfixes
* Improved handling of palette images:
+ lower memory footprint
+ support for palette images in libflif
+ option --keep-palette to maintain the palette order when
reading or writing a PNG8 image
* Two major bugfixes:
+ bugfix in ColorBuckets+animation, this was a
bitstream-breaking bug
WARNING: Animated FLIF files that use ColorBuckets are not
compatible between version 0.3 and older versions. Animated
GIFs converted to FLIF should not be affected by this.
+ bugfix in unsorted PaletteAlpha (encoder was encoding the
palette incorrectly, which resulted in files that could not
be decoded)
Tue Nov 8 13:00:00 2016 aloisioAATTgmx.com
- Update to 0.2.2
* More robust decoder (malicious input crashes fixed)
* Better lossy encoding (in terms of DSSIM/bpp curve)
- Dropped FLIF-BIG_ENDIAN.patch now included upstream
Thu Sep 22 14:00:00 2016 aloisioAATTgmx.com
- Initial version 0.2
- Made flif to link dynamically
- Backported fdf0fc2 as FLIF-BIG_ENDIAN.patch