kwo pushed a commit to branch master.

http://git.enlightenment.org/legacy/imlib2.git/commit/?id=01424487e360383a039dc123bc2a345fe7ea2535

commit 01424487e360383a039dc123bc2a345fe7ea2535
Author: Kim Woelders <k...@woelders.dk>
Date:   Mon Dec 7 16:46:15 2020 +0100

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

diff --git a/ChangeLog b/ChangeLog
index aee26f2..0f49dad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,20 @@
 
+***
+*** Version 1.7.1 ***
+***
+
+Daniel Kolesa (1):
+      Fix big endian build
+
+Kim Woelders (6):
+      rend.c: Fix __imlib_generic_render() when jump != 0
+      grab.c: Support 30bpp display in __imlib_GrabXImageToRGBA()
+      WEBP loader: Add initial signature check
+      XPM loader: Get transparency right when doing header-only loading
+      Silence a couple of sign-compare warnings
+      1.7.1
+
+
 ***
 *** Version 1.7.0 ***
 ***
diff --git a/configure.ac b/configure.ac
index 12a5321..4939c59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([imlib2], [1.7.0], [enlightenment-de...@lists.sourceforge.net])
+AC_INIT([imlib2], [1.7.1], [enlightenment-de...@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_BUILD
@@ -20,7 +20,7 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
 LT_INIT
 
 VERSION_CUR=8
-VERSION_REV=0
+VERSION_REV=1
 VERSION_AGE=7
 lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
 AC_SUBST(lt_version)

-- 


Reply via email to