This commit is contained in:
Kim Woelders 2023-04-30 21:15:30 +02:00
parent 41c792bd7e
commit 5d73c53640
2 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,25 @@
v1.11.1 - 2023-05-01
--------------------
Chema Gonzalez (2):
imlib2: added loader for y4m files (uses liby4m and libyuv)
imlib2: add y4m test examples
Kim Woelders (14):
autofoo: More CLEANFILES
HEIF loader: Add some debug
Y4M loader: Various minor changes
test_load: Add some missing ifdefs
test_load: Add some y4m checks
test: Print some progress info in a couple of tests
modules: Drop some disabled code
autofoo: Tweak PACKAGE_DATA_DIR definition
XPM loader: Add rgb.txt
loaders: Fix loaders potentially being loaded more than once
loaders: Change method used to not unload loaders
Add JXL saver
loaders: Cosmetics
v1.11.1
v1.11.0 - 2023-03-09
--------------------
Guilherme Janczak (1):

View File

@ -1,4 +1,4 @@
AC_INIT([imlib2],[1.11.0],[enlightenment-devel@lists.sourceforge.net])
AC_INIT([imlib2],[1.11.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=12
VERSION_REV=0
VERSION_REV=1
VERSION_AGE=11
lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
AC_SUBST(lt_version)