diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-01-07 15:24:11 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-01-07 15:26:48 +0100 |
commit | e99ba012056553fd2eeacf5e6ddcf1e462a87795 (patch) | |
tree | 58fa5815b852a4ce5b292e32a34a6d2b275f09d1 | |
parent | aa5d996d3c57314d285d005f168d0a6ffe418c3a (diff) |
release: Update NEWS and bump version for efl 1.8.4 releasev1.8.4
-rw-r--r-- | NEWS | 49 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 50 insertions, 1 deletions
@@ -5,6 +5,55 @@ EFL 1.8.4 | |||
5 | Changes since 1.8.3: | 5 | Changes since 1.8.3: |
6 | -------------------- | 6 | -------------------- |
7 | 7 | ||
8 | * eio - protect against posible segv on rename with eio | ||
9 | * evas - gl-x11 engine - put in guessed blacklist of yinvert extn for intel | ||
10 | mesa | ||
11 | * efl - build - add warning about gnutls to configure and dropping privs | ||
12 | * configure - add warning when enabling xcb | ||
13 | * fix typos in EFL documents | ||
14 | * fix warning related to argument in generating doxygen | ||
15 | * doc/images.mk: Fix order of included files. | ||
16 | * doc build - finally fix images.mk to stop changing order every make | ||
17 | * fix 'found unknown command' warning in generating doxygen | ||
18 | * evas: fix build on windows. | ||
19 | * ecore_imf: fix doxygen warning in ecore_imf_context_input_panel_enabled_set () | ||
20 | * evas: fix doxygen warning | ||
21 | * ecore_imf: Add description about Ecore_IMF_Lib_Group | ||
22 | * Updating serbian translation | ||
23 | * evas: let's use HUGETLB when it makes sense | ||
24 | * eina: Eina_File - don't leak memory when file is not found. | ||
25 | * ecore_imf_example: remove wrong implementation code. | ||
26 | * Use key instead of keyname for considering setxkbmap | ||
27 | * eina: fix support for system requiring _XOPEN_SOURCE to use spinlock and | ||
28 | barrier. | ||
29 | * ecore_evas: extn - restore missing symbol that resulted in a temporary ABI | ||
30 | break. | ||
31 | * evas: disable use of mmap on windows for allocating pixels buffer. | ||
32 | * scimimmodule: support super key (between ctrl and alt key) | ||
33 | * scimimmodule: code refinement related to key modifier and lock | ||
34 | * ximmodule: fix issue the cursor of preedit shows the in front of preedit string | ||
35 | * ibusimmodule: support CAPS LOCK and NUM LOCK | ||
36 | * fix map-across-mark patch from sergey in december 2013 | ||
37 | * evas - sw render - map render neon broken for expedite 45/46 disable | ||
38 | * evas - fix neon scale code | ||
39 | * edje - fix edje lua usage for lua 5.2 to not go crazy on memory allocs | ||
40 | * evas - set clipees list to NULL on free to avoid access | ||
41 | * ecore-evas - x11 - call resize callback if wm denies resize request | ||
42 | * Evas textblock: Fixed range_text_get bug with multiple text nodes. | ||
43 | * Evas test textblock: Added a test for a broken range_text_get case. | ||
44 | * evas - gl engine - glerr should be off by default for performance | ||
45 | * eina: struct _Eina_Rbtree contains an enum bitfield, which is a GNU extension | ||
46 | not specified by C99. | ||
47 | * ecore: allow out-of-source build of ecore_xcb_keysym_table.h. | ||
48 | * evas: fix a segfault in _draw_thread_font_draw, caused by the missing | ||
49 | initialisation of a struct field | ||
50 | * ecore: fix tests to avoid failure on successful initialization. | ||
51 | * ecore_audio: update test to not look at ecore_init return to much due to system | ||
52 | module. | ||
53 | * eldbus: fix tests to properly take into account the presence of ecore system | ||
54 | module. | ||
55 | * eldbus: don't do a double initialization due to ecore module using eldbus | ||
56 | now. | ||
8 | * ecore_con: fix crash on timeout when using dns.c resolver | 57 | * ecore_con: fix crash on timeout when using dns.c resolver |
9 | 58 | ||
10 | ========= | 59 | ========= |
diff --git a/configure.ac b/configure.ac index 49cf893..0d8c4cc 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [8], [3], [release]) | 1 | EFL_VERSION([1], [8], [4], [release]) |
2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |