Skip to content

Commit 8abdb98

Browse files
committed
1.4.8.
1 parent 81fefc5 commit 8abdb98

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
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

4668
Michał Górny (1):
4769
fix -I flags to support building out-of-source

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.7], [enlightenment-devel@lists.sourceforge.net])
4+
AC_INIT([imlib2], [1.4.8], [enlightenment-devel@lists.sourceforge.net])
55
AC_CONFIG_SRCDIR(configure.ac)
66
AC_CONFIG_MACRO_DIR([m4])
77
AC_CANONICAL_BUILD
@@ -23,7 +23,7 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
2323
LT_INIT
2424

2525
VERSION_CUR=5
26-
VERSION_REV=7
26+
VERSION_REV=8
2727
VERSION_AGE=4
2828
lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
2929
AC_SUBST(lt_version)

0 commit comments

Comments
 (0)