discomfitor pushed a commit to branch enlightenment-0.19. http://git.enlightenment.org/core/enlightenment.git/commit/?id=55165e2576823780a1053b03c5230cc8df8957b5
commit 55165e2576823780a1053b03c5230cc8df8957b5 Author: Mike Blumenkrantz <[email protected]> Date: Sun Oct 12 02:38:38 2014 -0400 0.19.1 release --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bfb6f08..d405ea6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Release 0.19.1: +--------------------- + +Mike Blumenkrantz (10): + don't add nocomp damages for input-only windows + check protocol visibility for nocomp breaks, not comp object visibility + manually break out of nocomp + end nocomp on nocomp end...always + force render queue on unmaximize if client was fullscreen + add borderless theme for deskmirror clients to support various animations + comp render queue on every client resize instead of on unmaximize + force comp render queue more aggressively to detect changes in nocomp + client hooks should not continue to be called if the client has been deleted + thaw evas on winlist activation with no clients available + +Stefan Schmidt (1): + modules/teamwork: Use eina_file_mkstemp() to avoid problems with umask + +Tom Hacohen (1): + fix: Add more desktops to be tiled by default in the tiling config. + + + Release 0.19.0: --------------------- diff --git a/configure.ac b/configure.ac index 162e6e5..bd1884c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) m4_define([v_min], [19]) -m4_define([v_mic], [0]) +m4_define([v_mic], [1]) m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl ##-- When released, remove the dnl on the below line m4_undefine([v_rev]) -m4_define([relname], [0.19.0]) +m4_define([relname], [0.19.1]) ##-- When doing snapshots - change soname. remove dnl on below line m4_define([relname], [ver-serious-0.19]) m4_define([v_rel], [-release relname]) --
