This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit 6eacff4a366fda6ba02d6d27dead1cda0f600e07
Author: Kim Woelders <[email protected]>
AuthorDate: Fri Aug 28 07:55:25 2026 +0200
v1.12.7
---
ChangeLog | 34 ++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 36 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d8c5fa2..436c247 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+v1.12.7 - 2026-08-28
+--------------------
+Acts1631 (6):
+ png: validate APNG IHDR length
+ ico: validate palette size for indexed images
+ id3: reject external APIC picture links
+ loaders: limit decompressed temporary output
+ j2k: limit decoded image dimensions
+ y4m: read high-bit-depth grayscale samples safely
+
+Chema Gonzalez (1):
+ PNM loader: add support for 16-bit (high depth) PGM/PPM/PAM
+
+Kim Woelders (14):
+ test: Keep LD_LIBRARY_PATH when running tests
+ test: Corrections for for libjxl-0.11
+ JXL loader: Refactor runners handling
+ JXL loader: Change runners from max 4 to ncores/2
+ BMP loader: Fix alpha detection
+ test_load_2: Add more checks for transparent images
+ TIFF saver: Fix saving images with alpha
+ AVIF saver: Fix saving images with alpha
+ test_scale_2: Tweaks
+ test_scale: Updates for uscaler
+ Spec file: Add a %conf section
+ test_save: Additions for libheif 1.21
+ test_save: Adjustment for libjxl 0.11
+ v1.12.7
+
+NRK (3):
+ scale: add bicubic scaling via uscaler
+ third-party: update uscaler
+ scale: support flips with uscaler
+
v1.12.6 - 2026-01-03
--------------------
Chema Gonzalez (7):
diff --git a/configure.ac b/configure.ac
index edea3d6..4eb116b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([imlib2],[1.12.6],[[email protected]])
+AC_INIT([imlib2],[1.12.7],[[email protected]])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_BUILD
@@ -21,7 +21,7 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
LT_INIT
VERSION_CUR=13
-VERSION_REV=6
+VERSION_REV=7
VERSION_AGE=12
lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
AC_SUBST(lt_version)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.