release: Update NEWS and bump version for 1.16.0-beta2 release

This commit is contained in:
Stefan Schmidt 2015-10-19 13:55:40 +02:00
parent 2e70c7c15b
commit 8adfc975d2
2 changed files with 17 additions and 1 deletions

View File

@ -103,6 +103,22 @@ Fixes:
* elm cursors - if min size is too small then force it to be sane
* elm cursor - fix hotspot tracking to actually work right
* toolbar: Fix crash on more_item when shrink mode is set with no item.
* elementary: Fix calling ecore_evas_wayland_move with improper values
* elm_hoversel: fix to show dismiss animation
* toolbar: do not change align for "noicon" toolbar items (T2782)
* elementary: Remove unused static variable
* elementary: Remove unused static variable
* elementary: Fix passing wrong parameter
* elementary: Fix passing wrong parameter
* elementary: Remove unused variable
* elementary: Remove unused static varible
* elementary: Remove unused function
* elementary: Remove unused variables
* elementary: Remove unused static variable
* elementary: Remove unused static variable
* elementary: Fix genlist example to not free data until After it has been removed from the list (CID1327342)
* deskmirror: unset proxy.source_clip for urgency effects
* border: bring sparklebear theme up-to-date with current efl rendering
Changes since 1.14.0:
---------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [16], [0], [release])
AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([configure.ac])