summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..28c67e4
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,7 @@
+Version 1.4.6
+- TGA loader: Fix for corrupt RLE format.
+- Fix drawing of closed polygons in certain situations (ticket 2309).
+- Set warning options when using gcc.
+- Silence compiler warnings.
+- Don't set -std=gnu99.
+- XPM loader: Simplify and fix certain case of cpp > 2.
diff --git a/configure.ac b/configure.ac
index ebdac58..9c31f80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# get rid of that stupid cache mechanism
rm -f config.cache
-AC_INIT([imlib2], [1.4.5], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([imlib2], [1.4.6], [enlightenment-devel@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_BUILD
@@ -30,7 +30,7 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
AC_PROG_LIBTOOL
VERSION_CUR=5
-VERSION_REV=5
+VERSION_REV=6
VERSION_AGE=4
lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
AC_SUBST(lt_version)