release: Update NEWS and bump version for 1.13.0-beta3 release

This commit is contained in:
Stefan Schmidt 2015-02-03 10:22:43 +01:00
parent 10fae20d33
commit 07496fdc04
2 changed files with 4 additions and 1 deletions

View File

@ -56,8 +56,11 @@ Fixes:
* image: Fix to have exact size using elm_image_fill_outside_set()
* image: Fix image rotation in non-common cases
* image: Fix orientation api - major bug in implementation
* image: fix elm_image_memfile_set API fail when elm_image widget is not visible.
* label: Add "slide,end" signal emission
* modules: Make sure we have all linker flags setup for our modules. (T1920)
* multibuttonentry: Delete duplicate running code.
* panes: Fix elm_panes_fixed_set.
* popup: Fix misprint in popup style alias name
* progressbar: Fix invalid access to freed units string
* segment_control: Fix elm_object_item_text_set bug.

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [13], [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])