summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2021-07-27 18:54:47 +0200
committerKim Woelders <kim@woelders.dk>2021-07-27 18:55:18 +0200
commit8bd1a401bc20323d8b78f15edf2c4a6cce0a5997 (patch)
tree43ffbe8148c8f3544fdf0736283c82e17aa2a516
parent1a439ed4df144df9a329c63d4fad4b3a466e093f (diff)
downloadimlib2-1.7.2.tar.gz
1.7.2v1.7.2
-rw-r--r--ChangeLog38
-rw-r--r--configure.ac4
2 files changed, 40 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f49dad..28a75a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,43 @@
***
+*** Version 1.7.2 ***
+***
+
+Kim Woelders (31):
+ Remove some unnecessary X_DISPLAY_MISSING stuff
+ rend.c: Remove some pointless lines
+ Add XBM loader
+ Add imlib2_load and /build to .gitignore
+ Remove obsolete and unused AC_HEADER_STDC
+ Restore file:key functionality
+ ICO loader: Fix (disabled) debug stuff
+ ICO loader: Enable specifying ico image index by key
+ Remove unused Context functions
+ context.c: Fix potential segv
+ LBM loader: Fix handling of missing RLE data
+ Fix clang-analyzer warnings - bin (trivial)
+ Fix clang-analyzer warnings - loaders (trivial)
+ Fix clang-analyzer warnings - loaders (suppress bogus)
+ Fix clang-analyzer warnings - lib (mostly trivial)
+ Fix clang-analyzer warnings - lib (less trivial)
+ autofoo: Move more to pkg-config
+ TIFF loader: Drop use of libtiff defined types deprecated in libtiff-4.3.0
+ TGA loader: Fix loading small images without footer
+ Spec file: Add git tag to rpm file name (if built from git checkout)
+ Cleanups: while->for loops (loaders list)
+ Cleanups: while->for loops (context list)
+ Cleanups: while->for loops (im->tags list)
+ Cleanups: while->for loops (images list)
+ Cleanups: while->for loops (pixmaps list)
+ Drop unused Imlib_Object_List:last
+ Add feature to build with ASAN (--enable-gcc-asan)
+ Correct (disabled) debug printouts
+ Loaders: Remove unnecessary headers
+ WEBP saver: Use fopen() etc. like all other savers
+ 1.7.2
+
+
+***
*** Version 1.7.1 ***
***
diff --git a/configure.ac b/configure.ac
index f5d53ba..fe11533 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([imlib2],[1.7.1],[enlightenment-devel@lists.sourceforge.net])
+AC_INIT([imlib2],[1.7.2],[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=8
-VERSION_REV=1
+VERSION_REV=2
VERSION_AGE=7
lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
AC_SUBST(lt_version)