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 8c6a7640c91d7815a6318d3641554869c62cc926
Author: Kim Woelders <[email protected]>
AuthorDate: Sat Jan 3 14:28:49 2026 +0100

    v1.12.6
---
 ChangeLog    | 27 +++++++++++++++++++++++++++
 configure.ac |  4 ++--
 2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e178432..d8c5fa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+v1.12.6 - 2026-01-03
+--------------------
+Chema Gonzalez (7):
+      Y4M loader: add support for 10-bit 4:4:4
+      Y4M loader: add support for 10-bit 4:2:2
+      Y4M loader: add example for 8-bit mono
+      Y4M loader: add support for 10-bit mono
+      Y4M loader: fix support for full-range mono
+      Y4M loader: fix support for odd dimensions
+      Y4M loader: add support for 12/14/16-bit mono
+
+Kim Woelders (14):
+      test/images: Remove intermediate generated file
+      imlib2_view: Set title
+      imlib2_view: Scale image when resizing window
+      imlib2_view: A couple of fixes to previous commit
+      test_load_2: Add new y4m test images
+      test_load_2: Add more new y4m test images
+      test_load_2: Add more new y4m test images
+      autofoo: Use AM_LIBTOOLFLAGS, not LIBTOOLFLAGS
+      gradients: Fix rendering of gradients in larger images
+      imlib2_conv: Fix constness warning
+      gradients: Better gradients with angles
+      Compile cleanly with -Wdouble-promotion
+      XPM loader: Add missing progress callback on incomplete image data
+      v1.12.6
+
 v1.12.5 - 2025-04-06
 --------------------
 Kim Woelders (8):
diff --git a/configure.ac b/configure.ac
index 8abe28d..2ff4b3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([imlib2],[1.12.5],[[email protected]])
+AC_INIT([imlib2],[1.12.6],[[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=5
+VERSION_REV=6
 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.

Reply via email to