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

Desktop / Enlightenment / Elementary - Stefan Schmidt [samsung.com] - 12 January 2015 07:11 UTC



###

diff --git a/NEWS b/NEWS
index 59755c0..fc53b6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,73 @@
=================
-Elementary 1.12.0
+Elementary 1.13.0
=================

+Changes since 1.12.0:
+---------------------
+
+Features:
+
+ * config font hinting api added
+ * Scroller: Add step size set API
+ * theme/e/shelf: Add a translucent style.
+ * elm config: add key bindings for elm_actionslider
+ * List: Focus highlight when loop is enable
+ * win: Support elm_win style change and runtime theme change.
+ * win: Support runtime alpha window switch on theme change.
+ * Transit: Support BEZIER CURVE
+ * Genlist: added the clicked,right event on items
+ * genlist: add "scroll" smart call
+ * Gengrid: new signal: clicked,right with proper test
+ * List: new signal: clicked,right with simple test
+ * Icon theme: added standard freedesktop names.
+ * Added the elm_win_util_dialog_add() API function
+ * elm_image now inherits edje signal emit
+ * fileselector: added a search icon
+ * +elm_win_fake(), ELM_WIN_FAKE type
+
+Fixes:
+
+ * elm_box: inappropriate size_hint_align value usage fix
+ * transit: free the map resource.
+ * DBUS Menu: fixing SIGSEV and SIGBUS when trying to use dbus.
+ * datetime: Fix edc sizing issue by putting fixed: 1 1.
+ * win: set config engine on higher priority than DISPLAY env var
+ * genlist: Fix genlist crash issue when clearing genlist on item focus callback.
+ * test_external.edc: pulse value have to be true for put in pulsing mode.
+ * win: Fix wrong return value of window theme apply.
+ * elm_label: Add "slide,end" signal emission
+ * elm_widget: Pass Elm_Object_Item *item as *event_info in item->del_func.
+ * modules: Make sure we have all linker flags setup for our modules. (T1920)
+ * elm/image: Fix an unclipped issue about image bigger than object size
+ * elm_colorselector: fix not intended duplication
+ * elm_colorselector: Fix layout broken in ELM_COLORSELECTOR_ALL mode
+ * add clipper for gadget popup shine
+ * genlist should ignore no-select items when moving with the keyboard
+ * elm_toolbar: fix memory leak in _elm_toolbar_nearest_visible_item_get
+ * elm_genlist: add missing callback call
+ * gengrid: Add missing "moved" callback call on item reorder by key.
+ * gengrid, genlist, list, toolbar: Fix memory leak and enhance performance.
+ * elm_colorselector: Fixed to get proper min size with picker only mode
+ * test_gengrid.c: Fixed Item_Data array size for prevent buffer overflow.
+ * box layout should not silently fail when size is less than min size hint
+ * Elm_Entry: Fix dropped text data insertion
+ * genlist: unselect item if the select mode is display only or none.
+ * genilst: unselect items if the genlist select mode is display only or none.
+ * elementary: Fix DnD to work again in wayland
+ * elementary: Fix return values to use Eina_Bool
+ * elementary: Fix issue with event data causing an invalid free
+ * elm_diskselector.c: idle enterer add condition changed.
+ * elm_segment_control: Fix elm_object_item_text_set bug.
+ * colorselector: memory leak fix in _color_bars_add
+ * genlist: cancel multi selected items.
+ * elm progressbar - fix invalid access to freed units string
+ * elm filesel - fix eio access of widget data after de in eio threads
+ * theme: fix misprint in popup style alias name
+ * elm_image: Fixed to have exact size using elm_image_fill_outside_set()
+ * elm_widget: elm_object_disabled_set API fix
+ * elm - elm image orientation api fix - major bug in implementation
+ * DnD: fix callbacks deletion for inline windows.
+
Changes since 1.11.0:
---------------------

diff --git a/configure.ac b/configure.ac
index cc76226..5804d6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-EFL_VERSION([1], [12], [99], [dev])
-AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net])
+EFL_VERSION([1], [13], [0], [release])
+AC_INIT([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net])

AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([configure.ac])

2ccba47 release: Update NEWS and bump version for 1.13.0-alpha1 release
NEWS | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
configure.ac | 4 ++--
2 files changed, 69 insertions(+), 3 deletions(-)

Upstream: git.enlightenment.org


  • Share