summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
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