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 5d73c5364043c9b11e9d6e9c417de887d9aee9b1
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sun Apr 30 21:15:30 2023 +0200

    v1.11.1
---
 ChangeLog    | 22 ++++++++++++++++++++++
 configure.ac |  4 ++--
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 43a8bd1..8060a0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/configure.ac b/configure.ac
index 366c167..b153ecf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to