summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2014-06-10 14:39:50 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2014-06-10 14:39:50 +0200
commitcdf9d5fd65af89836b35c99023a166f4ae9a4318 (patch)
treebe9f331448028d2e3bfefbafee33c68e05c799cb
parentc4f68bea5a324b59a82a164b9fdbb1f408bfdbe1 (diff)
downloadefl-cdf9d5fd65af89836b35c99023a166f4ae9a4318.tar.gz
release: Update NEWS and bump version for 1.10.1 releasev1.10.1
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 58b9f7bfca..11dbaca076 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,25 @@
==========
-EFL 1.10.0
+EFL 1.10.1
==========
+Changes since 1.10.0:
+---------------------
+
+Fixes:
+
+ * recursively hide edje group objects on edje hide
+ * Evas textblock: Fix wrong advance calculation when bidi is disabled.
+ * Eolian: fix issue for Windows.
+ * evas loader - redo gif fix so it doesn't break everything
+ * Evas: Remove invalid cast and fix warning/bug on windows
+ * Win64: Fix a bunch of warnings
+ * eina/file - revert 18be4c50d9990c82ed9ce4269b7820e61f772699
+ * Eolian: Fix class look up.
+ * Evas textblock: Fix crash when cutting ligatures with formats. (T1308)
+ * eo: force zeroing memory on non Linux system.
+ * po: Set initial values for Language-Team in all po files
+ * po: Set initial language value in po file where it is missing
+
Changes since 1.9.0:
--------------------
diff --git a/configure.ac b/configure.ac
index 58ac23dd54..c1236d670b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [10], [0], [release])
+EFL_VERSION([1], [10], [1], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])