summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2015-04-01 16:34:26 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2015-04-01 16:34:26 +0200
commit99abdc5ca42df8dbc22f0ae17a3057e0a95e61d5 (patch)
tree6ea479e20d953d253e65d46b7eb177e9029c35f2
parenta22e1a2b9f29e9101a54e3efbf287d1cae5f948a (diff)
downloadefl-99abdc5ca42df8dbc22f0ae17a3057e0a95e61d5.tar.gz
release: Update NEWS and bump version for 1.13.2 releasev1.13.2
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c0caa36ffc..f839e9f5e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,21 @@
==========
-EFL 1.13.1
+EFL 1.13.2
==========
+Changes since 1.13.1:
+---------------------
+
+Fixes:
+
+ * ecore-wl fullscreen state is based on either window type or attribute
+ * ecore/ecore_audio: fix timer control logically wrong.
+ * Evas GL: Fix list of extensions with GLESv1
+ * evas/clip: If the clipper is image or has color, clipped area should be redrawn.
+ * eina: safety check for NULL pointer
+ * evas: prevent crash.
+ * evil: fix access to a file mapping object
+ * ecore_idler: + null check.
+
Changes since 1.13.0:
---------------------
diff --git a/configure.ac b/configure.ac
index 395cf46226..96ab00a321 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [13], [1], [release])
+EFL_VERSION([1], [13], [2], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])