summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2013-12-16 18:57:49 +0100
committerKim Woelders <kim@woelders.dk>2013-12-21 13:41:59 +0100
commit31af56a040377d37f81ed1270351fb68aa0d8cde (patch)
treea6d0d9cea615e281bdbefa8232b455e3821eed79
parentce0c14be10a025ea098fc59d8965ee892ae2e0f5 (diff)
downloadimlib2-31af56a040377d37f81ed1270351fb68aa0d8cde.tar.gz
1.4.6.v1.4.6
-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)