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 9198db25369f04db069ce61a661c3c47b2622655
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Thu Sep 21 16:02:41 2023 +0200

    v1.12.1
---
 ChangeLog    | 16 ++++++++++++++++
 configure.ac |  4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ca4417e..2062da1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+v1.12.1 - 2023-09-21
+--------------------
+Kim Woelders (12):
+      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
+      v1.12.1
+
 v1.12.0 - 2023-08-17
 --------------------
 Chema Gonzalez (3):
diff --git a/configure.ac b/configure.ac
index cb604cc..9e5c0f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([imlib2],[1.12.0],[enlightenment-devel@lists.sourceforge.net])
+AC_INIT([imlib2],[1.12.1],[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=0
+VERSION_REV=1
 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