summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2016-03-12 08:48:47 +0100
committerKim Woelders <kim@woelders.dk>2016-03-12 08:50:32 +0100
commit8abdb989650042f78e251db2250fa439b66fb0c1 (patch)
tree94fa741b7fb47c735f211aeeed11bbee944be3d0
parent81fefc5785e1d91c12406b394d4c77b8abed643c (diff)
downloadimlib2-1.4.8.tar.gz
1.4.8.v1.4.8
-rw-r--r--ChangeLog22
-rw-r--r--configure.ac4
2 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 713dbb7..94429e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
***
+*** Version 1.4.8 ***
+***
+
+Chloe Kudryavtsev (1):
+ add time.h include to common.h for time_t
+
+FRIGN (1):
+ Add a Farbfeld loader
+
+Kim Woelders (4):
+ Remove redundant config.h.
+ Add compile to MAINTAINERCLEANFILES.
+ Indent.
+ 1.4.8.
+
+Quentin Rameau (2):
+ Fix bz2 loader filename check
+ Fix zlib loader filename check
+
+
+***
*** Version 1.4.7 ***
***
@@ -42,6 +63,7 @@ Kim Woelders (20):
Enable visibility hiding by default.
Indent the remaining unindented files.
Generate a ChangeLog using git shortlog between existing tags.
+ 1.4.7.
Michał Górny (1):
fix -I flags to support building out-of-source
diff --git a/configure.ac b/configure.ac
index 99ad631..566f3cd 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.7], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([imlib2], [1.4.8], [enlightenment-devel@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_BUILD
@@ -23,7 +23,7 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
LT_INIT
VERSION_CUR=5
-VERSION_REV=7
+VERSION_REV=8
VERSION_AGE=4
lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
AC_SUBST(lt_version)