stefan pushed a commit to branch master.

http://git.enlightenment.org/core/emotion_generic_players.git/commit/?id=fbfadc742e89ee10b19a92efc102f86d8e9e3531

commit fbfadc742e89ee10b19a92efc102f86d8e9e3531
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Fri Feb 21 14:45:44 2014 +0100

    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])

-- 


Reply via email to