It is time for the last release of the stable EFL 1.7 and Enlightement 0.17
series. After it goes to final state, there is no expectation of any new
one this series, except for security fixes.
Please test and report any issues you may find so it can be fixed before we
call it a final release.
The tarballs are available to download at:
http://download.enlightenment.org/pre-releases/<http://download.enlightenment.org/pre-releases/enlightenment-0.17.6/enlightenment-0.17.6.tar.bz2>
More details about the checksums can be found at phab:
https://phab.enlightenment.org/w/minor_releases/efl_1_7_10_e_0_17_6/
I can't really say I will miss it, 1.8 is in much better shape ;).
Regards, Etrunko
P.S: Here is the changelog the changed packages. The ones which are not
listed, only had their version numbers and requirements bumped.
== enlightenment ==
object f6a20722c5dd010a862f8e6561e9c417a0a266de
type commit
tag v0.17.6
tagger Eduardo Lima (Etrunko) <[email protected]> 1386850836 -0200
AUTHORS | 1 +
ChangeLog | 17 +-
NEWS | 2 +
configure.ac | 25 +-
data/etc/sysactions.conf.in | 1 -
po/ar.po | 4399
+++++++++++++++++++++----------
src/bin/e_border.c | 26 +
src/bin/e_entry.c | 11 +
src/bin/e_fm.c | 43 +-
src/bin/e_randr.h | 4 +-
src/bin/e_start_main.c | 3 +-
src/bin/e_sys_main.c | 157 +-
src/modules/everything/evry.c | 3 +
src/modules/everything/evry_plug_apps.c | 1 +
src/modules/fileman/e_fwin.c | 1 +
src/modules/fileman/e_mod_main.c | 2 +-
src/modules/wizard/page_011.c | 5 +-
17 files changed, 3265 insertions(+), 1436 deletions(-)
Bertrand Jacquin (1):
BUG/MINOR: avoid bashism in system() call
Carsten Haitzler (Rasterman) (3):
e_sys - address security concerns with environment and gdb
e_sys - address security concerns with environment - more
e_sys - fix busy spin problem with security clamp-down
Deon Thomas (1):
fixed keyboard country image sizing
Dieter Roelants (1):
workaround for potential crashes when closing windows and switching
desktops
Eduardo Lima (Etrunko) (2):
Randr: Update config epoch
0.17.6 Release
Mike Blumenkrantz (6):
refresh efm after changing fileman settings
fix evry crash when switching views
only force custom icon view for efm desktops when creating a fileman
path for the first time
unify efm icon positioning code
ensmallen efm icon event area
bugfix: don't add NoDisplay .desktop files to evry apps view
Tom Hacohen (3):
wsod: Fixed gdb hangs when generating backtraces.
Entry: Fix update of child size and location.
Entry: Fix scroller position to show cursor.
maxerba (1):
Updating arabian translation
== ecore ==
object 16fb76dab894d9b56daac0a95793958d460701ba
type commit
tag v1.7.10
tagger Eduardo Lima (Etrunko) <[email protected]> 1386181685 -0200
ChangeLog | 4 ++
configure.ac | 100
+++++++++++++++++++--------------------
src/lib/ecore_con/ecore_con.c | 3 +-
src/tests/ecore_test_ecore_con.c | 56 ++++++++++++++++++++++
4 files changed, 112 insertions(+), 51 deletions(-)
Eduardo Lima (Etrunko) (1):
1.7.10 Release
Guillaume Friloux (2):
Ecore_con send error event when dns error.
Adds a test case for the DNS error patch.
== efreet ==
object 5054ee73ee1b5db2ed14e9919a6accfa35de834a
type commit
tag v1.7.10
tagger Eduardo Lima (Etrunko) <[email protected]> 1386181685 -0200
ChangeLog | 4 ++++
configure.ac | 8 ++++----
src/bin/efreet_icon_cache_create.c | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
Eduardo Lima (Etrunko) (1):
1.7.10 Release
Sebastian Dransfeld (1):
backport fix from upstream
== eina ==
object 74474195d82d8048ab7b7251e6d6e57a40a64526
type commit
tag v1.7.10
tagger Eduardo Lima (Etrunko) <[email protected]> 1386181685 -0200
ChangeLog | 9 +++++++++
NEWS | 9 +++++++++
configure.ac | 4 ++--
src/lib/eina_file.c | 14 +++++++++-----
4 files changed, 29 insertions(+), 7 deletions(-)
Cedric Bail (1):
eina: backport fix for race condition in Eina_File infrastructure.
Eduardo Lima (Etrunko) (1):
1.7.10 Release
== eldbus ==
object db418c6271a0d3bcba3abcf2d3134abf32adf9c0
type commit
tag v1.7.10
tagger Eduardo Lima (Etrunko) <[email protected]> 1386181685 -0200
configure.ac | 10 +++++-----
src/lib/eldbus_connection.h | 10 ++++++++++
src/lib/eldbus_core.c | 7 +++++++
src/lib/eldbus_proxy.c | 17 +++++++++++++++--
4 files changed, 37 insertions(+), 7 deletions(-)
Carsten Haitzler (Rasterman) (1):
Eldbus: added function for getting bus unique name
Eduardo Lima (Etrunko) (2):
Merge branch 'backports'
1.7.10 Release
José Roberto de Souza (1):
eldbus: Fix crash caused when the object of an monitored proxy is
deleted
== evas ==
object abb3d8814a0414d81a83786e2bcd60aeb6436b35
type commit
tag v1.7.10
tagger Eduardo Lima (Etrunko) <[email protected]> 1386181685 -0200
ChangeLog | 13 ++++++++
NEWS | 6 ++++
configure.ac | 6 ++--
src/lib/canvas/evas_object_textblock.c | 18 ++++++-----
src/tests/evas_test_textblock.c | 55
++++++++++++++++++++++++++++++++++
5 files changed, 88 insertions(+), 10 deletions(-)
Eduardo Lima (Etrunko) (1):
1.7.10 Release
Tom Hacohen (6):
Evas textblock tests: Added a complex markup set/get test.
Evas textblock tests: Added tests for correct tag ordering.
Evas textblock: Fixed order of tags inserted with markup_app/prepend.
Evas textblock: Improved debug helper functions.
Evas textblock: Added a test for wraps ending with whites.
Evas textblock: Fixed wrapping of lines ending with whites.
== evas_generic_loaders ==
object 8d4e4e1e0164ab9e47b12516ee76af350adccd8d
type commit
tag v1.7.10
tagger Eduardo Lima (Etrunko) <[email protected]> 1386181685 -0200
ChangeLog | 4 ++++
configure.ac | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
Eduardo Lima (Etrunko) (1):
1.7.10 Release
--
Eduardo de Barros Lima ◤✠◢
[email protected]
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Enlightenment-release mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-release