File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11
2+ ***
3+ *** Version 1.4.8 ***
4+ ***
5+
6+ Chloe Kudryavtsev (1):
7+ add time.h include to common.h for time_t
8+
9+ FRIGN (1):
10+ Add a Farbfeld loader
11+
12+ Kim Woelders (4):
13+ Remove redundant config.h.
14+ Add compile to MAINTAINERCLEANFILES.
15+ Indent.
16+ 1.4.8.
17+
18+ Quentin Rameau (2):
19+ Fix bz2 loader filename check
20+ Fix zlib loader filename check
21+
22+
223***
324*** Version 1.4.7 ***
425***
@@ -42,6 +63,7 @@ Kim Woelders (20):
4263 Enable visibility hiding by default.
4364 Indent the remaining unindented files.
4465 Generate a ChangeLog using git shortlog between existing tags.
66+ 1.4.7.
4567
4668Michał Górny (1):
4769 fix -I flags to support building out-of-source
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.7 ] , [ enlightenment-devel@lists.sourceforge.net] )
4+ AC_INIT ( [ imlib2] , [ 1.4.8 ] , [ enlightenment-devel@lists.sourceforge.net] )
55AC_CONFIG_SRCDIR ( configure.ac )
66AC_CONFIG_MACRO_DIR ( [ m4] )
77AC_CANONICAL_BUILD
@@ -23,7 +23,7 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
2323LT_INIT
2424
2525VERSION_CUR=5
26- VERSION_REV=7
26+ VERSION_REV=8
2727VERSION_AGE=4
2828lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
2929AC_SUBST ( lt_version )
You can’t perform that action at this time.
0 commit comments