stefan pushed a change to annotated tag v1.11.0
in repository core/efl.

        at  831137ac6f (tag)
   tagging  153b9d396bfd573460e42c4703a28b7c047a1611 (commit)
  replaces  v1.11.0-beta2
 tagged by  Stefan Schmidt
        on  Wed Aug 20 17:20:30 2014 +0200

- Log -----------------------------------------------------------------
v1.11.0

Adrien Nader (3):
      efreet: remove #ifdef GETUID inside #ifdef _WIN32 (it's always false).
      efreet: reverse if's condition and swap then/else blocks for readability
      efreet: replace 4096 with sizeof(buf) in snprintf(buf, 4096, ...).

Andrii Kroitor (1):
      ecore_imf_context: fixing default id getter

Carsten Haitzler (89):
      fix valgrind report on ecore con server connect failure
      evas gl common - fix potential invalid access during texture free
      evas gl common - fix possible negative array accesses if search format 
fails
      fix non 0 terminated buffer in ethmubd slave
      ecore-con - fix possible leak due to other fix
      fix resource leak on format lookup fail
      address non nul terminated string due to strncpy
      eina unicode - fix calloc stupidity
      eina - and follow-on calloc fixup - 0 terminate first calloced string
      fix possible resource leak in edje entry - coverity spotted
      evas - cserve - dummy slave - shut coverity up and unmap mmaped mem
      fix coverity leak detection in ecore_evas_x hints...
      embryo_cc - fix coverity buffer overrun
      embryo_cc - coverity mem access issue - fix
      embyro-cc - fix coverity overruun issue
      eina thread queue - fix possible deadlock
      fix eina unicode realloc fix of coverity complaints - return right buf.
      ecore x vsync - be more conservative about DISPLAY string src
      evas gl x11 engine do extra check to make coverity happen
      eina thread queue - check write return
      evas software generic engine - fix tb configuring to be consistent
      fix coveirty range complaint on modifer bit mask
      edje - fix coverity complaint about invalid mem access
      edje - remove logically dead code
      evas key bitshifts for 64bit type - fix.
      evas 3d - fix null access for fopen on 3d mesh save
      evas 3d - fix error handling for ftell from coverity
      edje edit - make source set api clearer as to what it does for coverity
      edje edit - clarify src a bit better (change no logic)
      evas 3d - fix divide by zero issue from coverity
      fix null check of edje file data
      fix edje file fetch
      evas 3d - remove logically dead code
      evas ico loader - ensure count is within sane ranges
      evas cserve - handle possilbe null ref and fentry pointers
      fix possible focket fd of -1 in cserve
      xpm - colors cant be 96 bytes long.
      epp - fix bit underflow in bitshift for multibyte
      evas gl - fix possible null tls resource access in bindframebuffer
      evas preload + locking - fix deadlock
      evas scalecache - fix thread deadlock posssibility
      evas font - fix null access of font format possibility
      fix noop self-assignment
      eina list insert sorted - fix logically dead code
      eina_inlist_sorted_state_insert - fix logically dead code
      evas cache - fix logically dead code
      evas cache - remove logically dead code
      evas cache - fix logically dead code
      evas cache - fix logically dead code
      evas cache - fix logically dead code
      evas cache - fix logically dead code
      evas cache - fix logically dead code
      eldbus - fix varargs missing end in iter get and next
      embryo_cc - make assert clearer
      edje_decc -  fix unchecked return value
      epp - fix unchecked return
      epp - fix unchecked return
      embryo_cc - fix return value checking
      embryo_cc - check return value
      eina unicode - remove pointless operands
      edje_pick - remove unused var that we just free and nothing else
      edje entry - fix format appending with just empty strings
      edje swallow resize handling
      formatting fix
      eio - fix possible stringhare del bug in dir chmod
      evas gl generic - remove dead code
      evas sw-x11 - fix pointless code in dri swapper
      evas xpm loader - fix xpm loader overrun check
      edje - edje load - remove structurally dead code
      eet init - fix structurally dead code
      fix structurally dead code
      evas render i386 - comment out structurally dead code
      evas gl - fix structurally dead code
      fix structurally dead code warning
      make indenting consistent
      edje - fix elipsis complaints/bugs with "old" themes
      elipsis fix - use -1 not 0 to turn off - unusual value for off
      edje - and make logic right for no elipsis with min.x too
      evas gl - fix yuv smooth rendering
      evas image loaders - silence noisy warnings that are just not needed
      evas gl - fix undefined return added from coverity fixing
      eolain_gen - fix implementation generation - it didn't even compile
      evas text - fix text object expanding when it gets some unicode in it
      eolian - warning-- for eolian impl generator
      evas images - animated gifs
      Revert "evas scalecache - fix thread deadlock posssibility"
      evas - fix access of NULL evas in layer for change.. on shutdown
      eolain impl generator - fix possible null access
      Revert "evas textblock: fixed ellipsis character cut off issue with 
complex markup text."

Cedric BAIL (8):
      eina: rename to eina_module_symbol_global_set
      eet: fix possible ABI break.
      autotools: do not build upower module on Windows system.
      autotools: use non deprecated macro.
      autotools: try to simplify our Makefile.am to reduce warnings.
      evas: allocate enougth atlas for all supported format.
      evas: handle GL_LUMINANCE_ALPHA.
      Revert "efl: Fixed unwanted configure.ac warning."

Christopher Michael (23):
      wayland-egl: Fix eng_window_new function prototype
      wayland-egl: Fix calls to eng_window_new
      wayland-egl: Fix Outbuf structure not having evas & engine info
      evas-gl-common: Fix invalid use of Texture
      ecore-wayland: Fix formatting
      ecore-wayland: Calloc Can fail, so check that it works (or return if
      ecore-wayland: Fix formatting
      ecore-wayland: Add missing EINA_UNUSED for unused function paramater
      evas-software-x11: Remove EINA_UNUSED for function paramater that is
      Revert "Added support for xdg-shell protocol in ecore-wayland."
      Revert "ecore-wayland: Add missing EINA_UNUSED for unused function 
paramater"
      Revert "ecore-wayland: Fix formatting"
      Revert "ecore-wayland: Calloc Can fail, so check that it works (or return 
if"
      Revert "ecore-wayland: Fix formatting"
      Revert "Added support for xdg-shell protocol in ecore-wayland"
      evas-wayland-egl: Free Outbuf if gl_generic_init fails
      evas-wayland-egl: Check for valid tilebuffer before setting tile size
      evas-wayland-egl: Increment frame count after flush
      evas-wayland-egl: Don't resize gl_context during first_rect
      evas-wayland-egl: Fix wayland egl engine not rendering
      software-generic: Fix formatting
      evas-gl-generic: Remove useless returns
      evas-gl-generic: Fix formatting

ChunEon Park (2):
      Merge branch 'master' of ssh://git.enlightenment.org/core/efl
      evas/proxy: When src object has no proxies, redraw flag is set for 
EINA_FALSE.

Daniel Juyung Seo (2):
      doc: fixed typo.
      list example: revert unwanted local change push.

Gwanglim Lee (3):
      evas-wayland-egl: Fix evas wayland_egl engine crash on mesa driver
      evas-wayland-egl: Fix typos about egl context attribute list
      evas-wayland-egl: Add missing free

Hosang Kim (1):
      Grid: fix a mirroring bug

Manuel Bachmann (1):
      autotools: do not link with libGL if we have "wayland-egl" without "gl"

Mike Blumenkrantz (2):
      edje text should actually call ellipsis functions instead of attempting 
to call -1(obj)
      tweak NEWS for my 1.11 commits

Mun Gwan-gyeong (1):
      evas-wayland-egl: Fix segmentation fault on dynamic loaded gl related 
functions.

Savio Sena (2):
      eolian-cxx: Renamed event_*_callback_{add,call} to callback_*_{add,call}.
      autotools: Renamed --disable-c++11 to --disable-cxx-bindings.

Sebastian Dransfeld (3):
      efreet: remove creation of XDG_RUNTIME_DIR
      benchmarks: close mkstemp file
      efreet: use eina_file_mkstemp to create filename

Srivardhan Hebbar (2):
      Added support for xdg-shell protocol in ecore-wayland.
      efl: Fixed unwanted configure.ac warning.

Stefan Schmidt (3):
      ecore_drm_dbus: Do not use the same name for global and local variables
      README: Update statement about C++ usage.
      release: Update NEWS and bump version for 1.11.0 release

Tom Hacohen (6):
      Evas text: fix text object size with empty texts.
      Edje dbg_info: Mark root as not null (will never be).
      Evas textblock: remove checks for impossible null derefs.
      Evas bidi: Make code more explicit (silence coverity).
      Evas textblock: strcpy->strncpy (although the buffer is always big 
enough).
      Evas textblock: Fix BiDi text cut-off at the edges.

Vyacheslav Reutskiy (2):
      edje_pick: fix a segfault on 'set' copy
      edje_pick: fix a copied aliases

Wonguk Jeong (2):
      emotion: add more audio formats in supporting extension list
      Revert "emotion: add more audio formats in supporting extension list"

Youngbok Shin (1):
      evas textblock: fixed ellipsis character cut off issue with complex 
markup text.

vivek (1):
      Added support for xdg-shell protocol in ecore-wayland

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 


Reply via email to