release: Update NEWS and bump version for 1.19.0-beta3 release
authorStefan Schmidt <stefan@osg.samsung.com>
Tue, 14 Mar 2017 09:58:39 +0000 (10:58 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Tue, 14 Mar 2017 09:58:39 +0000 (10:58 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e1af974..37e56e7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -326,6 +326,57 @@ Fixes:
    * elm_code: Another Coverity fix, better this time. (CID1371322)
    * Canvas text: fix clearing existing style (T5187)
    * eina utils: fix build without getpwent.
+   * edje: Fix a major issue with recalc loop (T4909)
+   * elementary gengrid: fix for working item reorder mode correctly
+   * edje_edit: fix scripts compilation
+   * elementary: Fix compilation for SDL
+   * ecore-evas: use ee->prop.window in ecore_evas_input_event_register()
+   * ecore: do not access 'timer_thread' global from animator thread
+   * evas gl common - fix nv12 text upload with upack row length
+   * genlist: (Mostly) fix item index odd/even styles (T3086)
+   * genlist: Fix rare jump in prepend insert
+   * genlist: Fix fileselector crazy behaviour
+   * genlist: Final fix for odd/even styles issue (T3086)
+   * elementary: Don't set pointer object theme on start (T5209)
+   * ecore-evas-wayland: Don't register animators until window gets shown (T5209)
+   * elementary: Fix issue of trying to init ecore_wl2 if DISPLAY is set
+   * ecore-imf: Don't always load all modules
+   * elm_code: Hide the cursor when it is off screen
+   * eina: move the _eina_main_loop set before we init anything (T4891)
+   * ecore-wl2: Only bind one shell (T5226)
+   * ecore-wl2: Avoid resetting opaque & input regions if they match (T5226)
+   * ecore-imf-wayland: Remove duplicate header include
+   * ecore-imf-wayland: Reduce calls to set_cursor_rectangle (T5226)
+   * elementary: Don't update opaque/input regions if not visible (T5226)
+   * ecore-wl2: Ensure display cleanup after roundtrips
+   * ecore-wl2: Send surface_commit after ack_configure (T5192)
+   * ecore-evas-wayland: Fix issue of apps not starting up in fullscreen mode (T5044)
+   * ecore-evas-wayland: Remove duplicated code
+   * ecore_wl2: Fix a wayland session recovery breaker... again (T5226, T5005)
+   * ecore-evas-wayland: Fix yet another wayland session recovery break (T5005)
+   * emotion - fix empty video data frame update when using vdpau accel
+   * genlist: Remove weird behavior about item_show, bring_in (T4854)
+   * evas: Fix double clipping issue with map
+   * elm_code: Fix missing syntax for .eo files
+   * tests: Remove CPU affinity from all threads
+   * naviframe: keep unfocusable state of item before finishing item push/pop
+   * evas: clean up GL images for emojis when GL context is free'd
+   * evas image cache - add lots more locking to try stamp out any thread bug (T5223)
+   * evas: Check for null pointer deref (CID1371826)
+   * popup: hides the popup when hide effect is finished
+   * evas filters: Save selected render op of the final object
+   * ecore: add ecore_event_type_flush.
+   * genlist: Fix invalid state of reused content (T5236)
+   * ecore_animator: use EINA_DBL_EQ for comparing double values
+   * Gengrid: Correct double comparision.
+   * elm_code: Fix position of cursor in selection
+   * elm_code: Don't leak rows when we resize down
+   * ecore-evas reduce modifier modification on every event to cut cpu (T5252)
+   * eina: Fix typo in doxygen
+   * eina: Fix more typo in doxygen
+   * edje: Fix rare issue with map (T1551)
+   * evas gl: Fix usage of OSMesa
+   * ecore_animator: improve comparision check for stopping animator.
 
 Changes since 1.17.0:
 ---------------------
index d8bebbd..00a6687 100644 (file)
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [19], [0], [release])
-AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([efl], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])