This commit is contained in:
Kim Woelders 2023-09-21 16:02:41 +02:00
parent 1bd9920c07
commit 9198db2536
2 changed files with 18 additions and 2 deletions

View File

@ -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):

View File

@ -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)