summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-02-19 14:08:41 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2014-02-19 14:08:41 +0100
commit861b389b5e4dc0f314e157c4e6ba6c58529be4ba (patch)
tree15e0c086066a015e38ad92ffcf4372909fb2ecea
parent949c4bb4db66c8279768a5667d725f38c9dd3164 (diff)
downloademotion_generic_players-861b389b5e4dc0f314e157c4e6ba6c58529be4ba.tar.gz
release: Update NEWS file and add out of date notice to ChangeLog
Might not be the final NEWS file but a start which includes all noteworthy changes since 1.8.0. Adding a note to the ChangeLog so people know it will no longer get updated. Also clarify README that libvlc >= 2.0 is needed.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS18
-rw-r--r--README2
3 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d381b5..b1c5ebd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,3 +3,10 @@
* Created the project based on previous
emotion/src/generic_players, as it was removed when Emotion was
merged into EFL single-tree.
+
+
+OUT OF DATE NOTICE:
+-------------------
+With the start of the 1.9.x release cycle we now longer update the ChangeLog and rely on git log for
+this functionality. We keep however a NEWS files for a high level overview of changes in a new
+release which will be filled at the end of the release cycle.
diff --git a/NEWS b/NEWS
index e69de29..d6812d2 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,18 @@
+Emotion Generic Players 1.9.0
+
+Changes since Emotion Generic Players 1.8.0:
+--------------------------------------------
+
+Improvements:
+
+ * Emotion VLC player: debug++
+ * 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.
+
+Fixes:
+
+ * Emotion VLC backend: fix pause/stop to work again.
+ 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
diff --git a/README b/README
index 698ec51..783fe37 100644
--- a/README
+++ b/README
@@ -31,7 +31,7 @@ conflicting licenses with GPL, LGPL or even proprietary code.
REQUIREMENTS
------------
- * vlc (libvlc)
+ * vlc (libvlc >= 2.0)
COMPONENTS