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 143c60194c0948aac484d37bb23c59edea2ccf19
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sat Jul 13 08:04:52 2024 +0200

    v1.12.3
---
 ChangeLog    | 28 ++++++++++++++++++++++++++++
 configure.ac |  4 ++--
 2 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ca8eec4..c354b82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+v1.12.3 - 2024-07-13
+--------------------
+Chema Gonzalez (2):
+      Y4M loader: add support for full range color
+      Y4M loader: add support for 10-bit 4:2:0
+
+Kim Woelders (20):
+      XPM loader: Fix potential segv on malformed file
+      imlib2_load: Add crc32 printout
+      test: Corrections for for libjxl-0.10
+      XPM loader: Fix some color table parsing errors
+      XPM loader: Major overhaul
+      test_load_2: Add full range color y4m image
+      test_load_2: Add some more y4m test images
+      Some cleanups in asm code
+      Add endbr32/64 instruction at the start of asm functions
+      Add missing CET (Control-flow Enforcement Technology) bits in asm code
+      imlib2_view: Use poll(), not select()
+      imlib2_view: Minor cleanup
+      imlib2_view: Enable an alternate background color set (red/green)
+      imlib2_view: Optionally disable final anti-aliased rendering
+      imlib2_view: Rename scaling variables
+      imlib2_view: Optionally scale on input
+      imlib2_view: Enable specifying border
+      Y4M loader: Fix frame size calculation for 10-bit 4:2:0 format
+      imlib2_view: Enable specifying background checkerboard colors
+      v1.12.3
+
 v1.12.2 - 2024-02-03
 --------------------
 Chema Gonzalez (3):
diff --git a/configure.ac b/configure.ac
index 439ca4a..aab3526 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([imlib2],[1.12.2],[enlightenment-devel@lists.sourceforge.net])
+AC_INIT([imlib2],[1.12.3],[enlightenment-devel@lists.sourceforge.net])
 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=2
+VERSION_REV=3
 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