kwo pushed a commit to branch master.

http://git.enlightenment.org/legacy/imlib2.git/commit/?id=8abdb989650042f78e251db2250fa439b66fb0c1

commit 8abdb989650042f78e251db2250fa439b66fb0c1
Author: Kim Woelders <k...@woelders.dk>
Date:   Sat Mar 12 08:48:47 2016 +0100

    1.4.8.
---
 ChangeLog    | 22 ++++++++++++++++++++++
 configure.ac |  4 ++--
 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-de...@lists.sourceforge.net])
+AC_INIT([imlib2], [1.4.8], [enlightenment-de...@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)

-- 


Reply via email to