summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2015-02-03 09:48:45 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2015-02-03 09:48:45 +0100
commit56180ee7588c76c0710eb84ddc9f444cb733e039 (patch)
treeba5b456caa870d1f79527f462263765b59e69212 /NEWS
parent5afa07bf6ca88871fa620ef07e268618ecf86c0f (diff)
downloadefl-56180ee7588c76c0710eb84ddc9f444cb733e039.tar.gz
release: Update NEWS and bump version for 1.13.0-beta3 releasev1.13.0-beta3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS47
1 files changed, 47 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f2b151d19..2729f3c3b0 100644
--- a/NEWS
+++ b/NEWS
@@ -182,6 +182,53 @@ Fixes:
* ecore-wayland: Don't send a mouse_up on grab release unless we actually have a grabbed button
* Efreet: do not get confused by path ending with / in XDG_* vars
* evas: fix to load BMP file compressed with RLE.
+ * ecore: Remove potentially useless 'else' branches
+ * ecore-drm: Store session name inside dev structure and don't take/release session control inside dbus functions
+ * ecore-drm: Default device->session to NULL
+ * ecore-drm: Cleanup tty code and handle vt signal trapping
+ * ecore-drm: Fix various issues with logind code
+ * ecore-drm: Cleanup launcher code
+ * ecore-drm: Cleanup private header file
+ * ecore-drm: Move session and vt fields to store inside the Ecore_Drm_Device
+ * ecore-drm: Remove logind header file from build order
+ * ecore-drm: Remove logind header file
+ * ecore-evas-drm: Fix improper shutdown sequence
+ * ecore-drm: Remove session parameter for internal function
+ * ecore-drm: Remove unused function parameter
+ * ecore-drm: Remove session parameter for session take/release functions
+ * Merge branch 'devs/devilhorns/ecore_drm'
+ * edje_cc must error when first provided state description is not "default" 0.0 (T1926)
+ * ecore-x: Fix calls to disable dpms in xcb
+ * ecore-x: Add missing EINA_UNUSED for function paramater
+ * ecore-x: Remove unused variable in backlight_available code
+ * ecore-x: Use proper XCB_ATOM_CARDINAL in call to window_property_get
+ * ecore-x: Fix build error in xcb
+ * ecore-xcb: Fix unused paramater compiler warning
+ * ecore-xcb: Fix compiler build break
+ * ecore-xcb: Fix ecore_x_window_full_new function to compile again
+ * ecore-xcb: Add missing EINA_UNUSED for function paramater
+ * evas-software: Fix call to evas_software_xcb_outbuf_setup function
+ * evas-software: Fix software engine to compile using xcb
+ * evas-software: Fix compile errors when using xcb
+ * evas-image-loaders: Fix compiler warning of comparison between signed and unsigned values
+ * edje: Edje_Edit - fix setting NULL into string pointer
+ * embryo_cc_sc2.c: prevent memory corruption.
+ * Set the name for table, box items
+ * evil: fix initialisation of the socket library.
+ * eolian: fix unary expression parsing (correctly consume tokens) (T2064)
+ * evil: fix SEGFAULT in strcasestr
+ * Edje: edje_cc - abort recursive Reference that is made by GROUP parts
+ * evil: get right Windows environment variables for home path.
+ * eio: Win32 make GetOverlappedResult function non-blocking
+ * autotools: fix make check build error on Windows
+ * eo: fix to pass make check on windows
+ * eolian: fix to pass make check on windows
+ * check: fix tests suites on Windows
+ * eina: use uintptr_t for Eina_Thread storage to be the same size for the different architectures.
+ * ecore_win32: don't allocate Ecore_Event_Key events with NULL keys
+ * eina: fix tests suites for Windows to have a predictable result.
+ * Edje: edje_edit - abort Recursive Reference in edje_edit_part_source_set
+ * ecore-drm: Trap for failure to dup stdin
Changes since 1.11.0: