release: Update NEWS and bump version for 1.16.0-beta3 release v1.16.0-beta3
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 26 Oct 2015 02:59:15 +0000 (03:59 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 26 Oct 2015 02:59:15 +0000 (03:59 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e3b59d0..3f469b9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -119,6 +119,11 @@ Fixes:
    * 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
+   * elc_file_selector_button: free allocated path name
+   * elm_win: fix wrong comment.
+   * elm_cnp: DnD/X11: correct drag window position in rotation
+   * dayselector: fix warning related to argument type
+   * multibuttonentry: fix label packed many times in internal box.
 
 Changes since 1.14.0:
 ---------------------
index 6fc041e..9c1a32a 100644 (file)
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [16], [0], [release])
-AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([elementary], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ(2.63)
 AC_CONFIG_SRCDIR([configure.ac])