File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11# get rid of that stupid cache mechanism
22rm -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] )
55AC_CONFIG_SRCDIR ( configure.ac )
66AC_CONFIG_MACRO_DIR ( [ m4] )
77AC_CANONICAL_BUILD
@@ -30,7 +30,7 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
3030AC_PROG_LIBTOOL
3131
3232VERSION_CUR=5
33- VERSION_REV=5
33+ VERSION_REV=6
3434VERSION_AGE=4
3535lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
3636AC_SUBST ( lt_version )
You can’t perform that action at this time.
0 commit comments