summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>2013-07-29 11:59:43 -0300
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>2013-08-01 18:32:08 -0300
commit80ad0a6c48479cecc0933e488aa1c853e15015c6 (patch)
treeee9e7b5f8c33072b8cf8b993d60b78c8563ddce8
parentc02c06f4761aaf57ee8e28ca247bdc7ed6794540 (diff)
downloadeina-80ad0a6c48479cecc0933e488aa1c853e15015c6.tar.gz
1.7.8 releasev1.7.8
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
-rw-r--r--ChangeLog8
-rw-r--r--NEWS21
-rw-r--r--configure.ac4
3 files changed, 31 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ce3976..9cd952c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -419,6 +419,14 @@
* 1.7.6 release
+2013-05-11 Rafael Antognolli
+
+ * 1.7.7 release
+
2013-06-11 Stefan Schmidt
* Fix memory leak in eina_xattr_value_ls
+
+2013-08-02 Eduardo Lima (Etrunko)
+
+ * 1.7.8 release
diff --git a/NEWS b/NEWS
index 3a30891..69cf2c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Eina 1.7.8
+
Changes since Eina 1.7.7:
-------------------------
@@ -5,12 +7,16 @@ Fixes:
* Fix memory leak in eina_xattr_value_ls
+Eina 1.7.7
+
Changes since Eina 1.7.6:
-------------------------
No changes, just updating to keep in sync with last release.
+Eina 1.7.6
+
Changes since Eina 1.7.5:
-------------------------
@@ -23,11 +29,17 @@ Fixes:
* Fix portability issue on 64bits system for Eina_CList.
* Fix magic failure in eina_value_array_count when array has not been allocated
+
+Eina 1.7.5
+
Changes since Eina 1.7.4:
-------------------------
No changes, just updating to keep in sync with last release.
+
+Eina 1.7.4
+
Changes since Eina 1.7.3:
-------------------------
@@ -37,17 +49,26 @@ Fixes:
* Add installation rule for doc
* Fix build for Windows platforms.
+
+Eina 1.7.3
+
Changes since Eina 1.7.2:
-------------------------
* Fix Solaris build.
* Don't leak fd after exec.
+
+Eina 1.7.2
+
Changes since Eina 1.7.1:
-------------------------
No changes, just updating to keep in sync with last release.
+
+Eina 1.7.1
+
Changes since Eina 1.7.0:
-------------------------
diff --git a/configure.ac b/configure.ac
index a10c031..4f71eff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [1])
m4_define([v_min], [7])
-m4_define([v_mic], [7])
+m4_define([v_mic], [8])
m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl
##-- When released, remove the dnl on the below line
m4_undefine([v_rev])
@@ -291,7 +291,7 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"])
EFL_EINA_BUILD=""
case "$host_os" in
mingw*)
- PKG_CHECK_EXISTS([evil >= 1.7.7])
+ PKG_CHECK_EXISTS([evil >= 1.7.8])
AC_DEFINE([HAVE_EVIL], [1], [Set to 1 if Evil package is installed])
requirements_pc_eina="${requirements_pc_eina} evil"
EFL_EINA_BUILD="-DEFL_EINA_BUILD"