Version: 1.12.3-160000.3.2
* Sun Jul 14 2024 andreas.stieger@gmx.de
- update to 1.12.3:
* Y4M loader: add support for full range color and 10-bit 4:2:0
* XPM loader: Major overhaul and bug fixes
* Add endbr32/64 instruction at the start of asm functions
* Add missing CET (Control-flow Enforcement Technology) bits in
asm code
* Developer visible improvements in imlib2_view2
* Sun Feb 04 2024 andreas.stieger@gmx.de
- update to 1.12.2:
* Fixes for Y4M, ANI, PNG and JPG loaders
* Sat Sep 23 2023 dmueller@suse.com
- update to 1.12.1:
* Fix some clang complaints
* scaling: MMX asm scaling causes segv, disable for now
* loading: Call module exit function also when not
dlclosing module on unload
* loaders: Fix build with -m32 --enable-debug
* test_load_2: Add forgotten xeyes.png
* test_save: Fix for jxl loader on ix86
* test_scale: MMX scaling is disabled
* RAW loader: Don't unload loader
* loaders: Fix CPPFLAGS order
* imlib2_grab, imlib2_view: Unset context colormap
* x11_grab: Use correct depth when grabbing
* Thu Aug 31 2023 fvogt@suse.com
- Disable MMX code, it's broken in 1.12.0 (boo#1214528)
* Thu Aug 17 2023 kilgore.trout@idesmi.eu
- Update to 1.12.0:
* test_load2: make error messages more descriptive
* Y4M loader: fix support for 420 colorspaces
* Y4M loader: add support for images with unexpected aspects
* imlib2_view: Avoid potential use of uninitialized data
* GIF loader: Enable showing animated images even if truncated
* Introduce __imlib_perror() to produce error messages
* loaders: Use common function to print error messages
* imlib2_load: Move time_us() to separate file
* imlib2_conv: Add option to time save operations
* test: Fix pr_info() when not printing to stdout
* loading: Enable calling function on loader load/unload
* HEIF loader: Call heif_[de]init() on loader load/unload
* autofoo: Don't check for freetype if we are building without text
* QOI loader: Add progress calback, indent, cosmetics
* Loaders: Static constify some data that may as well be
* TGA loader: Fix TGA v2.0 signature check
* test: Add basic qoi checks
* test_scale: Test scaling some more
* scaling: Unifdef OLD_SCALE_DOWN
* scaling: Correct scaleinfo array length
* scaling: Move scaling function call sequence into common __imlib_Scale()
* scaling: Cosmetics (comments)
* scaling: Simplify scaling points calculation (eliminate j)
* scaling: Change ypoints[] from pointers to indices
* scaling: Cosmetics
* scaling: Minor refactoring
* scaling: Correct scaling up
* test_scale: Update for new scaling
* image: Fix missing munmap() when using imlib_load_image_fd()
* image: Fix potentially using incorrect file size
* file: Remove a couple of unused functions
* image: Fix potentially using incorrect file size - fixup
* test: Bypass wrappers when running tests
* test_load: Minor fix in debug message
* Add new raw loader
* TIFF loader: Slightly more strict signature check
* image: Use sub-second time info when available
* image: Fix preservation of alpha chanel flag in imlib_clone_image()
* image cache: Avoid negative refcounts
* image cache: Drop redundant cleanup
* image cache: Rework cleanup
* Revert "scaling: Correct scaling up"
* Revert "test_scale: Update for new scaling"
* scaling: Various trivial changes
* scaling: Improve non-AA scale-up case
* scaling: Correct scaling up - take 2
* test_scale: Update for new scaling (re-applied)
* test_scale: Exercise non-AA path too
* WEBP saver: allow lossless and respect compression tag
* add a new QOI decoder
* QOI loader: fix build on non-gnu compilers
* QOI loader: use memcmp for magic and endmarker check
* Y4M loader: check file size before magic check
* loading: add some debug logs
* loading: check for alloc failure
* Y4M loader: use custom y4m parser
* test_load: allow y4m memory loading
* file: Remove unused functions some more
* introduce imlib_image_decache_file()
* Mon Jun 19 2023 sflees@suse.de
- Changelog update only
- integer overflow (with resultant invalid memory allocations and
out-of-bounds reads) via an icon with many colors in its color
map was fixed in 1.7.0 (bsc#1171472, CVE-2020-12761)
* Mon May 29 2023 dmueller@suse.com
- update to 1.11.1:
* imlib2: added loader for y4m files (uses liby4m and
libyuv)
* imlib2: add y4m test examples
* Y4M loader: Various minor changes
* autofoo: Tweak PACKAGE_DATA_DIR definition
* XPM loader: Add rgb.txt
* loaders: Fix loaders potentially being loaded more than
once
* loaders: Change method used to not unload loaders
* Add JXL saver
* loaders: Cosmetics
* Fri Mar 10 2023 idesmi@protonmail.com
- update to 1.11.0:
* remove bad unused function
* test: Add a few tests for obscure pnm formats
* test: Add some pam tests
* Avoid some more undefined behaviors with shifts
* api: Fix code duplication around some __imlib_BlendImageToImage() calls
* api: Change some parameter names
* api: Tweak/correct error handling in drawable grabbing functions
* image: Let __imlib_CreateImage() allocate pixel data buffer
* Drop some redundant calls to __imlib_LoadImageData()
* api: Remember error on deferred image data loads
* imlib2_load: Show error on deferred data load problem
* imlib2_view: Be more verbose about load errors
* PNM loader: Speedups
* test: Introduce image_get_crc32()
* test: test_save: Trivial changes
* test: test_save: Check that files are written and ok
* PNM saver: Write images with alpha as P7 PAM RGB_ALPHA type
* x11_rgba: Add missing const
* x11_grab: Avoid cast-align warnings with -Wcast-align=strict
* x11_rgba: Avoid cast-align warnings with -Wcast-align=strict
* Loaders: Debug macro cleanups
* ANI loader: Use struct to access chunk data
* Loaders: Avoid cast-align warnings with -Wcast-align=strict
* autofoo: Add __PACKED__ for optional struct packing
* ANI, PNG, TGA loaders: Enable handling of unaligned data
* __imlib_FileDir(): Fix missing closedir() on OOM
* Loaders: decompress_load() is not part of the loader API
* Loaders: Debug tweaks
* Savers: Centralize file open/close
* JPG saver: Avoid potential clobber warning
* PNG saver: Avoid potential clobber warning
* Loaders, savers: Handle EINTR during fopen()
* api: Remove pointless statement
* api: Update documentation for imlib_get_error()
* api: Cosmetics around image save functions
* api: Minor simplification in error handling in save functions
* Add imlib_save_image_fd()
* api: Oops - debug--
* test_grab: Rearrange code
* x11_grab: Let __imlib_Grab..() return error instead of ok
* x11_grab: Eliminate unnecessary pixmap copy
* imlib_create_scaled_image_from_drawable(): Simplify call path
* x11_grab: Drop now unused 1:1 scaling path in __imlib_GrabDrawableScaledToRGBA()
* imlib2_view: Add option to set background checkerboard field size
* test_grab: Update
* test_grab: Add some tests for imlib_copy_drawable_to_image()
* test_grab: Check get-mask-from-shape too
* x11: Pass X11 context around by struct
* x11_grab: Move window/pixmap checking to separate function
* x11_grab: Rework clipping
* x11_grab: Clear image pixels not actually grabbed
* x11_grab: Various fixes in __imlib_GrabDrawableScaledToRGBA()
* x11_grab: Eliminate some overhead in scaled grabbing
* test_grab: Debug tweak
* PNM loader: avoid some undefined behavior
* PNM loader: add read support for PAM
* Mon Dec 19 2022 dmueller@suse.com
- update to 1.10.0:
* Introduce imlib_load_image_fde
imlib2_load: Tweak load mode handling
Introduce Imlib2_Loader.h - all that is needed by loaders
image: Change has alpha flag to separate byte
loading: Don't look for cached image when not caching
loading: New loader infrastructure
* loading: Introduce __imlib_ImageFileContextPush/Pop
loading: Centralize mmap handling
* Introduce imlib_load_image_mem
* imlib2_load: Add option to use imlib_load_image_mem
api: Remove cast previously dropped everywhere else
Hide imlib_get/set_color_usage() if no X11
api: Move X11 related functions to separate file
api: Move filter functions to separate file
Enable disabling filter functions
api: Move text functions to separate file
Enable disabling text functions
J2K loader: Drop showing deprecated item in debug message
image: Fix memory leak when cloning images
Unify basic X11 functionality in test programs
Includes tweaks
test: Re-generate test images with recent tool/library versions
image: Hide internal ImlibImageFileInfo struct
image: Don't munmap external memory
* Introduce imlib_get_error
api: error_return adjustments
imlib2_load: Add option to enable image caching
image: Fix potential use of uninitialized time stamps
PNG loader: Correct frame delay in zero denominator case
PNG loader: Cosmetics
PNG loader: Improved handling of animated PNGs
multiframe: Support loop count
PNG loader: Fix animated PNG loading some more
autofoo: Fix trouble with test subdirectory in distributed source
autofoo: Rework git tag/release stuff
test: test_load: Quit when loading primary image fails
SVG loader: Don't reference multiframe stuff
* ICO loader: Eliminate ico_load
autofoo: Use AC_USE_SYSTEM_EXTENSIONS
imlib2_view: Fix single frame update rendering
test: test_load_2: Check frame 0/1 loading too
PNG loader: Cosmetics
PS loader: Cosmetics
multiframe: Tweaks around frame number handling
multiframe: Centralize handling of frame update offsets
multiframe: Move frame info to allocated record
multiframe: Allocate frame info only when needed
PNG loader: Quit scan when target fdAT is seen
PNG loader: Quit after loading first frame
PNG loader: Simplify update callback handling
imlib2_view: Fix multiframe rendering detail
multiframe: Remove frame offset from updates
imlib2_view: Fix multiframe after update coordinate change
imlib2_view: Deal with all pending X events at once
imlib2_view: Properly handle caching vs progress callbacks
imlib2_view: Don't load bad images twice if first or last in argument list
image: Cosmetics
* image: Introduce __imlib_LoadEmbeddedMem
Add new ani loader
* image: Cosmetics
ANI loader: Disable progress in embed loader
ANI loader: Multiframe suport
v1.10.0
Introduce imlib_load_image_frame_mem
imlib_load_image_frame_mem(): set nocache
TGA loader: fix indexing in tgaflip
* Mon Aug 22 2022 idesmi@protonmail.com
- enable loaders for JPEG2000, HEIF, Postscript, SVG, JPEG-XL
Version: 1.4.10-bp150.2.2
* Wed May 10 2017 sflees@suse.de
- Update to 1.4.10
* PNM, TGA, XPM, and general loader fixes.
* Sun May 01 2016 mpluskal@suse.com
- Update to 1.4.9
* Fix cross-endianness for masks (1-bit depth images)
* gif: fix oob reads w/bad colormaps
* Fix "assuming signed overflow does not occur" warning.
* Fix some "variable set but not used" warnings.
* Fix some "variable might be clobbered" warnings.
* Fix off-by-one OOB read in __imlib_MergeUpdate().
* Revert "gif: fix oob reads w/bad colormaps"
* GIF loader: Fix out-of-bound reads from colormap.
* GIF loader: Remove check made redundant by previous commit.
* GIF loader: Reduce progress checks from per-pixel to per-row.
* GIF loader: Indent.
* Fix potential divide-by-zero in imlib_image_draw_ellipse().
* Make a number of functions static.
* Eliminate pImlibExternalFilter type.
* Trivial file function cleanups.
* Move __imlib_ItemInList() to file.c.
* Fix various potential OOM crashes.
* Fix integer overflow resulting in insufficient heap allocation
* loader_xpm: remove nonsense/impossible/broken condition
* Harden API and internals against overly large images
* Tue Mar 15 2016 sflees@suse.de
- Spec cleaner run
* Tue Mar 15 2016 sflees@suse.de
- Update to 1.4.8
* Add a Farbfeld loader (FRIGN).
* Fix zlib and bz2 loader filename check.
* Miscellaneous maintenance.
* Tue May 12 2015 olaf@aepfle.de
- run autoreconf unconditional. PMBS got a fixed version for SLE_11
* Mon Apr 27 2015 mpluskal@suse.com
- Update to 1.4.7
* Prevent division-by-zero crashes
* imlib_conv: Use proper buffer size to prevent invalid write of
size one
* loader_gif: Don't read uninitilized memory in case of invalid
input
* loader_gif(): Abort gif parsing if DGifGetLine() fails
* Fix segfault when opening input/queue/id:000007,src:000000,
op:flip1,pos:51 with feh
* Make IMAGE_DIMENSIONS_OK() more restrictive
* load_pnm: Deal with fread() errors consistently
* __imlib_LoadImage(): Additionally check loader_ret to detect
loader failures
* loader_tga: Abort file loading if the file obviously isn't
large enough
* imlib_save_image(): Check loader return code for errors
* loader_tga.c: Properly signal if decoding uncompressed BGRA
data failed
* loader_tga.c: Properly signal if decoding RLE compressed data
failed
* imlib_save_image_with_error_return(): Check loader return code
to prevent use of unitialized memor
* load_gif: Make sure rows isn't used partly unitialized
- Drop imlib2-giflib5.patch
* Sat Feb 28 2015 mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Update to 1.4.6
* TGA loader: Fix for corrupt RLE format.
* Fix drawing of closed polygons in certain situations.
* Set warning options when using gcc.
* Silence compiler warnings.
* Don't set -std=gnu99.
* XPM loader: Simplify and fix certain case of cpp > 2.
* Mon Nov 03 2014 olaf@aepfle.de
- disable autoreconf in SLE11, it is too old and causes syntax errors
* Mon Sep 01 2014 jengelh@inai.de
- Edit imlib2-giflib5.patch and change a bogus >= to a >
* Sun Jun 01 2014 jengelh@inai.de
- Edit imlib2-giflib5.patch to support giflib7-5.1
* Thu Mar 28 2013 mmeister@suse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrls
* Tue Jan 08 2013 crrodriguez@opensuse.org
- imlib2-bswap.patch -> USe byteswap.h instead of custom code
- imlib2-giflib5.patch --> Fix build failure with new giflib
* Tue Jan 10 2012 crrodriguez@opensuse.org
- Cleanup total dependency madness here:
* Add explicit BuildRequires on libjpeg-devel,zlib-devel,
libid3tag-devel.
* Do not use catch-all xorg-x11-devel, but only
xorg-x11-libX11-devel, xorg-x11-libXext-devel
* imlib2-devel only requires xorg-x11-libX11-devel
* Axe all "la" files, there is no libltdl usage.
* cleanup imlib-config script at build time.
* This will certainly break build of dependenant packages
with broken BuildRequires, drop me a note if you find
any problem.
* Mon Nov 21 2011 jengelh@medozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- Employ shlib policy
* Sat Oct 15 2011 coolo@suse.com
- add libtool as buildrequire to make the spec file more reliable
* Tue Aug 16 2011 meissner@suse.de
- Updated to 1.4.5
- lots of code cleanup, typo fixes, reindentation
- some malloc replaced by calloc to avoid integer issues
- bugfixes, especially in the PNM loader
* Wed Nov 17 2010 meissner@suse.de
- Updated to 1.4.4
- upstream merged our fix
* Wed Jun 16 2010 lnussel@suse.de
- Recommend imlib2-loaders to actually get them installed as imlib2
is rather useles without them in most cases (bnc#299389).
* Thu Apr 29 2010 meissner@suse.de
- fixed incorrect overflow checking (CVE-2010-0991, bnc#598935)
* Thu Apr 15 2010 meissner@suse.de
- updated to 1.4.3 upstream
- upstreamed our fixes
- more bugfixes and width adjustments