diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-10-12 12:09:55 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-10-12 12:09:55 +0200 |
commit | 16a70f9147054be855ab6cd85c9bd841634ef5af (patch) | |
tree | 14bc398e0904d289bd4e76f7974f7e6f0befb5b2 | |
parent | fb086c1fb66611f4aeb5f866b9ba375a1bdeb3a1 (diff) |
release: Update NEWS and bump version for 1.16.0-beta1 releasev1.16.0-beta1
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -100,6 +100,9 @@ Fixes: | |||
100 | * multibuttonentry: Fix MBE item box min size calc error. | 100 | * multibuttonentry: Fix MBE item box min size calc error. |
101 | * elc_naviframe: fix crash in strcmp, if text_set is NULL issue | 101 | * elc_naviframe: fix crash in strcmp, if text_set is NULL issue |
102 | * elm_hover: delay hover dismiss while handling edje signal | 102 | * elm_hover: delay hover dismiss while handling edje signal |
103 | * elm cursors - if min size is too small then force it to be sane | ||
104 | * elm cursor - fix hotspot tracking to actually work right | ||
105 | * toolbar: Fix crash on more_item when shrink mode is set with no item. | ||
103 | 106 | ||
104 | Changes since 1.14.0: | 107 | Changes since 1.14.0: |
105 | --------------------- | 108 | --------------------- |
diff --git a/configure.ac b/configure.ac index 800ad51ef..858d8977e 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [16], [0], [release]) | 1 | EFL_VERSION([1], [16], [0], [release]) |
2 | AC_INIT([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ(2.63) | 4 | AC_PREREQ(2.63) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |