summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2020-12-07 16:46:15 +0100
committerKim Woelders <kim@woelders.dk>2020-12-09 17:46:24 +0100
commit01424487e360383a039dc123bc2a345fe7ea2535 (patch)
treeec93d1b4556fe5c23f53fe74fcd1bb6f49f6ed92
parent381e65f567dbd200c608cd474b9c54a907af0576 (diff)
downloadimlib2-1.7.1.tar.gz
1.7.1v1.7.1
-rw-r--r--ChangeLog16
-rw-r--r--configure.ac4
2 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aee26f2..0f49dad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
***
+*** 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-devel@lists.sourceforge.net])
+AC_INIT([imlib2], [1.7.1], [enlightenment-devel@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)