Prepare the 1.15.0 release

This commit is contained in:
Davide Andreoli 2015-08-04 10:31:46 +02:00
parent 43591f8b8e
commit 0834e66762
2 changed files with 22 additions and 5 deletions

View File

@ -1,16 +1,33 @@
=================== ===================
2015-08-03 v1.15.0 2015-08-05 v1.15.0
=================== ===================
Fixes: Fixes:
Improvements: * elm.Entry: Fixed name of the callback_rejected_del function
* Fixed build on OSX
* Fixed build when ecore-x is not available
* Fixed module init from embedded interpreter
Changes: Changes:
* Elm: Unify modules into a monolithic module
Additions: Additions:
Deprecation: * elm.Configuration.transition_duration_factor
* elm.Window.autohide
* elm.ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN
* elm.Entry.callback_context_open_add/del
* elm.ELM_FOCUS_MOVE_POLICY_KEY_ONLY
* elm.Object.focus_move_policy
* elm.Scrollable.wheel_disabled
* evas.Textblock.obstacle_add
* evas.Textblock.obstacle_del
* evas.Textblock.obstacles_update
* evas.EVAS_CALLBACK_CANVA_VIEWPORT_RESIZE
=================== ===================

View File

@ -20,5 +20,5 @@
# pre-release: "1.13.0-beta1" ( 1, 13, 0 ) # pre-release: "1.13.0-beta1" ( 1, 13, 0 )
# release: "1.13.0" ( 1, 13, 0 ) # release: "1.13.0" ( 1, 13, 0 )
__version__ = "1.14.99" __version__ = "1.15.0"
__version_info__ = ( 1, 14, 99 ) __version_info__ = ( 1, 15, 0 )