release: Update NEWS and bump version for 1.21.0 release

This commit is contained in:
Stefan Schmidt 2018-08-17 23:49:35 +02:00
parent 9f8a7acfcf
commit bef93ec59a
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -471,6 +471,13 @@ Fixes:
* elementary image: don't calc size using empty ones.
* evas image: fix screen flickering issue at partial + image preloading
* edje_cc: change .mo file write location to be relative to the .edj file
* theme: add programs for deferred naviframe push/pop signals
* edje: unset internal _need_imf flag on shutdown
* elm_panel: return instead of EINA_SAFETY_ON_FALSE_RETURN (T7265)
* build: fix evas static build of gl engines
* ecore/main: only update loop_time during loop iteration if the change is monotonic
* evas gl: fix missing map texture target.
* elm_code: fix crash on backspace and selection delete. (T7259)
Changes since 1.19.0:
---------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [21], [0], [release])
AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])