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 df73df52ddf0e1ea40507f5ee8c6b794b328b3bc
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sun Apr 6 18:37:12 2025 +0200
v1.12.5
---
ChangeLog | 15 +++++++++++++++
configure.ac | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ccd01cc..e178432 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+v1.12.5 - 2025-04-06
+--------------------
+Kim Woelders (8):
+ autofoo: Optionally link modules with libImlib2.la
+ autofoo: Some defaults for RTLD_LOCAL support
+ blend: Fixup after "blend: Rename some variables for clarity"
+ test: Add test_scale_2
+ autofoo: Use pkg-config for libyuv if available
+ autofoo: Cosmetics
+ autofoo: Enable RTLD_LOCAL support by default
+ v1.12.5
+
+NRK (1):
+ autofoo: fix libyuv detection
+
v1.12.4 - 2025-03-15
--------------------
Chema Gonzalez (1):
diff --git a/configure.ac b/configure.ac
index 68a934e..8abe28d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([imlib2],[1.12.4],[enlightenment-devel@lists.sourceforge.net])
+AC_INIT([imlib2],[1.12.5],[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=4
+VERSION_REV=5
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.