summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-08-30 12:37:54 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2017-08-30 12:37:54 +0200
commitf6e7816e62b8fa636d8520ae34592b9a336b28a2 (patch)
treef3a423c6f4f6542955250589b464c32709e8b4ad
parent8250c58511086e49a1f460ee2a9dfb8dde7cdce9 (diff)
downloadefl-f6e7816e62b8fa636d8520ae34592b9a336b28a2.tar.gz
release: Update NEWS and bump version for 1.20.3 releasev1.20.3
-rw-r--r--NEWS35
-rw-r--r--configure.ac2
2 files changed, 35 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b3aebfda48..f3d708eb3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,40 @@
==========
-EFL 1.20.1
+EFL 1.20.3
==========
+Changes since 1.20.2:
+---------------------
+
+Fixes:
+
+ * eo: Check refs in efl_data_scope_safe_get (T5869)
+ * efl-wl: use correct accessor method for keyboard resource hash
+ * elm_widget: do not reparent subobjs to top widget for non-elm objects
+ * efl-wl: always dismiss popups on hide
+ * efl-wl: handle case where eglBindWaylandDisplay fails
+ * ecore: always set delete_me before removing fd from poll
+ * efl-wl: initialize seat keymap fd to -1
+ * ecore_evas_extn: Fix socket & plug windows
+ * elm_test: Fail nicely if plug can't connect
+ * evas: make top object returning functions return the top object
+ * theme: handle e dialog sizing when no buttons are present
+ * wayland: fix num/caps lock handling in events (T5737)
+ * elm_box: Fix support of aspect hints (T5888)
+ * edje: Fix warning message
+ * ecore-wl2: normalize axis event values (T5427)
+ * efl-wl: match nested wl seats based on display ordering
+ * elm_win: update opaque region for fake windows
+ * elm_win: check for wayland engine during finalize by checking for wl win
+ * efl_ui_image: maintain geometry for prev image while preloading new image (T5936)
+ * theme: fix dialog sizing when no buttons are present
+ * Canvas text: fix non-dirty paragraph width calculation (T5939)
+ * eina file - use recursive locks for cache and file to avoid deadlock
+ * eina mmap safety - only map zeropages if it's an eina file that sigbuses
+ * evas: fix invalid return of evas_textgrid_cellrow_get()
+ * access: Fix crash in ecore
+ * elm init - fix init seq and quicklaunch as we shut down x before evas
+ * photocam: Fix key zoom in/out
+
Changes since 1.20.1:
---------------------
diff --git a/configure.ac b/configure.ac
index 76d7b88ac4..ee6c42bc21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [20], [2], [release])
+EFL_VERSION([1], [20], [3], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])