From fbfadc742e89ee10b19a92efc102f86d8e9e3531 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 21 Feb 2014 14:45:44 +0100 Subject: release: Bump version to 1.9.0-beta2 Second and most likely last beta release before the 1.9 final. Give it a good testing over the weekend. --- NEWS | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d6812d2..d66fd76 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ Improvements: * Emotion VLC: cleanup: only changed function order in file. * Simplify player version dir fallback to match efl 1.9 simplification changes * Emotion_generic_players - commented out unused func. + * Emotion VLC: no more need to send the size twice. Fixes: @@ -16,3 +17,5 @@ Fixes: The EM_CMD_STOP command do not have any parameter so it must be handled in the first call of the pipe. * Check for libvlc >= 2.0 as a minimum as we use 2.x funcs + * Emotion VLC: remove quite all the old hacks from loading stage which fixes the problem that + audio was audible on start diff --git a/configure.ac b/configure.ac index 20fb15f..cc603e0 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || ech ##-- When released, remove the dnl on the below line dnl m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line -m4_define([relname], [beta1]) +m4_define([relname], [beta2]) dnl m4_define([v_rel], [-release relname]) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])], @@ -18,7 +18,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([emotion_generic_players], [v_ver-beta1], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([emotion_generic_players], [v_ver-beta2], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.1