Skip to content

Commit 31af56a

Browse files
committed
1.4.6.
1 parent ce0c14b commit 31af56a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Version 1.4.6
2+
- TGA loader: Fix for corrupt RLE format.
3+
- Fix drawing of closed polygons in certain situations (ticket 2309).
4+
- Set warning options when using gcc.
5+
- Silence compiler warnings.
6+
- Don't set -std=gnu99.
7+
- XPM loader: Simplify and fix certain case of cpp > 2.

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# get rid of that stupid cache mechanism
22
rm -f config.cache
33

4-
AC_INIT([imlib2], [1.4.5], [enlightenment-devel@lists.sourceforge.net])
4+
AC_INIT([imlib2], [1.4.6], [enlightenment-devel@lists.sourceforge.net])
55
AC_CONFIG_SRCDIR(configure.ac)
66
AC_CONFIG_MACRO_DIR([m4])
77
AC_CANONICAL_BUILD
@@ -30,7 +30,7 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
3030
AC_PROG_LIBTOOL
3131

3232
VERSION_CUR=5
33-
VERSION_REV=5
33+
VERSION_REV=6
3434
VERSION_AGE=4
3535
lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
3636
AC_SUBST(lt_version)

0 commit comments

Comments
 (0)