aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/NEWS
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/ecore/NEWS
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/ecore/NEWS')
-rw-r--r--libraries/ecore/NEWS36
1 files changed, 35 insertions, 1 deletions
diff --git a/libraries/ecore/NEWS b/libraries/ecore/NEWS
index 701eae6..f558bb4 100644
--- a/libraries/ecore/NEWS
+++ b/libraries/ecore/NEWS
@@ -1,3 +1,37 @@
1Ecore 1.2.0
2
3Changes since Ecore 1.1.0:
4--------------------------
5
6Additions:
7 * ecore
8 - ecore_timer_reset()
9 * ecore_con
10 - ecore_con_socks api
11 - ecore_con_ssl_server_verify_name_set/get
12 - ecore_con_ssl_server_cafile_add() now accepts directories
13 - ECORE_CON_REMOTE_CORK
14 - ecore_con_url_proxy_set()
15 - ecore_con_url_timeout_set()
16 - ecore_con_url_proxy_username_set
17 - ecore_con_url_proxy_password_set()
18 * ecore_x:
19 - ecore_x_randr_output_backlight_available()
20 * ecore_evas:
21 - Add Shm and Egl engines for ecore_evas to draw in Wayland.
22 - Add Socket and Plug to draw other process area.
23 * ecore_wayland
24 - Add Ecore_Wayland (backend to support Wayland).
25
26Improvements:
27 * ecore:
28 - most allocations moved to mempools
29 * ecore_con:
30 - certificates can now be added for STARTTTLS
31 * ecore_win32:
32 - fix modifiers value on Windows XP
33
34
1Ecore 1.1.0 35Ecore 1.1.0
2 36
3Changes since Ecore 1.0.0: 37Changes since Ecore 1.0.0:
@@ -75,7 +109,7 @@ Fixes:
75 * NULL pointer dereference in ecore_x selection notification code 109 * NULL pointer dereference in ecore_x selection notification code
76 * sync GNUTLS thread activation with eina changes 110 * sync GNUTLS thread activation with eina changes
77 * ecore_ipc compilation on Windows 111 * ecore_ipc compilation on Windows
78 * fix Shift, Control and Alt keys detection on Windows 112 * fix Shift, Control, Alt and AltGr keys detection on Windows XP
79 * "mouse-down inside and mouse-up outside" issue on Windows 113 * "mouse-down inside and mouse-up outside" issue on Windows
80 * ecore_x shadow tree search fixed to respect shape input of windows 114 * ecore_x shadow tree search fixed to respect shape input of windows
81 * fd handlers fixed when idler callbacks add jobs or events 115 * fd handlers fixed when idler callbacks add jobs or events