diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-10-19 13:55:40 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-10-19 14:09:19 +0200 |
commit | ee0f7f637d3d84066d9add2c54b88ee8a708724f (patch) | |
tree | 836ea5f241490562032a09044f81b2b0d3c3105d | |
parent | 7426359664ba820993f368704e6dc8d40c8cd590 (diff) |
release: Update NEWS and bump version for 1.16.0-beta2 releasev1.16.0-beta2
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -103,6 +103,22 @@ Fixes: | |||
103 | * elm cursors - if min size is too small then force it to be sane | 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 | 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. | 105 | * toolbar: Fix crash on more_item when shrink mode is set with no item. |
106 | * elementary: Fix calling ecore_evas_wayland_move with improper values | ||
107 | * elm_hoversel: fix to show dismiss animation | ||
108 | * toolbar: do not change align for "noicon" toolbar items (T2782) | ||
109 | * elementary: Remove unused static variable | ||
110 | * elementary: Remove unused static variable | ||
111 | * elementary: Fix passing wrong parameter | ||
112 | * elementary: Fix passing wrong parameter | ||
113 | * elementary: Remove unused variable | ||
114 | * elementary: Remove unused static varible | ||
115 | * elementary: Remove unused function | ||
116 | * elementary: Remove unused variables | ||
117 | * elementary: Remove unused static variable | ||
118 | * elementary: Remove unused static variable | ||
119 | * elementary: Fix genlist example to not free data until After it has been removed from the list (CID1327342) | ||
120 | * deskmirror: unset proxy.source_clip for urgency effects | ||
121 | * border: bring sparklebear theme up-to-date with current efl rendering | ||
106 | 122 | ||
107 | Changes since 1.14.0: | 123 | Changes since 1.14.0: |
108 | --------------------- | 124 | --------------------- |
diff --git a/configure.ac b/configure.ac index 858d8977e..6fc041e5e 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-beta1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-beta2], [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]) |