diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-10-26 03:59:15 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-10-26 03:59:15 +0100 |
commit | ed5579bc509641235facd74d280845145beffa1c (patch) | |
tree | c2ab5980760157adbb68bef10896565e27a7980d | |
parent | 51abfb8d7388dfb800514de0b71d0cd180820f6f (diff) |
release: Update NEWS and bump version for 1.16.0-beta3 releasev1.16.0-beta3
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -119,6 +119,11 @@ Fixes: | |||
119 | * elementary: Fix genlist example to not free data until After it has been removed from the list (CID1327342) | 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 | 120 | * deskmirror: unset proxy.source_clip for urgency effects |
121 | * border: bring sparklebear theme up-to-date with current efl rendering | 121 | * border: bring sparklebear theme up-to-date with current efl rendering |
122 | * elc_file_selector_button: free allocated path name | ||
123 | * elm_win: fix wrong comment. | ||
124 | * elm_cnp: DnD/X11: correct drag window position in rotation | ||
125 | * dayselector: fix warning related to argument type | ||
126 | * multibuttonentry: fix label packed many times in internal box. | ||
122 | 127 | ||
123 | Changes since 1.14.0: | 128 | Changes since 1.14.0: |
124 | --------------------- | 129 | --------------------- |
diff --git a/configure.ac b/configure.ac index 6fc041e5e..9c1a32afe 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-beta2], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-beta3], [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]) |